Versions in this module Expand all Collapse all v1 v1.3.0 Feb 14, 2023 Changes in this version + type GetDetailResult struct + func GetDetail(client *gophercloud.ServiceClient, projectID string) (r GetDetailResult) + func (r GetDetailResult) Extract() (*QuotaDetailSet, error) + type GetResult struct + func Get(client *gophercloud.ServiceClient, projectID string) (r GetResult) + func (r GetResult) Extract() (*Quota, error) + type Quota struct + FloatingIP int + Network int + Port int + RBACPolicy int + Router int + SecurityGroup int + SecurityGroupRule int + Subnet int + SubnetPool int + Trunk int + type QuotaDetail struct + Limit int + Reserved int + Used int + func (q *QuotaDetail) UnmarshalJSON(b []byte) error + type QuotaDetailSet struct + FloatingIP QuotaDetail + Network QuotaDetail + Port QuotaDetail + RBACPolicy QuotaDetail + Router QuotaDetail + SecurityGroup QuotaDetail + SecurityGroupRule QuotaDetail + Subnet QuotaDetail + SubnetPool QuotaDetail + Trunk QuotaDetail + type UpdateOpts struct + FloatingIP *int + Network *int + Port *int + RBACPolicy *int + Router *int + SecurityGroup *int + SecurityGroupRule *int + Subnet *int + SubnetPool *int + Trunk *int + func (opts UpdateOpts) ToQuotaUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToQuotaUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, projectID string, opts UpdateOptsBuilder) (r UpdateResult) + func (r UpdateResult) Extract() (*Quota, error)