Versions in this module Expand all Collapse all v0 v0.16.0 Dec 31, 2020 Changes in this version + func List(client *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type CreateOpts struct + Name string + Policies []string + Policy string + Rules *Rules + 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 ListOpts struct + AllProjects bool + func (opts ListOpts) ToServerListQuery() (string, error) + type ListOptsBuilder interface + ToServerListQuery func() (string, error) + type Rules struct + MaxServerPerHost int + type ServerGroup struct + ID string + Members []string + Metadata map[string]interface{} + Name string + Policies []string + Policy *string + Rules *Rules + 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)