StorageArgs

data class StorageArgs(val storageSizeGB: Output<Int>? = null) : ConvertibleToJava<StorageArgs>

Storage properties of a server

Constructors

Link copied to clipboard
fun StorageArgs(storageSizeGB: Output<Int>? = null)

Functions

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

Properties

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

Max storage allowed for a server.