CreateComputeInstanceMovableFileSystemOperationDetails

class oci.disaster_recovery.models.CreateComputeInstanceMovableFileSystemOperationDetails(**kwargs)

Bases: object

The details for creating the operations performed on a file system for movable compute instance.

Methods

__init__(**kwargs) Initializes a new CreateComputeInstanceMovableFileSystemOperationDetails object with values from keyword arguments.

Attributes

export_path [Required] Gets the export_path of this CreateComputeInstanceMovableFileSystemOperationDetails.
mount_details [Required] Gets the mount_details of this CreateComputeInstanceMovableFileSystemOperationDetails.
mount_point [Required] Gets the mount_point of this CreateComputeInstanceMovableFileSystemOperationDetails.
unmount_details [Required] Gets the unmount_details of this CreateComputeInstanceMovableFileSystemOperationDetails.
__init__(**kwargs)

Initializes a new CreateComputeInstanceMovableFileSystemOperationDetails 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 CreateComputeInstanceMovableFileSystemOperationDetails.
  • mount_point (str) – The value to assign to the mount_point property of this CreateComputeInstanceMovableFileSystemOperationDetails.
  • mount_details (oci.disaster_recovery.models.CreateFileSystemMountDetails) – The value to assign to the mount_details property of this CreateComputeInstanceMovableFileSystemOperationDetails.
  • unmount_details (oci.disaster_recovery.models.CreateFileSystemUnmountDetails) – The value to assign to the unmount_details property of this CreateComputeInstanceMovableFileSystemOperationDetails.
export_path

[Required] Gets the export_path of this CreateComputeInstanceMovableFileSystemOperationDetails. The export path of the file system.

Example: /fs-export-path

Returns:The export_path of this CreateComputeInstanceMovableFileSystemOperationDetails.
Return type:str
mount_details

[Required] Gets the mount_details of this CreateComputeInstanceMovableFileSystemOperationDetails.

Returns:The mount_details of this CreateComputeInstanceMovableFileSystemOperationDetails.
Return type:oci.disaster_recovery.models.CreateFileSystemMountDetails
mount_point

[Required] Gets the mount_point of this CreateComputeInstanceMovableFileSystemOperationDetails. The physical mount point of the file system on a host.

Example: /mnt/yourmountpoint

Returns:The mount_point of this CreateComputeInstanceMovableFileSystemOperationDetails.
Return type:str
unmount_details

[Required] Gets the unmount_details of this CreateComputeInstanceMovableFileSystemOperationDetails.

Returns:The unmount_details of this CreateComputeInstanceMovableFileSystemOperationDetails.
Return type:oci.disaster_recovery.models.CreateFileSystemUnmountDetails