TotalLocalStorageGBRequestArgs

data class TotalLocalStorageGBRequestArgs(val max: Output<Int>? = null, val min: Output<Int>? = null) : ConvertibleToJava<TotalLocalStorageGBRequestArgs>

Definition of TotalLocalStorageGBRequest

Constructors

Link copied to clipboard
constructor(max: Output<Int>? = null, min: Output<Int>? = null)

Properties

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

The storage maximum in GB.

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

The storage minimum in GB.

Functions

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