Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class UpdateAzureClusterRequest.
Request message for AzureClusters.UpdateAzureCluster
method.
Generated from protobuf message google.cloud.gkemulticloud.v1.UpdateAzureClusterRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ azure_cluster |
Google\Cloud\GkeMultiCloud\V1\AzureCluster
Required. The AzureCluster resource to update. |
↳ validate_only |
bool
If set, only validate the request, but do not actually update the cluster. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from AzureCluster: * |
getAzureCluster
Required. The AzureCluster resource to update.
Generated from protobuf field .google.cloud.gkemulticloud.v1.AzureCluster azure_cluster = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Cloud\GkeMultiCloud\V1\AzureCluster|null |
hasAzureCluster
clearAzureCluster
setAzureCluster
Required. The AzureCluster resource to update.
Generated from protobuf field .google.cloud.gkemulticloud.v1.AzureCluster azure_cluster = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\GkeMultiCloud\V1\AzureCluster
|
Returns | |
---|---|
Type | Description |
$this |
getValidateOnly
If set, only validate the request, but do not actually update the cluster.
Generated from protobuf field bool validate_only = 2;
Returns | |
---|---|
Type | Description |
bool |
setValidateOnly
If set, only validate the request, but do not actually update the cluster.
Generated from protobuf field bool validate_only = 2;
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from AzureCluster:
description
.
annotations
.azureClient
.control_plane.version
.control_plane.vm_size
.authorization.admin_users
.control_plane.root_volume.size_gib
.logging_config
Generated from protobuf field .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from AzureCluster:
description
.
annotations
.azureClient
.control_plane.version
.control_plane.vm_size
.authorization.admin_users
.control_plane.root_volume.size_gib
.logging_config
Generated from protobuf field .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |