GetDesktopTypesPlainArgs

data class GetDesktopTypesPlainArgs(val cpuCount: Int? = null, val gpuCount: Double? = null, val ids: List<String>? = null, val instanceTypeFamily: String? = null, val memorySize: Int? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetDesktopTypesPlainArgs>

A collection of arguments for invoking getDesktopTypes.

Constructors

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

Properties

Link copied to clipboard
val cpuCount: Int? = null

The CPU cores.

Link copied to clipboard
val gpuCount: Double? = null

The GPU cores.

Link copied to clipboard
val ids: List<String>? = null

A list of Desktop Type IDs.

Link copied to clipboard

The Specification family. Valid values: eds.graphics, eds.hf, eds.general, ecd.graphics, ecd.performance, ecd.advanced, ecd.basic.

Link copied to clipboard
val memorySize: Int? = null

The Memory size. Unit: MiB.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val status: String? = null

The status of the resource. Valid values: SUFFICIENT.

Functions

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