Google Anthos Multi Cloud V1 Client - Class CreateAzureClusterRequest (0.6.1)

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

Request message for AzureClusters.CreateAzureCluster method.

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

Namespace

Google \ Cloud \ GkeMultiCloud \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent location where this AzureCluster resource 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_cluster Google\Cloud\GkeMultiCloud\V1\AzureCluster

Required. The specification of the AzureCluster to create.

↳ azure_cluster_id string

Required. A client provided ID the resource. Must be unique within the parent resource. The provided ID will be part of the AzureCluster resource name formatted as projects/<project-id>/locations/<region>/azureClusters/<cluster-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 cluster.

getParent

Required. The parent location where this AzureCluster resource 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
Type Description
string

setParent

Required. The parent location where this AzureCluster resource 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
Name Description
var string
Returns
Type Description
$this

getAzureCluster

Required. The specification of the AzureCluster to create.

Returns
Type Description
Google\Cloud\GkeMultiCloud\V1\AzureCluster|null

hasAzureCluster

clearAzureCluster

setAzureCluster

Required. The specification of the AzureCluster to create.

Parameter
Name Description
var Google\Cloud\GkeMultiCloud\V1\AzureCluster
Returns
Type Description
$this

getAzureClusterId

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

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

Returns
Type Description
string

setAzureClusterId

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

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

Parameter
Name Description
var string
Returns
Type Description
$this

getValidateOnly

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

Returns
Type Description
bool

setValidateOnly

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

Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent location where this AzureCluster resource 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 Google\Cloud\GkeMultiCloud\V1\AzureClustersClient::locationName() for help formatting this field.

azureCluster Google\Cloud\GkeMultiCloud\V1\AzureCluster

Required. The specification of the AzureCluster to create.

azureClusterId string

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

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

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

Returns
Type Description
Google\Cloud\GkeMultiCloud\V1\CreateAzureClusterRequest