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