APIQuotaPreference
| Property | Value |
|---|---|
| Google Cloud Service Name | Cloud Quotas |
| Google Cloud Service Documentation | /docs/quotas/ |
| Google Cloud REST Resource Name | v1.projects.locations.quotaPreferences |
| Google Cloud REST Resource Documentation | /docs/quotas/reference/rest/v1/projects.locations.quotaPreferences |
| Config Connector Resource Short Names | gcpapiquotapreference gcpapiquotapreferences apiquotapreference |
| Config Connector Service Name | cloudquotas.googleapis.com |
| Config Connector Resource Fully Qualified Name | apiquotapreferences.cloudquota.cnrm.cloud.google.com |
| Can Be Referenced by IAMPolicy/IAMPolicyMember | No |
| Config Connector Default Average Reconcile Interval In Seconds | 600 |
Custom Resource Definition Properties
Spec
Schema
contactEmail: string
dimensions:
string: string
folderRef:
external: string
name: string
namespace: string
justification: string
organizationRef:
external: string
projectRef:
external: string
kind: string
name: string
namespace: string
quotaConfig:
annotations:
string: string
preferredValue: integer
quotaID: string
resourceID: string
service: string
| Fields | |
|---|---|
|
Optional |
Input only. An email address that can be used to contact the user, in case Google Cloud needs more information to make a decision before additional quota can be granted. When requesting a quota increase, the email address is required. When requesting a quota decrease, the email address is optional. For example, the email address is optional when the `QuotaConfig.preferred_value` is smaller than the `QuotaDetails.reset_value`. |
|
Optional |
Immutable. The dimensions that this quota preference applies to. The key of the map entry is the name of a dimension, such as "region", "zone", "network_id", and the value of the map entry is the dimension value. If a dimension is missing from the map of dimensions, the quota preference applies to all the dimension values except for those that have other quota preferences configured for the specific value. NOTE: QuotaPreferences can only be applied across all values of "user" and "resource" dimension. Do not set values for "user" or "resource" in the dimension map. Example: {"provider", "Foo Inc"} where "provider" is a service specific dimension. |
|
Optional |
FolderRef represents the Folder that this resource belongs to. |
|
Optional |
The 'name' field of a folder, when not managed by Config Connector. This field must be set when 'name' field is not set. |
|
Optional |
The 'name' field of a 'Folder' resource. This field must be set when 'external' field is not set. |
|
Optional |
The 'namespace' field of a 'Folder' resource. If not set, the namespace is defaulted to the namespace of the referenced resource. |
|
Optional |
The reason or justification for this quota preference. |
|
Optional |
OrganizationRef represents the Organization that this resource belongs to. |
|
Required* |
The 'name' field of an organization, when not managed by Config Connector. |
|
Optional |
The Project that this resource belongs to. |
|
Optional |
The `projectID` field of a project, when not managed by Config Connector. |
|
Optional |
The kind of the Project resource; optional but must be `Project` if provided. |
|
Optional |
The `name` field of a `Project` resource. |
|
Optional |
The `namespace` field of a `Project` resource. |
|
Required |
Required. Preferred quota configuration. |
|
Optional |
Optional. The annotations map for customers to store small amounts of arbitrary data. Do not put PII or other sensitive information here. See https://google.aip.dev/128#annotations |
|
Optional |
Required. The preferred value. Must be greater than or equal to -1. If set to -1, it means the value is "unlimited". |
|
Required |
Required. The id of the quota to which the quota preference is applied. A quota name is unique in the service. Example: `CpusPerProjectPerRegion` |
|
Optional |
The APIQuotaPreference name. If not given, the metadata.name will be used. |
|
Required |
Required. The name of the service to which the quota preference is applied. |
* Field is required when parent field is specified
Status
Schema
conditions:
- lastTransitionTime: string
message: string
reason: string
status: string
type: string
externalRef: string
observedGeneration: integer
observedState:
createTime: string
etag: string
quotaConfig:
grantedValue: integer
requestOrigin: string
stateDetail: string
traceID: string
reconciling: boolean
updateTime: string
| Fields | |
|---|---|
conditions |
Conditions represent the latest available observations of the object's current state. |
conditions[] |
|
conditions[].lastTransitionTime |
Last time the condition transitioned from one status to another. |
conditions[].message |
Human-readable message indicating details about last transition. |
conditions[].reason |
Unique, one-word, CamelCase reason for the condition's last transition. |
conditions[].status |
Status is the status of the condition. Can be True, False, Unknown. |
conditions[].type |
Type is the type of the condition. |
externalRef |
A unique specifier for the APIQuotaPreference resource in Google Cloud. |
observedGeneration |
ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource. |
observedState |
ObservedState is the state of the resource as most recently observed in Google Cloud. |
observedState.createTime |
Output only. Create time stamp |
observedState.etag |
Optional. The current etag of the quota preference. If an etag is provided on update and does not match the current server's etag of the quota preference, the request will be blocked and an ABORTED error will be returned. See https://google.aip.dev/134#etags for more details on etags. |
observedState.quotaConfig |
Required. Preferred quota configuration. |
observedState.quotaConfig.grantedValue |
Output only. Granted quota value. |
observedState.quotaConfig.requestOrigin |
Output only. The origin of the quota preference request. |
observedState.quotaConfig.stateDetail |
Output only. Optional details about the state of this quota preference. |
observedState.quotaConfig.traceID |
Output only. Output only. The trace ID that Google Cloud uses to provision the requested quota. You can use this trace ID to contact Cloud Support to track the state of a quota preference request. The trace ID is only produced for increase requests and is unique for each request. Quota decrease requests do not have a trace ID. |
observedState.reconciling |
Output only. Is the quota preference pending Google Cloud approval and fulfillment. |
observedState.updateTime |
Output only. Update time stamp |