Versions in this module Expand all Collapse all v0 v0.29.1 Aug 3, 2022 v0.29.0 Mar 1, 2022 v0.28.0 Feb 22, 2022 v0.27.0 Feb 22, 2022 v0.26.0 Jan 17, 2022 Changes in this version + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, tenantID string) (r DeleteResult) + func (r DeleteResult) Extract() (*QuotaSet, error) + type GetDetailResult struct + func GetDetail(client *gophercloud.ServiceClient, tenantID string) (r GetDetailResult) + func (r GetDetailResult) Extract() (QuotaDetailSet, error) + type GetResult struct + func Get(client *gophercloud.ServiceClient, tenantID string) (r GetResult) + func (r GetResult) Extract() (*QuotaSet, error) + type QuotaDetail struct + InUse int + Limit int + Reserved int + type QuotaDetailSet struct + Cores QuotaDetail + FixedIPs QuotaDetail + FloatingIPs QuotaDetail + ID string + InjectedFileContentBytes QuotaDetail + InjectedFilePathBytes QuotaDetail + InjectedFiles QuotaDetail + Instances QuotaDetail + KeyPairs QuotaDetail + MetadataItems QuotaDetail + RAM QuotaDetail + SecurityGroupRules QuotaDetail + SecurityGroups QuotaDetail + ServerGroupMembers QuotaDetail + ServerGroups QuotaDetail + type QuotaSet struct + Cores int + FixedIPs int + FloatingIPs int + ID string + InjectedFileContentBytes int + InjectedFilePathBytes int + InjectedFiles int + Instances int + KeyPairs int + MetadataItems int + RAM int + SecurityGroupRules int + SecurityGroups int + ServerGroupMembers int + ServerGroups int + func ExtractQuotaSets(r pagination.Page) ([]QuotaSet, error) + type QuotaSetPage struct + func (page QuotaSetPage) IsEmpty() (bool, error) + type UpdateOpts struct + Cores *int + FixedIPs *int + FloatingIPs *int + Force bool + InjectedFileContentBytes *int + InjectedFilePathBytes *int + InjectedFiles *int + Instances *int + KeyPairs *int + MetadataItems *int + RAM *int + SecurityGroupRules *int + SecurityGroups *int + ServerGroupMembers *int + ServerGroups *int + func (opts UpdateOpts) ToComputeQuotaUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToComputeQuotaUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(client *gophercloud.ServiceClient, tenantID string, opts UpdateOptsBuilder) (r UpdateResult) + func (r UpdateResult) Extract() (*QuotaSet, error)