RemoveVirtualMachineFromVmClusterDetails

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

Bases: object

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

Methods

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

Attributes

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

Initializes a new RemoveVirtualMachineFromVmClusterDetails 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 RemoveVirtualMachineFromVmClusterDetails.
db_servers

[Required] Gets the db_servers of this RemoveVirtualMachineFromVmClusterDetails. The list of Exacc DB servers for the cluster to be removed.

Returns:The db_servers of this RemoveVirtualMachineFromVmClusterDetails.
Return type:list[oci.database.models.DbServerDetails]