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