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:
-
annotations
. -
authorization.admin_groups
. -
authorization.admin_users
. -
binary_authorization.evaluation_mode
. -
description
. -
logging_config.component_config.enable_components
. -
monitoring_config.managed_prometheus_config.enabled
. -
platform_version
. -
proxy_config.kubernetes_secret.name
. -
proxy_config.kubernetes_secret.namespace
. -
security_posture_config.vulnerability_mode
-
#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:
-
annotations
. -
authorization.admin_groups
. -
authorization.admin_users
. -
binary_authorization.evaluation_mode
. -
description
. -
logging_config.component_config.enable_components
. -
monitoring_config.managed_prometheus_config.enabled
. -
platform_version
. -
proxy_config.kubernetes_secret.name
. -
proxy_config.kubernetes_secret.namespace
. -
security_posture_config.vulnerability_mode
-
-
(::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:
-
annotations
. -
authorization.admin_groups
. -
authorization.admin_users
. -
binary_authorization.evaluation_mode
. -
description
. -
logging_config.component_config.enable_components
. -
monitoring_config.managed_prometheus_config.enabled
. -
platform_version
. -
proxy_config.kubernetes_secret.name
. -
proxy_config.kubernetes_secret.namespace
. -
security_posture_config.vulnerability_mode
-
#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.