Google Cloud Container V1 Client - Class AdditionalPodNetworkConfig (2.0.0)

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
Name Description
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
Type Description
string

setSubnetwork

Name of the subnetwork where the additional pod network belongs.

Parameter
Name Description
var string
Returns
Type Description
$this

getSecondaryPodRange

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

Returns
Type Description
string

setSecondaryPodRange

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

Parameter
Name Description
var string
Returns
Type Description
$this

getMaxPodsPerNode

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

Returns
Type Description
Google\Cloud\Container\V1\MaxPodsConstraint|null

hasMaxPodsPerNode

clearMaxPodsPerNode

setMaxPodsPerNode

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

Parameter
Name Description
var Google\Cloud\Container\V1\MaxPodsConstraint
Returns
Type Description
$this