FileSystemExportMapping

class oci.disaster_recovery.models.FileSystemExportMapping(**kwargs)

Bases: object

The mapping between a primary region file system export path and destination region mount target.

Methods

__init__(**kwargs) Initializes a new FileSystemExportMapping object with values from keyword arguments.

Attributes

destination_mount_target_id [Required] Gets the destination_mount_target_id of this FileSystemExportMapping.
export_id [Required] Gets the export_id of this FileSystemExportMapping.
__init__(**kwargs)

Initializes a new FileSystemExportMapping 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 FileSystemExportMapping.
  • destination_mount_target_id (str) – The value to assign to the destination_mount_target_id property of this FileSystemExportMapping.
destination_mount_target_id

[Required] Gets the destination_mount_target_id of this FileSystemExportMapping. The OCID of the destination mount target on which this file system export should be created.

Example: ocid1.mounttarget.oc1..uniqueID

Returns:The destination_mount_target_id of this FileSystemExportMapping.
Return type:str
export_id

[Required] Gets the export_id of this FileSystemExportMapping. The OCID of the export path.

Example: ocid1.export.oc1..uniqueID

Returns:The export_id of this FileSystemExportMapping.
Return type:str