Package | Description |
---|---|
com.oracle.bmc.containerinstances.model |
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.