Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 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) (r CreateResult) + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, id string) (r DeleteResult) + type GetResult struct + func Get(client *gophercloud.ServiceClient, id string) (r GetResult) + type ServerGroup struct + ID string + Members []string + Metadata map[string]interface{} + Name string + Policies []string + func ExtractServerGroups(r pagination.Page) ([]ServerGroup, error) + type ServerGroupPage struct + func (page ServerGroupPage) IsEmpty() (bool, error) + type ServerGroupResult struct + func (r ServerGroupResult) Extract() (*ServerGroup, error)