QuotaAdjusterSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The QuotaAdjusterSettings resource defines the settings for the Quota Adjuster.
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. Name of the config would be of the format: projects/12345/locations/global/quotaAdjusterSettings |
enablement |
google.cloud.cloudquotas_v1beta.types.QuotaAdjusterSettings.Enablement
Required. The configured value of the enablement at the given resource. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the QuotaAdjusterSettings was last updated. |
etag |
str
Optional. The current etag of the QuotaAdjusterSettings. If an etag is provided on update and does not match the current server's etag of the QuotaAdjusterSettings, the request will be blocked and an ABORTED error will be returned. See https://google.aip.dev/134#etags for more details on etags. |
Classes
Enablement
Enablement(value)
The enablement status of the quota adjuster.