# Packages
servergroups unit tests.
# Functions
Create requests the creation of a new Server Group.
Delete requests the deletion of a previously allocated ServerGroup.
ExtractServerGroups interprets a page of results as a slice of ServerGroups.
Get returns data about a previously created ServerGroup.
List returns a Pager that allows you to iterate over a collection of ServerGroups.
# Structs
CreateOpts specifies Server Group creation parameters.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
GetResult is the response from a Get operation.
No description provided by the author
Rules represents set of rules for a policy.
A ServerGroup creates a policy for instance placement in the cloud.
ServerGroupPage stores a single page of all ServerGroups results from a List call.
No description provided by the author
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
No description provided by the author