TmpfsOptionsArgs

data class TmpfsOptionsArgs(val size: Output<Int>? = null) : ConvertibleToJava<TmpfsOptionsArgs>

Describes the tmpfs options for the container

Constructors

Link copied to clipboard
constructor(size: Output<Int>? = null)

Properties

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

Mention the Tmpfs size

Functions

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