Reference documentation and code samples for the Google Cloud Config V1 Client class QuotaValidation.
Enum values to control quota checks for resources in terraform configuration files.
Protobuf type google.cloud.config.v1.QuotaValidation
Namespace
Google \ Cloud \ Config \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
QUOTA_VALIDATION_UNSPECIFIED
Value: 0
The default value.
QuotaValidation on terraform configuration files will be disabled in this case.
Generated from protobuf enum QUOTA_VALIDATION_UNSPECIFIED = 0;
ENABLED
Value: 1
Enable computing quotas for resources in terraform configuration files to get visibility on resources with insufficient quotas.
Generated from protobuf enum ENABLED = 1;
ENFORCED
Value: 2
Enforce quota checks so deployment fails if there isn't sufficient quotas available to deploy resources in terraform configuration files.
Generated from protobuf enum ENFORCED = 2;