GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterDevice

data class GetJobDefinitionNodePropertyNodeRangePropertyContainerLinuxParameterDevice(val containerPath: String, val hostPath: String, val permissions: List<String>)

Constructors

constructor(containerPath: String, hostPath: String, permissions: List<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

The path for the device on the host container instance.

Link copied to clipboard

The explicit permissions to provide to the container for the device.