GetInstanceTypesInstanceType

data class GetInstanceTypesInstanceType(val cpuCoreCount: Int, val defaultResolution: String, val instanceType: String, val instanceTypeFamily: String, val name: String, val nameEn: String)

Constructors

Link copied to clipboard
constructor(cpuCoreCount: Int, defaultResolution: String, instanceType: String, instanceTypeFamily: String, name: String, nameEn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cpu core count of the current instance type.

Link copied to clipboard

The default resolution of the current instance type.

Link copied to clipboard

The list of available instance type.

Link copied to clipboard
Link copied to clipboard

The name of the current instance type.

Link copied to clipboard

The English name of the current instance type.