Uses of Class
com.oracle.bmc.batch.model.NfsVolume.Builder
-
Packages that use NfsVolume.Builder Package Description com.oracle.bmc.batch.model -
-
Uses of NfsVolume.Builder in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return NfsVolume.Builder Modifier and Type Method Description static NfsVolume.BuilderNfsVolume. builder()Create a new builder.NfsVolume.BuilderNfsVolume.Builder. copy(NfsVolume model)NfsVolume.BuilderNfsVolume.Builder. localMountDirectoryPath(String localMountDirectoryPath)The local path to mount the NFS share to.NfsVolume.BuilderNfsVolume.Builder. mountTargetExportPath(String mountTargetExportPath)The path to the directory on the NFS server to be mounted.NfsVolume.BuilderNfsVolume.Builder. mountTargetFqdn(String mountTargetFqdn)The FQDN of the NFS server to connect to.NfsVolume.BuilderNfsVolume.Builder. name(String name)The name of the NfsVolume.NfsVolume.BuilderNfsVolume. toBuilder()
-