public static interface NodeNetworkConfig.NetworkPerformanceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the totalEgressBandwidthTier field is set. |