ComputeInstanceMovableFileSystemOperation¶
-
class
oci.disaster_recovery.models.
ComputeInstanceMovableFileSystemOperation
(**kwargs)¶ Bases:
object
The details of operations performed on a file system.
Methods
__init__
(**kwargs)Initializes a new ComputeInstanceMovableFileSystemOperation object with values from keyword arguments. Attributes
export_path
[Required] Gets the export_path of this ComputeInstanceMovableFileSystemOperation. mount_details
[Required] Gets the mount_details of this ComputeInstanceMovableFileSystemOperation. mount_point
[Required] Gets the mount_point of this ComputeInstanceMovableFileSystemOperation. unmount_details
[Required] Gets the unmount_details of this ComputeInstanceMovableFileSystemOperation. -
__init__
(**kwargs)¶ Initializes a new ComputeInstanceMovableFileSystemOperation 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 ComputeInstanceMovableFileSystemOperation.
- mount_point (str) – The value to assign to the mount_point property of this ComputeInstanceMovableFileSystemOperation.
- mount_details (oci.disaster_recovery.models.FileSystemMountDetails) – The value to assign to the mount_details property of this ComputeInstanceMovableFileSystemOperation.
- unmount_details (oci.disaster_recovery.models.FileSystemUnmountDetails) – The value to assign to the unmount_details property of this ComputeInstanceMovableFileSystemOperation.
-
export_path
¶ [Required] Gets the export_path of this ComputeInstanceMovableFileSystemOperation. The export path of the file system.
Example: /fs-export-path
Returns: The export_path of this ComputeInstanceMovableFileSystemOperation. Return type: str
-
mount_details
¶ [Required] Gets the mount_details of this ComputeInstanceMovableFileSystemOperation.
Returns: The mount_details of this ComputeInstanceMovableFileSystemOperation. Return type: oci.disaster_recovery.models.FileSystemMountDetails
-
mount_point
¶ [Required] Gets the mount_point of this ComputeInstanceMovableFileSystemOperation. The physical mount point of the file system on a host.
Example: /mnt/yourmountpoint
Returns: The mount_point of this ComputeInstanceMovableFileSystemOperation. Return type: str
-
unmount_details
¶ [Required] Gets the unmount_details of this ComputeInstanceMovableFileSystemOperation.
Returns: The unmount_details of this ComputeInstanceMovableFileSystemOperation. Return type: oci.disaster_recovery.models.FileSystemUnmountDetails
-