Oracle Database@Google Cloud v1 API - Class UpdateExadbVmClusterRequest (1.4.0)

public sealed class UpdateExadbVmClusterRequest : IMessage<UpdateExadbVmClusterRequest>, IEquatable<UpdateExadbVmClusterRequest>, IDeepCloneable<UpdateExadbVmClusterRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class UpdateExadbVmClusterRequest.

The request for ExadbVmCluster.Update. We only support adding the Virtual Machine to the ExadbVmCluster. Rest of the fields in ExadbVmCluster are immutable.

Inheritance

object > UpdateExadbVmClusterRequest

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

UpdateExadbVmClusterRequest()

public UpdateExadbVmClusterRequest()

UpdateExadbVmClusterRequest(UpdateExadbVmClusterRequest)

public UpdateExadbVmClusterRequest(UpdateExadbVmClusterRequest other)
Parameter
Name Description
other UpdateExadbVmClusterRequest

Properties

ExadbVmCluster

public ExadbVmCluster ExadbVmCluster { get; set; }

Required. The resource being updated.

Property Value
Type Description
ExadbVmCluster

RequestId

public string RequestId { get; set; }

Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments.

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; }

Optional. A mask specifying which fields in th VM Cluster should be updated. A field specified in the mask is overwritten. If a mask isn't provided then all the fields in the VM Cluster are overwritten.

Property Value
Type Description
FieldMask