CreateFileSystemMountDetails¶
-
class
oci.disaster_recovery.models.
CreateFileSystemMountDetails
(**kwargs)¶ Bases:
object
The details for creating a file system mount.
Methods
__init__
(**kwargs)Initializes a new CreateFileSystemMountDetails object with values from keyword arguments. Attributes
mount_target_id
Gets the mount_target_id of this CreateFileSystemMountDetails. -
__init__
(**kwargs)¶ Initializes a new CreateFileSystemMountDetails 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 CreateFileSystemMountDetails.
-
mount_target_id
¶ Gets the mount_target_id of this CreateFileSystemMountDetails. The OCID of the mount target for this file system.
Example: ocid1.mounttarget.oc1..uniqueID
Returns: The mount_target_id of this CreateFileSystemMountDetails. Return type: str
-