MemoryGiBPerVCpuRequestArgs

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

Definition of MemoryGiBPerVCpuRequest

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 memory maximum in GiB.

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

The memory minimum in GiB.

Functions

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