Class: Google::Cloud::Container::V1beta1::NetworkConfig::ClusterNetworkPerformanceConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

Configuration of all network bandwidth tiers

Defined Under Namespace

Modules: Tier

Instance Attribute Summary collapse

Instance Attribute Details

#total_egress_bandwidth_tier::Google::Cloud::Container::V1beta1::NetworkConfig::ClusterNetworkPerformanceConfig::Tier

Returns Specifies the total network bandwidth tier for the NodePool.

Returns:



5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5007

class ClusterNetworkPerformanceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Node network tier
  module Tier
    # Default value
    TIER_UNSPECIFIED = 0

    # Higher bandwidth, actual values based on VM size.
    TIER_1 = 1
  end
end