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