Get Desktop Types Plain Args
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
Properties
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
The Memory size. Unit: MiB.
Link copied to clipboard
File name where to save data source results (after running pulumi preview).