Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::UpdateAttachedClusterRequest.
Request message for AttachedClusters.UpdateAttachedCluster method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attached_cluster
def attached_cluster() -> ::Google::Cloud::GkeMultiCloud::V1::AttachedCluster- (::Google::Cloud::GkeMultiCloud::V1::AttachedCluster) — Required. The AttachedCluster resource to update.
#attached_cluster=
def attached_cluster=(value) -> ::Google::Cloud::GkeMultiCloud::V1::AttachedCluster- value (::Google::Cloud::GkeMultiCloud::V1::AttachedCluster) — Required. The AttachedCluster resource to update.
- (::Google::Cloud::GkeMultiCloud::V1::AttachedCluster) — Required. The AttachedCluster 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 AttachedCluster:
-
description. -
annotations. -
platform_version. -
authorization.admin_users. -
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 AttachedCluster:
-
description. -
annotations. -
platform_version. -
authorization.admin_users. -
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 AttachedCluster:
-
description. -
annotations. -
platform_version. -
authorization.admin_users. -
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.