Uses of Class
com.oracle.bmc.disasterrecovery.model.FileSystemMountDetails
-
Packages that use FileSystemMountDetails Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of FileSystemMountDetails in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return FileSystemMountDetails Modifier and Type Method Description FileSystemMountDetails
FileSystemMountDetails.Builder. build()
FileSystemMountDetails
ComputeInstanceMovableFileSystemOperation. getMountDetails()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type FileSystemMountDetails Modifier and Type Method Description FileSystemMountDetails.Builder
FileSystemMountDetails.Builder. copy(FileSystemMountDetails model)
ComputeInstanceMovableFileSystemOperation.Builder
ComputeInstanceMovableFileSystemOperation.Builder. mountDetails(FileSystemMountDetails mountDetails)
Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type FileSystemMountDetails Constructor Description ComputeInstanceMovableFileSystemOperation(String exportPath, String mountPoint, FileSystemMountDetails mountDetails, FileSystemUnmountDetails unmountDetails)
Deprecated.
-