cloudArmorTier property

String? cloudArmorTier
getter/setter pair

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 beCA_STANDARD.

Output only. Possible string values are:

  • "CA_ENTERPRISE_ANNUAL" : Enterprise tier protection billed annually.
  • "CA_ENTERPRISE_PAYGO" : Enterprise tier protection billed monthly.
  • "CA_STANDARD" : Standard protection.

Implementation

core.String? cloudArmorTier;