# Packages
No description provided by the author
# Functions
Create accepts a CreateOpts struct and creates a new server group using the values provided.
Delete accepts a unique ID and deletes the server group associated with it.
ExtractServerGroups accepts a Page struct, specifically a ServerGroupPage struct, and extracts the elements into a slice of ServerGroup structs.
No description provided by the author
Get retrieves a specific server group based on its unique ID.
No description provided by the author
ListAll returns all SGs.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CreateOpts represents options used to create a server group.
DeleteResult represents the result of a delete operation.
GetResult represents the result of a get operation.
ServerGroup represents a server group.
ServerGroupInstance represent an instances in server group.
ServerGroupPage is the page returned by a pager when traversing over a collection of server groups.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the request.
# Type aliases
No description provided by the author