Enum Project.CloudArmorTier (1.51.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
CA_ENTERPRISE_ANNUAL

Enterprise tier protection billed annually.

CA_ENTERPRISE_ANNUAL = 219921116;

CA_ENTERPRISE_ANNUAL_VALUE

Enterprise tier protection billed annually.

CA_ENTERPRISE_ANNUAL = 219921116;

CA_ENTERPRISE_PAYGO

Enterprise tier protection billed monthly.

CA_ENTERPRISE_PAYGO = 453530323;

CA_ENTERPRISE_PAYGO_VALUE

Enterprise tier protection billed monthly.

CA_ENTERPRISE_PAYGO = 453530323;

CA_STANDARD

Standard protection.

CA_STANDARD = 13156734;

CA_STANDARD_VALUE

Standard protection.

CA_STANDARD = 13156734;

UNDEFINED_CLOUD_ARMOR_TIER

A value indicating that the enum field is not set.

UNDEFINED_CLOUD_ARMOR_TIER = 0;

UNDEFINED_CLOUD_ARMOR_TIER_VALUE

A value indicating that the enum field is not set.

UNDEFINED_CLOUD_ARMOR_TIER = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()