Show / Hide Table of Contents

Class RemoveVirtualMachineFromExadbVmClusterDetails

Details of removing Virtual Machines from the Exadata VM cluster on Exascale Infrastructure. Applies to Exadata Database Service on Exascale Infrastructure only.

Inheritance
object
RemoveVirtualMachineFromExadbVmClusterDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class RemoveVirtualMachineFromExadbVmClusterDetails

Properties

DbNodes

Declaration
[Required(ErrorMessage = "DbNodes is required.")]
[JsonProperty(PropertyName = "dbNodes")]
public List<DbNodeDetails> DbNodes { get; set; }
Property Value
Type Description
List<DbNodeDetails>

The list of ExaCS DB nodes for the Exadata VM cluster on Exascale Infrastructure to be removed.

Remarks

Required

In this article
Back to top