Show / Hide Table of Contents

Class RemoveVirtualMachineExadbVmClusterRequest

The request for ExadbVmCluster.RemoveVirtualMachine.

Inheritance
object
RemoveVirtualMachineExadbVmClusterRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class RemoveVirtualMachineExadbVmClusterRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Hostnames

Required. The list of host names of db nodes to be removed from the ExadbVmCluster.

Declaration
[JsonProperty("hostnames")]
public virtual IList<string> Hostnames { get; set; }
Property Value
Type Description
IList<string>

RequestId

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).

Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX