Reference documentation and code samples for the Google Cloud Container V1 Client class NetworkTier.
Network tier configuration.
Protobuf type google.container.v1.NetworkTierConfig.NetworkTier
Namespace
Google \ Cloud \ Container \ V1 \ NetworkTierConfigMethods
static::name
value
mixed
static::value
name
mixed
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).
Generated from protobuf enum NETWORK_TIER_UNSPECIFIED = 0;
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.
Generated from protobuf enum NETWORK_TIER_DEFAULT = 1;
NETWORK_TIER_PREMIUM
Value: 2
Premium network tier.
Generated from protobuf enum NETWORK_TIER_PREMIUM = 2;
NETWORK_TIER_STANDARD
Value: 3
Standard network tier.
Generated from protobuf enum NETWORK_TIER_STANDARD = 3;

