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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setNetwork
Name of the VPC where the additional interface belongs
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSubnetwork
Name of the subnetwork where the additional interface belongs
Returns | |
---|---|
Type | Description |
string |
setSubnetwork
Name of the subnetwork where the additional interface belongs
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |