Enum NetworkTierConfig.NetworkTier (2.81.0)

public enum NetworkTierConfig.NetworkTier extends Enum<NetworkTierConfig.NetworkTier> implements ProtocolMessageEnum

Network tier configuration.

Protobuf enum google.container.v1beta1.NetworkTierConfig.NetworkTier

Implements

ProtocolMessageEnum

Static Fields

Name Description
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_DEFAULT = 1;

NETWORK_TIER_DEFAULT_VALUE

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_DEFAULT = 1;

NETWORK_TIER_PREMIUM

Premium network tier.

NETWORK_TIER_PREMIUM = 2;

NETWORK_TIER_PREMIUM_VALUE

Premium network tier.

NETWORK_TIER_PREMIUM = 2;

NETWORK_TIER_STANDARD

Standard network tier.

NETWORK_TIER_STANDARD = 3;

NETWORK_TIER_STANDARD_VALUE

Standard network tier.

NETWORK_TIER_STANDARD = 3;

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_UNSPECIFIED = 0;

NETWORK_TIER_UNSPECIFIED_VALUE

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_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()