Interface NodeNetworkConfig.NetworkPerformanceConfigOrBuilder (2.5.0)

public static interface NodeNetworkConfig.NetworkPerformanceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExternalIpEgressBandwidthTier()

public abstract NodeNetworkConfig.NetworkPerformanceConfig.Tier getExternalIpEgressBandwidthTier()

Specifies the network bandwidth tier for the NodePool for traffic to external/public IP addresses.

optional .google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.Tier external_ip_egress_bandwidth_tier = 2;

Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig.Tier

The externalIpEgressBandwidthTier.

getExternalIpEgressBandwidthTierValue()

public abstract int getExternalIpEgressBandwidthTierValue()

Specifies the network bandwidth tier for the NodePool for traffic to external/public IP addresses.

optional .google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.Tier external_ip_egress_bandwidth_tier = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for externalIpEgressBandwidthTier.

getTotalEgressBandwidthTier()

public abstract NodeNetworkConfig.NetworkPerformanceConfig.Tier getTotalEgressBandwidthTier()

Specifies the total network bandwidth tier for the NodePool.

optional .google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;

Returns
TypeDescription
NodeNetworkConfig.NetworkPerformanceConfig.Tier

The totalEgressBandwidthTier.

getTotalEgressBandwidthTierValue()

public abstract int getTotalEgressBandwidthTierValue()

Specifies the total network bandwidth tier for the NodePool.

optional .google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for totalEgressBandwidthTier.

hasExternalIpEgressBandwidthTier()

public abstract boolean hasExternalIpEgressBandwidthTier()

Specifies the network bandwidth tier for the NodePool for traffic to external/public IP addresses.

optional .google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.Tier external_ip_egress_bandwidth_tier = 2;

Returns
TypeDescription
boolean

Whether the externalIpEgressBandwidthTier field is set.

hasTotalEgressBandwidthTier()

public abstract boolean hasTotalEgressBandwidthTier()

Specifies the total network bandwidth tier for the NodePool.

optional .google.container.v1beta1.NodeNetworkConfig.NetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;

Returns
TypeDescription
boolean

Whether the totalEgressBandwidthTier field is set.