Class CreateAzureClusterRequest (0.1.0)

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

Request message for AzureClusters.CreateAzureCluster method.

Attributes

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

Inheritance

builtins.object > proto.message.Message > CreateAzureClusterRequest