GetInstanceSpecificationsSpecification

data class GetInstanceSpecificationsSpecification(val cpu: Int, val enable: Boolean, val id: String, val instanceSpecificationId: String, val memory: Int, val specInfo: String, val version: Int)

Constructors

Link copied to clipboard
constructor(cpu: Int, enable: Boolean, id: String, instanceSpecificationId: String, memory: Int, specInfo: String, version: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: Int

CPU Size, Specifications for Micronucleus.

Link copied to clipboard

Whether the instance is available. The value description is as follows:

Link copied to clipboard
val id: String

The ID of the Instance Specification.

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard
val memory: Int

The Memory specifications for the MB.

Link copied to clipboard

The specification configuration name.

Link copied to clipboard

The specification configuration version.