Class QuotaInfo (0.1.8)

QuotaInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

QuotaInfo represents information about a particular quota for a given project, folder or organization.

Attributes

NameDescription
name str
Resource name of this QuotaInfo. The ID component following "locations/" must be "global". Example: projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion
quota_id str
The id of the quota, which is unquie within the service. Example: CpusPerProjectPerRegion
metric str
The metric of the quota. It specifies the resources consumption the quota is defined for. Example: compute.googleapis.com/cpus
service str
The name of the service in which the quota is defined. Example: compute.googleapis.com
is_precise bool
Whether this is a precise quota. A precise quota is tracked with absolute precision. In contrast, an imprecise quota is not tracked with precision.
refresh_interval str
The reset time interval for the quota. Refresh interval applies to rate quota only. Example: "minute" for per minute, "day" for per day, or "10 seconds" for every 10 seconds.
container_type google.cloud.cloudquotas_v1.types.QuotaInfo.ContainerType
The container type of the QuotaInfo.
dimensions MutableSequence[str]
The dimensions the quota is defined on.
metric_display_name str
The display name of the quota metric
quota_display_name str
The display name of the quota.
metric_unit str
The unit in which the metric value is reported, e.g., "MByte".
quota_increase_eligibility google.cloud.cloudquotas_v1.types.QuotaIncreaseEligibility
Whether it is eligible to request a higher quota value for this quota.
is_fixed bool
Whether the quota value is fixed or adjustable
dimensions_infos MutableSequence[google.cloud.cloudquotas_v1.types.DimensionsInfo]
The collection of dimensions info ordered by their dimensions from more specific ones to less specific ones.
is_concurrent bool
Whether the quota is a concurrent quota. Concurrent quotas are enforced on the total number of concurrent operations in flight at any given time.
service_request_quota_uri str
URI to the page where users can request more quota for the cloud service—for example, https://console.cloud.google.com/iam-admin/quotas.

Classes

ContainerType

ContainerType(value)

The enumeration of the types of a cloud resource container.

Values: CONTAINER_TYPE_UNSPECIFIED (0): Unspecified container type. PROJECT (1): consumer project FOLDER (2): folder ORGANIZATION (3): organization