Package com.google.container.v1
Interface NetworkConfig.ClusterNetworkPerformanceConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NetworkConfig.ClusterNetworkPerformanceConfig
,NetworkConfig.ClusterNetworkPerformanceConfig.Builder
- Enclosing class:
- NetworkConfig
public static interface NetworkConfig.ClusterNetworkPerformanceConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkConfig.ClusterNetworkPerformanceConfig.Tier
getTotalEgressBandwidthTier()
Specifies the total network bandwidth tier for NodePools in the cluster.int
getTotalEgressBandwidthTierValue()
Specifies the total network bandwidth tier for NodePools in the cluster.boolean
hasTotalEgressBandwidthTier()
Specifies the total network bandwidth tier for NodePools in the cluster.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTotalEgressBandwidthTier
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:
- Whether the totalEgressBandwidthTier field is set.
-
getTotalEgressBandwidthTierValue
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:
- The enum numeric value on the wire for totalEgressBandwidthTier.
-
getTotalEgressBandwidthTier
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:
- The totalEgressBandwidthTier.
-
-