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
Methods
__construct
Constructor.
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 40 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.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
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.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
var
string
$this
getAzureCluster
Required. The specification of the AzureCluster to create.
Generated from protobuf field .google.cloud.gkemulticloud.v1.AzureCluster azure_cluster = 2 [(.google.api.field_behavior) = REQUIRED];
hasAzureCluster
clearAzureCluster
setAzureCluster
Required. The specification of the AzureCluster to create.
Generated from protobuf field .google.cloud.gkemulticloud.v1.AzureCluster azure_cluster = 2 [(.google.api.field_behavior) = REQUIRED];
$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 40 characters.
Generated from protobuf field string azure_cluster_id = 3 [(.google.api.field_behavior) = REQUIRED];
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 40 characters.
Generated from protobuf field string azure_cluster_id = 3 [(.google.api.field_behavior) = REQUIRED];
var
string
$this
getValidateOnly
If set, only validate the request, but do not actually create the cluster.
Generated from protobuf field bool validate_only = 4;
bool
setValidateOnly
If set, only validate the request, but do not actually create the cluster.
Generated from protobuf field bool validate_only = 4;
var
bool
$this