AddVirtualMachineToVmClusterDetails¶
-
class
oci.database.models.
AddVirtualMachineToVmClusterDetails
(**kwargs)¶ Bases:
object
Details of adding Virtual Machines to the VM Cluster. Applies to Exadata Cloud@Customer instances only.
Methods
__init__
(**kwargs)Initializes a new AddVirtualMachineToVmClusterDetails object with values from keyword arguments. Attributes
db_servers
[Required] Gets the db_servers of this AddVirtualMachineToVmClusterDetails. -
__init__
(**kwargs)¶ Initializes a new AddVirtualMachineToVmClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: db_servers (list[oci.database.models.DbServerDetails]) – The value to assign to the db_servers property of this AddVirtualMachineToVmClusterDetails.
-
db_servers
¶ [Required] Gets the db_servers of this AddVirtualMachineToVmClusterDetails. The list of Exacc DB servers for the cluster to be added.
Returns: The db_servers of this AddVirtualMachineToVmClusterDetails. Return type: list[oci.database.models.DbServerDetails]
-