MountPointDetails

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

Bases: object

Details of the Mount Point.

Methods

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

Attributes

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

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

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

[Required] Gets the db_node_id of this MountPointDetails. The OCID of the Exadata Database Node where snapshot was mounted.

Returns:The db_node_id of this MountPointDetails.
Return type:str
name

[Required] Gets the name of this MountPointDetails. Mount Point Name

Returns:The name of this MountPointDetails.
Return type:str