Google Cloud Container V1 Client - Class NodePoolAutoConfig (1.13.1)

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

Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.

Generated from protobuf message google.container.v1.NodePoolAutoConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ network_tags Google\Cloud\Container\V1\NetworkTags

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.

getNetworkTags

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.

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

hasNetworkTags

clearNetworkTags

setNetworkTags

The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.

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