Versions in this module Expand all Collapse all v2 v2.8.0 Aug 18, 2025 v2.7.0 Apr 3, 2025 v2.6.0 Mar 3, 2025 v2.5.0 Feb 11, 2025 v2.4.0 Dec 19, 2024 v2.3.0 Dec 6, 2024 v2.2.0 Oct 18, 2024 v2.1.1 Sep 18, 2024 v2.1.0 Jul 24, 2024 v2.0.0 Jun 5, 2024 Changes in this version + type DeleteResult struct + func Delete(ctx context.Context, client *gophercloud.ServiceClient, tenantID string) (r DeleteResult) + func (r DeleteResult) Extract() (*QuotaSet, error) + type GetDetailResult struct + func GetDetail(ctx context.Context, client *gophercloud.ServiceClient, tenantID string) (r GetDetailResult) + func (r GetDetailResult) Extract() (QuotaDetailSet, error) + type GetResult struct + func Get(ctx context.Context, 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]any, error) + type UpdateOptsBuilder interface + ToComputeQuotaUpdateMap func() (map[string]any, error) + type UpdateResult struct + func Update(ctx context.Context, client *gophercloud.ServiceClient, tenantID string, ...) (r UpdateResult) + func (r UpdateResult) Extract() (*QuotaSet, error) v2.0.0-rc.3 Jun 5, 2024 v2.0.0-rc.2 May 29, 2024 v2.0.0-rc.1 May 27, 2024 v2.0.0-beta.5 May 6, 2024 v2.0.0-beta.4 Apr 16, 2024 v2.0.0-beta.3 Apr 6, 2024