GetDesktopTypesType

data class GetDesktopTypesType(val cpuCount: String, val dataDiskSize: String, val desktopTypeId: String, val gpuCount: Double, val gpuSpec: String, val id: String, val instanceTypeFamily: String, val memorySize: String, val status: String, val systemDiskSize: String)

Constructors

Link copied to clipboard
constructor(cpuCount: String, dataDiskSize: String, desktopTypeId: String, gpuCount: Double, gpuSpec: String, id: String, instanceTypeFamily: String, memorySize: String, status: String, systemDiskSize: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CPU cores.

Link copied to clipboard

The size of the data disk. Unit: GiB.

Link copied to clipboard

Specification ID.

Link copied to clipboard

The GPU cores.

Link copied to clipboard

The GPU video memory.

Link copied to clipboard
val id: String

The ID of the Desktop Type.

Link copied to clipboard

The Specification family.

Link copied to clipboard

The Memory size. Unit: MiB.

Link copied to clipboard

The status of the resource.

Link copied to clipboard

The size of the system disk. Unit: GiB.