Show / Hide Table of Contents

Class AddVirtualMachineToVmClusterDetails

Details of adding Virtual Machines to the VM Cluster. Applies to Exadata Cloud@Customer instances only.

Inheritance
object
AddVirtualMachineToVmClusterDetails
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 AddVirtualMachineToVmClusterDetails

Properties

DbServers

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

The list of Exacc DB servers for the cluster to be added.

Remarks

Required

In this article
Back to top