Reference documentation and code samples for the Compute V1 Client class CloudArmorTier.
[Output Only] The Cloud Armor tier for this project. It can be one of the following values: CA_STANDARD, CA_ENTERPRISE_PAYGO. If this field is not specified, it is assumed to be CA_STANDARD.
Protobuf type google.cloud.compute.v1.Project.CloudArmorTier
Namespace
Google \ Cloud \ Compute \ V1 \ ProjectMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_CLOUD_ARMOR_TIER
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_CLOUD_ARMOR_TIER = 0;
CA_ENTERPRISE_ANNUAL
Value: 219921116
Enterprise tier protection billed annually.
Generated from protobuf enum CA_ENTERPRISE_ANNUAL = 219921116;
CA_ENTERPRISE_PAYGO
Value: 453530323
Enterprise tier protection billed monthly.
Generated from protobuf enum CA_ENTERPRISE_PAYGO = 453530323;
CA_STANDARD
Value: 13156734
Standard protection.
Generated from protobuf enum CA_STANDARD = 13156734;