CreateBlockVolumeMountDetails¶
-
class
oci.disaster_recovery.models.
CreateBlockVolumeMountDetails
(**kwargs)¶ Bases:
object
The details for creating a mount for a file system on a block volume.
Methods
__init__
(**kwargs)Initializes a new CreateBlockVolumeMountDetails object with values from keyword arguments. Attributes
mount_point
Gets the mount_point of this CreateBlockVolumeMountDetails. -
__init__
(**kwargs)¶ Initializes a new CreateBlockVolumeMountDetails 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 CreateBlockVolumeMountDetails.
-
mount_point
¶ Gets the mount_point of this CreateBlockVolumeMountDetails. The physical mount point used for mounting the file system on the block volume.
Example: /mnt/yourmountpoint
Returns: The mount_point of this CreateBlockVolumeMountDetails. Return type: str
-