CreateFileSystemUnmountDetails¶
-
class
oci.disaster_recovery.models.
CreateFileSystemUnmountDetails
(**kwargs)¶ Bases:
object
The details for creating a file system unmount.
Methods
__init__
(**kwargs)Initializes a new CreateFileSystemUnmountDetails object with values from keyword arguments. Attributes
mount_target_id
Gets the mount_target_id of this CreateFileSystemUnmountDetails. -
__init__
(**kwargs)¶ Initializes a new CreateFileSystemUnmountDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: mount_target_id (str) – The value to assign to the mount_target_id property of this CreateFileSystemUnmountDetails.
-
mount_target_id
¶ Gets the mount_target_id of this CreateFileSystemUnmountDetails. The OCID of the mount target.
Example: ocid1.mounttarget.oc1..uniqueID
Returns: The mount_target_id of this CreateFileSystemUnmountDetails. Return type: str
-