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