Uses of Class
com.oracle.bmc.disasterrecovery.model.ComputeInstanceMovableFileSystemOperation.Builder
-
Packages that use ComputeInstanceMovableFileSystemOperation.Builder Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of ComputeInstanceMovableFileSystemOperation.Builder in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return ComputeInstanceMovableFileSystemOperation.Builder Modifier and Type Method Description static ComputeInstanceMovableFileSystemOperation.Builder
ComputeInstanceMovableFileSystemOperation. builder()
Create a new builder.ComputeInstanceMovableFileSystemOperation.Builder
ComputeInstanceMovableFileSystemOperation.Builder. copy(ComputeInstanceMovableFileSystemOperation model)
ComputeInstanceMovableFileSystemOperation.Builder
ComputeInstanceMovableFileSystemOperation.Builder. exportPath(String exportPath)
The export path of the file system.ComputeInstanceMovableFileSystemOperation.Builder
ComputeInstanceMovableFileSystemOperation.Builder. mountDetails(FileSystemMountDetails mountDetails)
ComputeInstanceMovableFileSystemOperation.Builder
ComputeInstanceMovableFileSystemOperation.Builder. mountPoint(String mountPoint)
The physical mount point of the file system on a host.ComputeInstanceMovableFileSystemOperation.Builder
ComputeInstanceMovableFileSystemOperation. toBuilder()
ComputeInstanceMovableFileSystemOperation.Builder
ComputeInstanceMovableFileSystemOperation.Builder. unmountDetails(FileSystemUnmountDetails unmountDetails)
-