GetJobDefinitionNodePropertyNodeRangePropertyContainerMountPoint

data class GetJobDefinitionNodePropertyNodeRangePropertyContainerMountPoint(val containerPath: String, val readOnly: Boolean, val sourceVolume: String)

Constructors

constructor(containerPath: String, readOnly: Boolean, sourceVolume: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The absolute file path in the container where the tmpfs volume is mounted.

Link copied to clipboard

If this value is true, the container has read-only access to the volume.

Link copied to clipboard

The name of the volume to mount.