Google Anthos Multi Cloud V1 Client - Class CreateAzureNodePoolRequest (0.3.0)

Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class CreateAzureNodePoolRequest.

Response message for AzureClusters.CreateAzureNodePool method.

Generated from protobuf message google.cloud.gkemulticloud.v1.CreateAzureNodePoolRequest

Methods

build

Parameters
NameDescription
parent string

Required. The AzureCluster resource where this node pool will be created.

Location names are formatted as projects/<project-id>/locations/<region>.

See Resource Names for more details on Google Cloud resource names. Please see {@see \Google\Cloud\GkeMultiCloud\V1\AzureClustersClient::azureClusterName()} for help formatting this field.

azureNodePool Google\Cloud\GkeMultiCloud\V1\AzureNodePool

Required. The specification of the AzureNodePool to create.

azureNodePoolId string

Required. A client provided ID the resource. Must be unique within the parent resource.

The provided ID will be part of the AzureNodePool resource name formatted as projects/<project-id>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>.

Valid characters are /[a-z][0-9]-/. Cannot be longer than 63 characters.

Returns
TypeDescription
Google\Cloud\GkeMultiCloud\V1\CreateAzureNodePoolRequest

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The AzureCluster resource where this node pool will be created. Location names are formatted as projects/<project-id>/locations/<region>. See Resource Names for more details on Google Cloud resource names.

↳ azure_node_pool Google\Cloud\GkeMultiCloud\V1\AzureNodePool

Required. The specification of the AzureNodePool to create.

↳ azure_node_pool_id string

Required. A client provided ID the resource. Must be unique within the parent resource. The provided ID will be part of the AzureNodePool resource name formatted as projects/<project-id>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>. Valid characters are /[a-z][0-9]-/. Cannot be longer than 63 characters.

↳ validate_only bool

If set, only validate the request, but do not actually create the node pool.

getParent

Required. The AzureCluster resource where this node pool will be created.

Location names are formatted as projects/<project-id>/locations/<region>. See Resource Names for more details on Google Cloud resource names.

Returns
TypeDescription
string

setParent

Required. The AzureCluster resource where this node pool will be created.

Location names are formatted as projects/<project-id>/locations/<region>. See Resource Names for more details on Google Cloud resource names.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAzureNodePool

Required. The specification of the AzureNodePool to create.

Returns
TypeDescription
Google\Cloud\GkeMultiCloud\V1\AzureNodePool|null

hasAzureNodePool

clearAzureNodePool

setAzureNodePool

Required. The specification of the AzureNodePool to create.

Parameter
NameDescription
var Google\Cloud\GkeMultiCloud\V1\AzureNodePool
Returns
TypeDescription
$this

getAzureNodePoolId

Required. A client provided ID the resource. Must be unique within the parent resource.

The provided ID will be part of the AzureNodePool resource name formatted as projects/<project-id>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>. Valid characters are /[a-z][0-9]-/. Cannot be longer than 63 characters.

Returns
TypeDescription
string

setAzureNodePoolId

Required. A client provided ID the resource. Must be unique within the parent resource.

The provided ID will be part of the AzureNodePool resource name formatted as projects/<project-id>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>. Valid characters are /[a-z][0-9]-/. Cannot be longer than 63 characters.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getValidateOnly

If set, only validate the request, but do not actually create the node pool.

Returns
TypeDescription
bool

setValidateOnly

If set, only validate the request, but do not actually create the node pool.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this