Uses of Class
com.oracle.bmc.disasterrecovery.model.ComputeInstanceMovableFileSystemOperation
-
Packages that use ComputeInstanceMovableFileSystemOperation Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of ComputeInstanceMovableFileSystemOperation in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return ComputeInstanceMovableFileSystemOperation Modifier and Type Method Description ComputeInstanceMovableFileSystemOperation
ComputeInstanceMovableFileSystemOperation.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model that return types with arguments of type ComputeInstanceMovableFileSystemOperation Modifier and Type Method Description List<ComputeInstanceMovableFileSystemOperation>
DrProtectionGroupMemberComputeInstanceMovable. getFileSystemOperations()
A list of details of operations performed on file systems.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type ComputeInstanceMovableFileSystemOperation Modifier and Type Method Description ComputeInstanceMovableFileSystemOperation.Builder
ComputeInstanceMovableFileSystemOperation.Builder. copy(ComputeInstanceMovableFileSystemOperation model)
Method parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type ComputeInstanceMovableFileSystemOperation Modifier and Type Method Description DrProtectionGroupMemberComputeInstanceMovable.Builder
DrProtectionGroupMemberComputeInstanceMovable.Builder. fileSystemOperations(List<ComputeInstanceMovableFileSystemOperation> fileSystemOperations)
A list of details of operations performed on file systems.
-