networkTier property

String? networkTier
getter/setter pair

Network tier configuration. Possible string values are:

  • "NETWORK_TIER_UNSPECIFIED" : By default, use project-level configuration. When unspecified, the behavior defaults to NETWORK_TIER_DEFAULT. For cluster updates, this implies no action (no-op).
  • "NETWORK_TIER_DEFAULT" : Default network tier. Use project-level configuration. User can specify this value, meaning they want to keep the same behaviour as before cluster level network tier configuration is introduced. This field ensures backward compatibility for the network tier of cluster resources, such as node pools and load balancers, for their external IP addresses.
  • "NETWORK_TIER_PREMIUM" : Premium network tier.
  • "NETWORK_TIER_STANDARD" : Standard network tier.

Implementation

core.String? networkTier;