DevEnvironmentPersistentStorageArgs

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

Constructors

Functions

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

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.