UnmountDbnodeSnapshotDetails

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

Bases: object

Details of the Exadata Database Node Snapshot to be unmounted.

Methods

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

Attributes

db_node_id [Required] Gets the db_node_id of this UnmountDbnodeSnapshotDetails.
__init__(**kwargs)

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

Parameters:db_node_id (str) – The value to assign to the db_node_id property of this UnmountDbnodeSnapshotDetails.
db_node_id

[Required] Gets the db_node_id of this UnmountDbnodeSnapshotDetails. The OCID of the Exadata Database Node where snapshot needs to be unmounted.

Returns:The db_node_id of this UnmountDbnodeSnapshotDetails.
Return type:str