GetDesktopTypesResult

data class GetDesktopTypesResult(val cpuCount: Int? = null, val gpuCount: Double? = null, val id: String, val ids: List<String>, val instanceTypeFamily: String? = null, val memorySize: Int? = null, val outputFile: String? = null, val status: String? = null, val types: List<GetDesktopTypesType>)

A collection of values returned by getDesktopTypes.

Constructors

Link copied to clipboard
constructor(cpuCount: Int? = null, gpuCount: Double? = null, id: String, ids: List<String>, instanceTypeFamily: String? = null, memorySize: Int? = null, outputFile: String? = null, status: String? = null, types: List<GetDesktopTypesType>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpuCount: Int? = null
Link copied to clipboard
val gpuCount: Double? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val memorySize: Int? = null
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val status: String? = null
Link copied to clipboard