Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::NodeNetworkConfig::NetworkPerformanceConfig.
Configuration of all network bandwidth tiers
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#external_ip_egress_bandwidth_tier
def external_ip_egress_bandwidth_tier() -> ::Google::Cloud::Container::V1beta1::NodeNetworkConfig::NetworkPerformanceConfig::Tier
Returns
- (::Google::Cloud::Container::V1beta1::NodeNetworkConfig::NetworkPerformanceConfig::Tier) — Specifies the network bandwidth tier for the NodePool for traffic to external/public IP addresses.
#external_ip_egress_bandwidth_tier=
def external_ip_egress_bandwidth_tier=(value) -> ::Google::Cloud::Container::V1beta1::NodeNetworkConfig::NetworkPerformanceConfig::Tier
Parameter
- value (::Google::Cloud::Container::V1beta1::NodeNetworkConfig::NetworkPerformanceConfig::Tier) — Specifies the network bandwidth tier for the NodePool for traffic to external/public IP addresses.
Returns
- (::Google::Cloud::Container::V1beta1::NodeNetworkConfig::NetworkPerformanceConfig::Tier) — Specifies the network bandwidth tier for the NodePool for traffic to external/public IP addresses.
#total_egress_bandwidth_tier
def total_egress_bandwidth_tier() -> ::Google::Cloud::Container::V1beta1::NodeNetworkConfig::NetworkPerformanceConfig::Tier
Returns
- (::Google::Cloud::Container::V1beta1::NodeNetworkConfig::NetworkPerformanceConfig::Tier) — Specifies the total network bandwidth tier for the NodePool.
#total_egress_bandwidth_tier=
def total_egress_bandwidth_tier=(value) -> ::Google::Cloud::Container::V1beta1::NodeNetworkConfig::NetworkPerformanceConfig::Tier
Parameter
- value (::Google::Cloud::Container::V1beta1::NodeNetworkConfig::NetworkPerformanceConfig::Tier) — Specifies the total network bandwidth tier for the NodePool.
Returns
- (::Google::Cloud::Container::V1beta1::NodeNetworkConfig::NetworkPerformanceConfig::Tier) — Specifies the total network bandwidth tier for the NodePool.