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