Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::UpdateAzureClusterRequest.
Request message for AzureClusters.UpdateAzureCluster
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#azure_cluster
def azure_cluster() -> ::Google::Cloud::GkeMultiCloud::V1::AzureCluster
- (::Google::Cloud::GkeMultiCloud::V1::AzureCluster) — Required. The AzureCluster resource to update.
#azure_cluster=
def azure_cluster=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AzureCluster
- value (::Google::Cloud::GkeMultiCloud::V1::AzureCluster) — Required. The AzureCluster resource to update.
- (::Google::Cloud::GkeMultiCloud::V1::AzureCluster) — Required. The AzureCluster resource to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::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:
-
description
. -
azureClient
. -
control_plane.version
. -
control_plane.vm_size
. -
annotations
. -
authorization.admin_users
. -
authorization.admin_groups
. -
control_plane.root_volume.size_gib
. -
azure_services_authentication
. -
azure_services_authentication.tenant_id
. -
azure_services_authentication.application_id
. -
control_plane.proxy_config
. -
control_plane.proxy_config.resource_group_id
. -
control_plane.proxy_config.secret_id
. -
control_plane.ssh_config.authorized_key
. -
logging_config.component_config.enable_components
-
monitoring_config.managed_prometheus_config.enabled
.
-
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::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:
-
description
. -
azureClient
. -
control_plane.version
. -
control_plane.vm_size
. -
annotations
. -
authorization.admin_users
. -
authorization.admin_groups
. -
control_plane.root_volume.size_gib
. -
azure_services_authentication
. -
azure_services_authentication.tenant_id
. -
azure_services_authentication.application_id
. -
control_plane.proxy_config
. -
control_plane.proxy_config.resource_group_id
. -
control_plane.proxy_config.secret_id
. -
control_plane.ssh_config.authorized_key
. -
logging_config.component_config.enable_components
-
monitoring_config.managed_prometheus_config.enabled
.
-
-
(::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:
-
description
. -
azureClient
. -
control_plane.version
. -
control_plane.vm_size
. -
annotations
. -
authorization.admin_users
. -
authorization.admin_groups
. -
control_plane.root_volume.size_gib
. -
azure_services_authentication
. -
azure_services_authentication.tenant_id
. -
azure_services_authentication.application_id
. -
control_plane.proxy_config
. -
control_plane.proxy_config.resource_group_id
. -
control_plane.proxy_config.secret_id
. -
control_plane.ssh_config.authorized_key
. -
logging_config.component_config.enable_components
-
monitoring_config.managed_prometheus_config.enabled
.
-
#validate_only
def validate_only() -> ::Boolean
- (::Boolean) — If set, only validate the request, but do not actually update the cluster.
#validate_only=
def validate_only=(value) -> ::Boolean
- value (::Boolean) — If set, only validate the request, but do not actually update the cluster.
- (::Boolean) — If set, only validate the request, but do not actually update the cluster.