LicenseResourceRequirementsResponse

data class LicenseResourceRequirementsResponse(val minGuestCpuCount: Int, val minMemoryMb: Int)

Constructors

Link copied to clipboard
fun LicenseResourceRequirementsResponse(minGuestCpuCount: Int, minMemoryMb: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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