AddVirtualMachineToCloudVmClusterDetails

class oci.database.models.AddVirtualMachineToCloudVmClusterDetails(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new AddVirtualMachineToCloudVmClusterDetails object with values from keyword arguments.

Attributes

db_servers [Required] Gets the db_servers of this AddVirtualMachineToCloudVmClusterDetails.
__init__(**kwargs)

Initializes a new AddVirtualMachineToCloudVmClusterDetails 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.CloudDbServerDetails]) – The value to assign to the db_servers property of this AddVirtualMachineToCloudVmClusterDetails.
db_servers

[Required] Gets the db_servers of this AddVirtualMachineToCloudVmClusterDetails. The list of ExaCS DB servers for the cluster to be added.

Returns:The db_servers of this AddVirtualMachineToCloudVmClusterDetails.
Return type:list[oci.database.models.CloudDbServerDetails]