Resource: QuotaAdjusterSettings
The QuotaAdjusterSettings resource defines the settings for the Quota Adjuster.
| JSON representation |
|---|
{
"name": string,
"enablement": enum ( |
| Fields | |
|---|---|
name |
Identifier. Name of the configuration, in the formats below:
|
enablement |
Optional. The configured value of the enablement at the given resource. |
updateTime |
Output only. The timestamp when the QuotaAdjusterSettings resource was last updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
etag |
Optional. The current ETag of the QuotaAdjusterSettings. If an ETag is provided on update and does not match the current server's ETag in the QuotaAdjusterSettings, the request is blocked and returns an ABORTED error. See https://google.aip.dev/134#etags for more details on ETags. |
inherited |
Optional. Indicates whether the setting is inherited or explicitly specified. |
inheritedFrom |
Output only. The resource container from which the setting is inherited. This refers to the nearest ancestor with enablement set (either ENABLED or DISABLED). The value can be an organizations/{organization_id}, folders/{folder_id}, or can be 'default' if no ancestor exists with enablement set. The value will be empty when enablement is directly set on this container. |
Methods |
|
|---|---|
|
Gets the QuotaAdjusterSettings for the specified resource. |
|
Updates the QuotaAdjusterSettings for the specified resource. |