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