Versions in this module Expand all Collapse all v1 v1.0.0 Oct 21, 2020 Changes in this version + func List(client *gophercloud.ServiceClient) pagination.Pager + type CreateOpts struct + Name string + Policies []string + func (opts CreateOpts) ToServerGroupCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToServerGroupCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(client *gophercloud.ServiceClient, opts CreateOptsBuilder) CreateResult + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, id string) DeleteResult + type GetResult struct + func Get(client *gophercloud.ServiceClient, id string) GetResult + type ServerGroup struct + ID string + Members []string + Metadata map[string]interface{} + Name string + Policies []string + func ExtractServerGroups(page pagination.Page) ([]ServerGroup, error) + type ServerGroupResult struct + func (r ServerGroupResult) Extract() (*ServerGroup, error) + type ServerGroupsPage struct + func (page ServerGroupsPage) IsEmpty() (bool, error)