FlexibleAppVersionResourcesVolumeArgs

data class FlexibleAppVersionResourcesVolumeArgs(val name: Output<String>, val sizeGb: Output<Int>, val volumeType: Output<String>) : ConvertibleToJava<FlexibleAppVersionResourcesVolumeArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, sizeGb: Output<Int>, volumeType: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

Unique name for the volume.

Link copied to clipboard
val sizeGb: Output<Int>

Volume size in gigabytes.

Link copied to clipboard
val volumeType: Output<String>

Underlying volume type, e.g. 'tmpfs'.

Functions

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