LicenseResourceRequirementsArgs

data class LicenseResourceRequirementsArgs(val minGuestCpuCount: Output<Int>? = null, val minMemoryMb: Output<Int>? = null) : ConvertibleToJava<LicenseResourceRequirementsArgs>

Constructors

Link copied to clipboard
fun LicenseResourceRequirementsArgs(minGuestCpuCount: Output<Int>? = null, minMemoryMb: Output<Int>? = null)

Functions

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

Properties

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

Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.

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

Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.