RemoveVirtualMachineFromExadbVmClusterDetails

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

Bases: object

Details of removing Virtual Machines from the Exadata VM cluster on Exascale Infrastructure. Applies to Exadata Database Service on Exascale Infrastructure only.

Methods

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

Attributes

db_nodes [Required] Gets the db_nodes of this RemoveVirtualMachineFromExadbVmClusterDetails.
__init__(**kwargs)

Initializes a new RemoveVirtualMachineFromExadbVmClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:db_nodes (list[oci.database.models.DbNodeDetails]) – The value to assign to the db_nodes property of this RemoveVirtualMachineFromExadbVmClusterDetails.
db_nodes

[Required] Gets the db_nodes of this RemoveVirtualMachineFromExadbVmClusterDetails. The list of ExaCS DB nodes for the Exadata VM cluster on Exascale Infrastructure to be removed.

Returns:The db_nodes of this RemoveVirtualMachineFromExadbVmClusterDetails.
Return type:list[oci.database.models.DbNodeDetails]