NetworkTierConfig

NetworkTierConfig contains network tier information.

JSON representation
{
  "networkTier": enum (NetworkTier)
}
Fields
networkTier

enum (NetworkTier)

Network tier configuration.

NetworkTier

Network tier configuration.

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