public static interface NodeNetworkConfig.NetworkPerformanceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTotalEgressBandwidthTier()
public abstract NodeNetworkConfig.NetworkPerformanceConfig.Tier getTotalEgressBandwidthTier()Specifies the total network bandwidth tier for the NodePool.
optional .google.container.v1.NodeNetworkConfig.NetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;
| Type | Description |
| NodeNetworkConfig.NetworkPerformanceConfig.Tier | The totalEgressBandwidthTier. |
getTotalEgressBandwidthTierValue()
public abstract int getTotalEgressBandwidthTierValue()Specifies the total network bandwidth tier for the NodePool.
optional .google.container.v1.NodeNetworkConfig.NetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;
| Type | Description |
| 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.v1.NodeNetworkConfig.NetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;
| Type | Description |
| boolean | Whether the totalEgressBandwidthTier field is set. |