Google Kubernetes Engine v1 API - Enum NetworkTierConfig.Types.NetworkTier (3.36.0)

public enum NetworkTierConfig.Types.NetworkTier

Reference documentation and code samples for the Google Kubernetes Engine v1 API enum NetworkTierConfig.Types.NetworkTier.

Network tier configuration.

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Fields

Name Description
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.

Premium

Premium network tier.

Standard

Standard 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).