Versions in this module Expand all Collapse all v1 v1.0.0 Dec 28, 2021 Changes in this version + type GetResult struct + func Get(client *gophercloud.ServiceClient, projectID string) (r GetResult) + func (r GetResult) Extract() (*Quota, error) + type Quota struct + Healthmonitor int + L7Policy int + L7Rule int + Listener int + Loadbalancer int + Member int + Pool int + func (r *Quota) UnmarshalJSON(b []byte) error + type UpdateOpts struct + Healthmonitor *int + L7Policy *int + L7Rule *int + Listener *int + Loadbalancer *int + Member *int + Pool *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) Other modules containing this package github.com/pierreprinetti/gophercloud/v2 github.com/pierreprinetti/gophercloud/v3