Interface NetworkConfig.ClusterNetworkPerformanceConfigOrBuilder (2.44.0)

public static interface NetworkConfig.ClusterNetworkPerformanceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTotalEgressBandwidthTier()

public abstract NetworkConfig.ClusterNetworkPerformanceConfig.Tier getTotalEgressBandwidthTier()

Specifies the total network bandwidth tier for the NodePool.

optional .google.container.v1beta1.NetworkConfig.ClusterNetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;

Returns
TypeDescription
NetworkConfig.ClusterNetworkPerformanceConfig.Tier

The totalEgressBandwidthTier.

getTotalEgressBandwidthTierValue()

public abstract int getTotalEgressBandwidthTierValue()

Specifies the total network bandwidth tier for the NodePool.

optional .google.container.v1beta1.NetworkConfig.ClusterNetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for totalEgressBandwidthTier.

hasTotalEgressBandwidthTier()

public abstract boolean hasTotalEgressBandwidthTier()

Specifies the total network bandwidth tier for the NodePool.

optional .google.container.v1beta1.NetworkConfig.ClusterNetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;

Returns
TypeDescription
boolean

Whether the totalEgressBandwidthTier field is set.