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