Interface NetworkConfig.ClusterNetworkPerformanceConfigOrBuilder (2.45.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 NodePools in the cluster.

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

Returns
Type Description
NetworkConfig.ClusterNetworkPerformanceConfig.Tier

The totalEgressBandwidthTier.

getTotalEgressBandwidthTierValue()

public abstract int getTotalEgressBandwidthTierValue()

Specifies the total network bandwidth tier for NodePools in the cluster.

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

Returns
Type Description
int

The enum numeric value on the wire for totalEgressBandwidthTier.

hasTotalEgressBandwidthTier()

public abstract boolean hasTotalEgressBandwidthTier()

Specifies the total network bandwidth tier for NodePools in the cluster.

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

Returns
Type Description
boolean

Whether the totalEgressBandwidthTier field is set.