Google Anthos Multi Cloud V1 Client - Class CreateAzureClientRequest (0.4.4)

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

Request message for AzureClusters.CreateAzureClient method.

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

Namespace

Google \ Cloud \ GkeMultiCloud \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

Required. The specification of the AzureClient to create.

↳ azure_client_id string

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

getParent

Required. The parent location where this AzureClient 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
TypeDescription
string

setParent

Required. The parent location where this AzureClient 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
NameDescription
var string
Returns
TypeDescription
$this

getAzureClient

Required. The specification of the AzureClient to create.

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

hasAzureClient

clearAzureClient

setAzureClient

Required. The specification of the AzureClient to create.

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

getAzureClientId

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

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

Returns
TypeDescription
string

setAzureClientId

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

The provided ID will be part of the AzureClient resource name formatted as projects/<project-id>/locations/<region>/azureClients/<client-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 client.

Returns
TypeDescription
bool

setValidateOnly

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The parent location where this AzureClient 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.

azureClient Google\Cloud\GkeMultiCloud\V1\AzureClient

Required. The specification of the AzureClient to create.

azureClientId string

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

The provided ID will be part of the AzureClient resource name formatted as projects/<project-id>/locations/<region>/azureClients/<client-id>.

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

Returns
TypeDescription
Google\Cloud\GkeMultiCloud\V1\CreateAzureClientRequest