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