Class: Google::Cloud::Container::V1::NodeNetworkConfig::NetworkPerformanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::NodeNetworkConfig::NetworkPerformanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Configuration of all network bandwidth tiers
Defined Under Namespace
Modules: Tier
Instance Attribute Summary collapse
-
#total_egress_bandwidth_tier ⇒ ::Google::Cloud::Container::V1::NodeNetworkConfig::NetworkPerformanceConfig::Tier
Specifies the total network bandwidth tier for the NodePool.
Instance Attribute Details
#total_egress_bandwidth_tier ⇒ ::Google::Cloud::Container::V1::NodeNetworkConfig::NetworkPerformanceConfig::Tier
Returns Specifies the total network bandwidth tier for the NodePool.
468 469 470 471 472 473 474 475 476 477 478 479 480 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 468 class NetworkPerformanceConfig 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 |