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