Kubernetes Engine V1 API - Module Google::Cloud::Container::V1::NetworkTierConfig::NetworkTier (v1.11.0)

Reference documentation and code samples for the Kubernetes Engine V1 API module Google::Cloud::Container::V1::NetworkTierConfig::NetworkTier.

Network tier configuration.

Constants

NETWORK_TIER_UNSPECIFIED

value: 0
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

value: 1
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

value: 2
Premium network tier.

NETWORK_TIER_STANDARD

value: 3
Standard network tier.