Class: Google::Cloud::Container::V1::NetworkConfig::ClusterNetworkPerformanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::NetworkConfig::ClusterNetworkPerformanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Configuration of network bandwidth tiers
Defined Under Namespace
Modules: Tier
Instance Attribute Summary collapse
-
#total_egress_bandwidth_tier ⇒ ::Google::Cloud::Container::V1::NetworkConfig::ClusterNetworkPerformanceConfig::Tier
Specifies the total network bandwidth tier for NodePools in the cluster.
Instance Attribute Details
#total_egress_bandwidth_tier ⇒ ::Google::Cloud::Container::V1::NetworkConfig::ClusterNetworkPerformanceConfig::Tier
Returns Specifies the total network bandwidth tier for NodePools in the cluster.
4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4419 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 |