public sealed class UpdateClusterRequest : IMessage<UpdateClusterRequest>, IEquatable<UpdateClusterRequest>, IDeepCloneable<UpdateClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class UpdateClusterRequest.
Request message for [VmwareEngine.UpdateCluster][google.cloud.vmwareengine.v1.VmwareEngine.UpdateCluster]
Implements
IMessageUpdateClusterRequest, IEquatableUpdateClusterRequest, IDeepCloneableUpdateClusterRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
UpdateClusterRequest()
public UpdateClusterRequest()
UpdateClusterRequest(UpdateClusterRequest)
public UpdateClusterRequest(UpdateClusterRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateClusterRequest |
Properties
Cluster
public Cluster Cluster { get; set; }
Required. The description of the cluster.
Property Value | |
---|---|
Type | Description |
Cluster |
RequestId
public string RequestId { get; set; }
Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
Property Value | |
---|---|
Type | Description |
string |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. Field mask is used to specify the fields to be overwritten in the
Cluster
resource by the update. The fields specified in the updateMask
are relative to the resource, not the full request. A field will be
overwritten if it is in the mask. If the user does not provide a mask then
all fields will be overwritten.
Property Value | |
---|---|
Type | Description |
FieldMask |
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. True if you want the request to be validated and not executed; false otherwise.
Property Value | |
---|---|
Type | Description |
bool |