public sealed class UpdateAttachedClusterRequest : IMessage<UpdateAttachedClusterRequest>, IEquatable<UpdateAttachedClusterRequest>, IDeepCloneable<UpdateAttachedClusterRequest>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class UpdateAttachedClusterRequest.
Request message for AttachedClusters.UpdateAttachedCluster method.
Implements
IMessageUpdateAttachedClusterRequest, IEquatableUpdateAttachedClusterRequest, IDeepCloneableUpdateAttachedClusterRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
UpdateAttachedClusterRequest()
public UpdateAttachedClusterRequest()UpdateAttachedClusterRequest(UpdateAttachedClusterRequest)
public UpdateAttachedClusterRequest(UpdateAttachedClusterRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateAttachedClusterRequest |
Properties
AttachedCluster
public AttachedCluster AttachedCluster { get; set; }Required. The [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource to update.
| Property Value | |
|---|---|
| Type | Description |
AttachedCluster |
|
UpdateMask
public FieldMask UpdateMask { get; set; }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][google.cloud.gkemulticloud.v1.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_modemonitoring_config.cloud_monitoring_config.enabled
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|
ValidateOnly
public bool ValidateOnly { get; set; }If set, only validate the request, but do not actually update the cluster.
| Property Value | |
|---|---|
| Type | Description |
bool |
|