Versions in this module Expand all Collapse all v0 v0.28.0 Jan 6, 2022 v0.27.0 Jan 6, 2022 v0.26.0 Jan 6, 2022 v0.24.3 Jan 6, 2022 v0.24.2 Jan 6, 2022 v0.24.1 Jan 6, 2022 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)