RemoveVirtualMachineFromCloudVmClusterDetails

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

Bases: object

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

Methods

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

Attributes

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

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

[Required] Gets the db_servers of this RemoveVirtualMachineFromCloudVmClusterDetails. The list of ExaDB-D DB server for the cluster to be removed.

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