# Packages
clustering_policies_v1.
# Functions
Create makes a request against the API to create a policy.
Delete makes a request against the API to delete a policy.
ExtractPolicies returns a slice of Policies from the List operation.
Get makes a request against the API to get details for a policy.
List instructs OpenStack to retrieve a list of policies.
Update updates a specified policy.
Validate policy will validate a specified policy.
# Structs
CreateOpts represents options used to create a policy.
CreateResult is the result of an Update operation.
DeleteResult is the result of a Delete operation.
GetResult is the result of a Get operation.
ListOpts represents options used to list policies.
Policy represents a clustering policy in the Openstack cloud.
PolicyPage contains a list page of all policies from a List call.
Spec represents an OpenStack clustering policy spec.
UpdateOpts represents options to update a policy.
UpdateResult is the result of an Update operation.
ValidateOpts represents options used to validate a policy.
ValidateResult is the result of a Validate operation.
# 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.