Uses of Class
com.oracle.bmc.disasterrecovery.model.ComputeInstanceNonMovableFileSystemOperation
-
Packages that use ComputeInstanceNonMovableFileSystemOperation Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of ComputeInstanceNonMovableFileSystemOperation in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return ComputeInstanceNonMovableFileSystemOperation Modifier and Type Method Description ComputeInstanceNonMovableFileSystemOperation
ComputeInstanceNonMovableFileSystemOperation.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model that return types with arguments of type ComputeInstanceNonMovableFileSystemOperation Modifier and Type Method Description List<ComputeInstanceNonMovableFileSystemOperation>
DrProtectionGroupMemberComputeInstanceNonMovable. getFileSystemOperations()
Operations performed on a list of file systems used on the non-movable compute instance.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type ComputeInstanceNonMovableFileSystemOperation Modifier and Type Method Description ComputeInstanceNonMovableFileSystemOperation.Builder
ComputeInstanceNonMovableFileSystemOperation.Builder. copy(ComputeInstanceNonMovableFileSystemOperation model)
Method parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type ComputeInstanceNonMovableFileSystemOperation Modifier and Type Method Description DrProtectionGroupMemberComputeInstanceNonMovable.Builder
DrProtectionGroupMemberComputeInstanceNonMovable.Builder. fileSystemOperations(List<ComputeInstanceNonMovableFileSystemOperation> fileSystemOperations)
Operations performed on a list of file systems used on the non-movable compute instance.Constructor parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type ComputeInstanceNonMovableFileSystemOperation Constructor Description DrProtectionGroupMemberComputeInstanceNonMovable(String memberId, Boolean isStartStopEnabled, List<ComputeInstanceNonMovableFileSystemOperation> fileSystemOperations, List<ComputeInstanceNonMovableBlockVolumeOperation> blockVolumeOperations)
Deprecated.
-