Uses of Class
com.oracle.bmc.containerinstances.model.VolumeMount.Builder
-
Packages that use VolumeMount.Builder Package Description com.oracle.bmc.containerinstances.model -
-
Uses of VolumeMount.Builder in com.oracle.bmc.containerinstances.model
Methods in com.oracle.bmc.containerinstances.model that return VolumeMount.Builder Modifier and Type Method Description static VolumeMount.Builder
VolumeMount. builder()
Create a new builder.VolumeMount.Builder
VolumeMount.Builder. copy(VolumeMount model)
VolumeMount.Builder
VolumeMount.Builder. isReadOnly(Boolean isReadOnly)
Whether the volume was mounted in read-only mode.VolumeMount.Builder
VolumeMount.Builder. mountPath(String mountPath)
Describes the volume access path.VolumeMount.Builder
VolumeMount.Builder. partition(Integer partition)
If there is more than one partition in the volume, reference this number of partitions.VolumeMount.Builder
VolumeMount.Builder. subPath(String subPath)
A sub-path inside the referenced volume.VolumeMount.Builder
VolumeMount. toBuilder()
VolumeMount.Builder
VolumeMount.Builder. volumeName(String volumeName)
The name of the volume.
-