DevEnvironmentPersistentStorageArgs

data class DevEnvironmentPersistentStorageArgs(val size: Output<Int>) : ConvertibleToJava<DevEnvironmentPersistentStorageArgs>

Constructors

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

Properties

Link copied to clipboard
val size: Output<Int>

The size of the persistent storage in gigabytes (specifically GiB). Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.

Functions

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