EphemeralStorageArgs

data class EphemeralStorageArgs(val size: Output<Int>? = null, val sizeInGiB: Output<Int>? = null) : ConvertibleToJava<EphemeralStorageArgs>

Definition of EphemeralStorage

Constructors

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

Properties

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

The size of the function's `/tmp` directory.

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

The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is `20` GiB and the maximum supported value is `200` GiB.

Functions

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