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