Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 2020 Changes in this version + func ListURL(c *gophercloud.ServiceClient) string + func ListWithInstancesURL(c *gophercloud.ServiceClient, scalingGroupId string) string + type ListResult struct + func List(client *gophercloud.ServiceClient) (r ListResult) + func (r ListResult) Extract() (*Quota, error) + type ListWithInstancesResult struct + func ListWithInstances(client *gophercloud.ServiceClient, scalingGroupId string) (r ListWithInstancesResult) + func (r ListWithInstancesResult) Extract() (*Quota, error) + type Quota struct + Resources []Resource + type Resource struct + Max int + Quota int + Type string + Used int