{"body":"Quota Operations¶\nclass openstack.load_balancer.v2._proxy.Proxy(session, statsd_client=None, statsd_prefix=None, prometheus_counter=None, prometheus_histogram=None, influxdb_config=None, influxdb_client=None, *args, **kwargs)\nupdate_quota(quota, **attrs)¶\nUpdate a quota\n\nParameters\nquota – Either the ID of a quota or a Quota instance. The ID of a quota is the same as the project ID for the quota.\n\nattrs (dict) – The attributes to update on the quota represented by quota.\n\nReturns\nThe updated quota\n\nReturn type\nQuota\n\ndelete_quota(quota, ignore_missing=True)¶\nDelete a quota (i.e. reset to the default quota)\n\nParameters\nquota – The value can be either the ID of a quota or a Quota instance. The ID of a quota is the same as the project ID for the quota.\n\nignore_missing (bool) – When set to False ResourceNotFound will be raised when quota does not exist. When set to True, no exception will be set when attempting to delete a nonexistent quota.\n\nReturns\nNone\n\nquotas(**query)¶\nReturn a generator of quotas\n\nParameters\nquery (dict) – Optional query parameters to be sent to limit the resources being returned. Currently no query parameter is supported.\n\nReturns\nA generator of quota objects\n\nReturn type\nQuota\n\nget_quota(quota)¶\nGet a quota\n\nParameters\nquota – The value can be the ID of a quota or a Quota instance. The ID of a quota is the same as the project ID for the quota.\n\nReturns\nOne Quota\n\nRaises\nResourceNotFound when no resource can be found.\n\nget_quota_default()¶\nGet a default quota\n\nReturns\nOne QuotaDefault","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/nJ3esRLo","modified":1584485754,"id":"nJ3esRLo","size":1546,"lines":56,"own_paste":false,"theme":"","date":1584485754}