Google Cloud Container V1 Client - Class AdditionalPodNetworkConfig (1.21.1)

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

AdditionalPodNetworkConfig is the configuration for additional pod networks within the NodeNetworkConfig message

Generated from protobuf message google.container.v1.AdditionalPodNetworkConfig

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ subnetwork string

Name of the subnetwork where the additional pod network belongs

↳ secondary_pod_range string

The name of the secondary range on the subnet which provides IP address for this pod range

↳ max_pods_per_node Google\Cloud\Container\V1\MaxPodsConstraint

The maximum number of pods per node which use this pod network

getSubnetwork

Name of the subnetwork where the additional pod network belongs

Returns
TypeDescription
string

setSubnetwork

Name of the subnetwork where the additional pod network belongs

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSecondaryPodRange

The name of the secondary range on the subnet which provides IP address for this pod range

Returns
TypeDescription
string

setSecondaryPodRange

The name of the secondary range on the subnet which provides IP address for this pod range

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMaxPodsPerNode

The maximum number of pods per node which use this pod network

Returns
TypeDescription
Google\Cloud\Container\V1\MaxPodsConstraint|null

hasMaxPodsPerNode

clearMaxPodsPerNode

setMaxPodsPerNode

The maximum number of pods per node which use this pod network

Parameter
NameDescription
var Google\Cloud\Container\V1\MaxPodsConstraint
Returns
TypeDescription
$this