Class CreateAzureClientRequest (0.1.0)

CreateAzureClientRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for AzureClusters.CreateAzureClient method.

Attributes

NameDescription
parent str
Required. The parent location where this AzureClient resource will be created. Location names are formatted as ``projects/
azure_client google.cloud.gke_multicloud_v1.types.AzureClient
Required. The specification of the AzureClient to create.
azure_client_id str
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/
validate_only bool
If set, only validate the request, but do not actually create the client.

Inheritance

builtins.object > proto.message.Message > CreateAzureClientRequest