UpdateComputeInstanceMovableFileSystemOperationDetails¶
-
class
oci.disaster_recovery.models.
UpdateComputeInstanceMovableFileSystemOperationDetails
(**kwargs)¶ Bases:
object
The details for updating the operations performed on a file systems for movable compute instance.
Methods
__init__
(**kwargs)Initializes a new UpdateComputeInstanceMovableFileSystemOperationDetails object with values from keyword arguments. Attributes
export_path
[Required] Gets the export_path of this UpdateComputeInstanceMovableFileSystemOperationDetails. mount_details
[Required] Gets the mount_details of this UpdateComputeInstanceMovableFileSystemOperationDetails. mount_point
[Required] Gets the mount_point of this UpdateComputeInstanceMovableFileSystemOperationDetails. unmount_details
[Required] Gets the unmount_details of this UpdateComputeInstanceMovableFileSystemOperationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateComputeInstanceMovableFileSystemOperationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - export_path (str) – The value to assign to the export_path property of this UpdateComputeInstanceMovableFileSystemOperationDetails.
- mount_point (str) – The value to assign to the mount_point property of this UpdateComputeInstanceMovableFileSystemOperationDetails.
- mount_details (oci.disaster_recovery.models.UpdateFileSystemMountDetails) – The value to assign to the mount_details property of this UpdateComputeInstanceMovableFileSystemOperationDetails.
- unmount_details (oci.disaster_recovery.models.UpdateFileSystemUnmountDetails) – The value to assign to the unmount_details property of this UpdateComputeInstanceMovableFileSystemOperationDetails.
-
export_path
¶ [Required] Gets the export_path of this UpdateComputeInstanceMovableFileSystemOperationDetails. The export path of the file system.
Example: /fs-export-path
Returns: The export_path of this UpdateComputeInstanceMovableFileSystemOperationDetails. Return type: str
-
mount_details
¶ [Required] Gets the mount_details of this UpdateComputeInstanceMovableFileSystemOperationDetails.
Returns: The mount_details of this UpdateComputeInstanceMovableFileSystemOperationDetails. Return type: oci.disaster_recovery.models.UpdateFileSystemMountDetails
-
mount_point
¶ [Required] Gets the mount_point of this UpdateComputeInstanceMovableFileSystemOperationDetails. The physical mount point of the file system on a host.
Example: /mnt/yourmountpoint
Returns: The mount_point of this UpdateComputeInstanceMovableFileSystemOperationDetails. Return type: str
-
unmount_details
¶ [Required] Gets the unmount_details of this UpdateComputeInstanceMovableFileSystemOperationDetails.
Returns: The unmount_details of this UpdateComputeInstanceMovableFileSystemOperationDetails. Return type: oci.disaster_recovery.models.UpdateFileSystemUnmountDetails
-