Google Cloud Container V1 Client - Class AdditionalNodeNetworkConfig (1.21.1)

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

AdditionalNodeNetworkConfig is the configuration for additional node networks within the NodeNetworkConfig message

Generated from protobuf message google.container.v1.AdditionalNodeNetworkConfig

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ network string

Name of the VPC where the additional interface belongs

↳ subnetwork string

Name of the subnetwork where the additional interface belongs

getNetwork

Name of the VPC where the additional interface belongs

Returns
TypeDescription
string

setNetwork

Name of the VPC where the additional interface belongs

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSubnetwork

Name of the subnetwork where the additional interface belongs

Returns
TypeDescription
string

setSubnetwork

Name of the subnetwork where the additional interface belongs

Parameter
NameDescription
var string
Returns
TypeDescription
$this