Uses of Class
com.oracle.bmc.disasterrecovery.model.FileSystemExportMapping
-
Packages that use FileSystemExportMapping Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of FileSystemExportMapping in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return FileSystemExportMapping Modifier and Type Method Description FileSystemExportMapping
FileSystemExportMapping.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model that return types with arguments of type FileSystemExportMapping Modifier and Type Method Description List<FileSystemExportMapping>
DrProtectionGroupMemberFileSystem. getExportMappings()
A list of mappings between the primary region file system export and destination region mount target.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type FileSystemExportMapping Modifier and Type Method Description FileSystemExportMapping.Builder
FileSystemExportMapping.Builder. copy(FileSystemExportMapping model)
Method parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type FileSystemExportMapping Modifier and Type Method Description DrProtectionGroupMemberFileSystem.Builder
DrProtectionGroupMemberFileSystem.Builder. exportMappings(List<FileSystemExportMapping> exportMappings)
A list of mappings between the primary region file system export and destination region mount target.Constructor parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type FileSystemExportMapping Constructor Description DrProtectionGroupMemberFileSystem(String memberId, String destinationAvailabilityDomain, List<FileSystemExportMapping> exportMappings)
Deprecated.
-