BlockVolumeMountDetails¶
-
class
oci.disaster_recovery.models.
BlockVolumeMountDetails
(**kwargs)¶ Bases:
object
The details for mounting or unmounting the file system on a block volume.
Methods
__init__
(**kwargs)Initializes a new BlockVolumeMountDetails object with values from keyword arguments. Attributes
mount_point
[Required] Gets the mount_point of this BlockVolumeMountDetails. -
__init__
(**kwargs)¶ Initializes a new BlockVolumeMountDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: mount_point (str) – The value to assign to the mount_point property of this BlockVolumeMountDetails.
-
mount_point
¶ [Required] Gets the mount_point of this BlockVolumeMountDetails. The physical mount point used for mounting and unmounting the file system on a block volume.
Example: /mnt/yourmountpoint
Returns: The mount_point of this BlockVolumeMountDetails. Return type: str
-