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.modelMethods in com.oracle.bmc.disasterrecovery.model that return ComputeInstanceNonMovableFileSystemOperation.Builder Modifier and Type Method Description static ComputeInstanceNonMovableFileSystemOperation.BuilderComputeInstanceNonMovableFileSystemOperation. builder()Create a new builder.ComputeInstanceNonMovableFileSystemOperation.BuilderComputeInstanceNonMovableFileSystemOperation.Builder. copy(ComputeInstanceNonMovableFileSystemOperation model)ComputeInstanceNonMovableFileSystemOperation.BuilderComputeInstanceNonMovableFileSystemOperation.Builder. exportPath(String exportPath)The export path of the file system.ComputeInstanceNonMovableFileSystemOperation.BuilderComputeInstanceNonMovableFileSystemOperation.Builder. mountPoint(String mountPoint)The physical mount point of the file system on a host.ComputeInstanceNonMovableFileSystemOperation.BuilderComputeInstanceNonMovableFileSystemOperation.Builder. mountTargetId(String mountTargetId)The OCID of mount target.ComputeInstanceNonMovableFileSystemOperation.BuilderComputeInstanceNonMovableFileSystemOperation. toBuilder()
 
-