StorageArgs

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

Storage properties of a server

Constructors

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

Properties

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

Max storage allowed for a server.

Functions

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