public enum Project.CloudArmorTier extends Enum<Project.CloudArmorTier> implements ProtocolMessageEnum
[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 enum google.cloud.compute.v1.Project.CloudArmorTier
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CA_ENTERPRISE_ANNUAL |
Enterprise tier protection billed annually. |
CA_ENTERPRISE_ANNUAL_VALUE |
Enterprise tier protection billed annually. |
CA_ENTERPRISE_PAYGO |
Enterprise tier protection billed monthly. |
CA_ENTERPRISE_PAYGO_VALUE |
Enterprise tier protection billed monthly. |
CA_STANDARD |
Standard protection. |
CA_STANDARD_VALUE |
Standard protection. |
UNDEFINED_CLOUD_ARMOR_TIER |
A value indicating that the enum field is not set. |
UNDEFINED_CLOUD_ARMOR_TIER_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |