GetImagesPlainArgs

data class GetImagesPlainArgs(val desktopInstanceType: String? = null, val ids: List<String>? = null, val imageType: String? = null, val nameRegex: String? = null, val osType: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetImagesPlainArgs>

A collection of arguments for invoking getImages.

Constructors

Link copied to clipboard
constructor(desktopInstanceType: String? = null, ids: List<String>? = null, imageType: String? = null, nameRegex: String? = null, osType: String? = null, outputFile: String? = null, status: String? = null)

Properties

Link copied to clipboard

The desktop type of the image.

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

A list of Image IDs.

Link copied to clipboard
val imageType: String? = null

The image type of the image. Valid values: SYSTEM, CUSTOM.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Image name.

Link copied to clipboard
val osType: String? = null

The operating system type of the image. Valid values: Windows and Linux.

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 image. Valid values: Creating, Available, CreateFailed.

Functions

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