package
0.16.0
Repository: https://github.com/rendaw/gophercloud.git
Documentation: pkg.go.dev

# Packages

clustering_profiles_v1.

# Functions

Create requests the creation of a new profile on the server.
Delete deletes the specified profile via profile id.
ExtractProfiles returns a slice of Profiles from the List operation.
Get retrieves detail of a single profile.
List instructs OpenStack to provide a list of profiles.
Update updates a profile.
Validate profile.

# Structs

CreateOpts represents options used for creating a profile.
CreateResult is the result of a Create operation.
DeleteResult is the result from a Delete operation.
GetResult is the result of a Get operations.
ListOpts represents options used to list profiles.
Profile represent a detailed profile.
ProfilePage contains a single page of all profiles from a List operation.
Spec represents a profile spec.
UpdateOpts represents options used to update a profile.
UpdateResult is the result of a Update operations.
ValidateOpts params.
ValidateResult is the response of a Validate operations.

# Interfaces

CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.
ValidateOptsBuilder allows extensions to add additional parameters to the Validate request.