ContainerMountTmpfsOptionsArgs

data class ContainerMountTmpfsOptionsArgs(val mode: Output<Int>? = null, val sizeBytes: Output<Int>? = null) : ConvertibleToJava<ContainerMountTmpfsOptionsArgs>

Constructors

Link copied to clipboard
constructor(mode: Output<Int>? = null, sizeBytes: Output<Int>? = null)

Properties

Link copied to clipboard
val mode: Output<Int>? = null

The permission mode for the tmpfs mount in an integer.

Link copied to clipboard
val sizeBytes: Output<Int>? = null

The size for the tmpfs mount in bytes.

Functions

Link copied to clipboard
open override fun toJava(): ContainerMountTmpfsOptionsArgs