GetInstanceClassInfosInfo

data class GetInstanceClassInfosInfo(val classCode: String? = null, val classGroup: String? = null, val cpu: String? = null, val instructionSetArch: String? = null, val maxConnections: String? = null, val maxIombps: String? = null, val maxIops: String? = null, val memoryClass: String? = null, val referencePrice: String? = null) : ConvertibleToJava<GetInstanceClassInfosInfo>

Constructors

Link copied to clipboard
constructor(classCode: String? = null, classGroup: String? = null, cpu: String? = null, instructionSetArch: String? = null, maxConnections: String? = null, maxIombps: String? = null, maxIops: String? = null, memoryClass: String? = null, referencePrice: String? = null)

Properties

Link copied to clipboard
val classCode: String? = null

The code of the instance type.

Link copied to clipboard
val classGroup: String? = null

The instance family of the instance.

Link copied to clipboard
val cpu: String? = null

The number of cores that are supported by the instance type. Unit: cores.

Link copied to clipboard

The architecture of the instance type.

Link copied to clipboard
val maxConnections: String? = null

The maximum number of connections that are supported by the instance type. Unit: connections.

Link copied to clipboard
val maxIombps: String? = null

The maximum I/O bandwidth that is supported by the instance type. Unit: Mbit/s.

Link copied to clipboard
val maxIops: String? = null

The maximum input/output operations per second (IOPS) that is supported by the instance type. Unit: operations per second.

Link copied to clipboard
val memoryClass: String? = null

The memory capacity that is supported by the instance type. Unit: GB.

Link copied to clipboard
val referencePrice: String? = null

The fee that you must pay for the instance type. Unit: cent (USD).

Functions

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