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