FileSystemExportMappingDetails¶
-
class
oci.disaster_recovery.models.
FileSystemExportMappingDetails
(**kwargs)¶ Bases:
object
The mapping between a file system export in the primary region and a mount target in the standby region.
Methods
__init__
(**kwargs)Initializes a new FileSystemExportMappingDetails object with values from keyword arguments. Attributes
destination_mount_target_id
[Required] Gets the destination_mount_target_id of this FileSystemExportMappingDetails. export_id
[Required] Gets the export_id of this FileSystemExportMappingDetails. -
__init__
(**kwargs)¶ Initializes a new FileSystemExportMappingDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - export_id (str) – The value to assign to the export_id property of this FileSystemExportMappingDetails.
- destination_mount_target_id (str) – The value to assign to the destination_mount_target_id property of this FileSystemExportMappingDetails.
-
destination_mount_target_id
¶ [Required] Gets the destination_mount_target_id of this FileSystemExportMappingDetails. The OCID of the destination mount target in the destination region which is used to export the file system.
Example: ocid1.mounttarget.oc1..uniqueID
Returns: The destination_mount_target_id of this FileSystemExportMappingDetails. Return type: str
-
export_id
¶ [Required] Gets the export_id of this FileSystemExportMappingDetails. The OCID of the export path in the primary region used to mount or unmount the file system.
Example: ocid1.export.oc1..uniqueID
Returns: The export_id of this FileSystemExportMappingDetails. Return type: str
-