GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf

data class GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterTmpf(val containerPath: String, val mountOptions: List<String>, val size: Int)

Constructors

constructor(containerPath: String, mountOptions: List<String>, size: Int)

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

The list of tmpfs volume mount options.

Link copied to clipboard
val size: Int

The size (in MiB) of the tmpfs volume.