package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# 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.
UpdateMember is used to add and delete members from Server Group.
# Structs
CreateOpts specifies Server Group creation parameters.
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
FaultDomainInfo represents the response of `fault_domain`.
GetResult is the response from a Get operation.
No description provided by the author
MemberResult is the response from a Member update operation.
A ServerGroup creates a policy for instance placement in the cloud.
ServerGroupPage stores a single page of all ServerGroups results from a List call.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
No description provided by the author