Google Cloud Container V1 Client - Class NetworkPerformanceConfig (1.9.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class NetworkPerformanceConfig.

Configuration of all network bandwidth tiers

Generated from protobuf message google.container.v1.NodeNetworkConfig.NetworkPerformanceConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ total_egress_bandwidth_tier int

Specifies the total network bandwidth tier for the NodePool.

getTotalEgressBandwidthTier

Specifies the total network bandwidth tier for the NodePool.

Generated from protobuf field optional .google.container.v1.NodeNetworkConfig.NetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;

Returns
TypeDescription
int

hasTotalEgressBandwidthTier

clearTotalEgressBandwidthTier

setTotalEgressBandwidthTier

Specifies the total network bandwidth tier for the NodePool.

Generated from protobuf field optional .google.container.v1.NodeNetworkConfig.NetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1;

Parameter
NameDescription
var int
Returns
TypeDescription
$this