UnmountDbnodeSnapshotDetails¶
-
class
oci.database.models.UnmountDbnodeSnapshotDetails(**kwargs)¶ Bases:
objectDetails 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.
-