Interface NetworkConfig.ClusterNetworkPerformanceConfigOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.