GetCommandsPlainArgs

data class GetCommandsPlainArgs(val commandType: String? = null, val contentEncoding: String? = null, val desktopId: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetCommandsPlainArgs>

A collection of arguments for invoking getCommands.

Constructors

Link copied to clipboard
constructor(commandType: String? = null, contentEncoding: String? = null, desktopId: String? = null, ids: List<String>? = null, outputFile: String? = null, status: String? = null)

Properties

Link copied to clipboard
val commandType: String? = null

The Script Type. Valid values: RunBatScript, RunPowerShellScript.

Link copied to clipboard
val contentEncoding: String? = null

That Returns the Data Encoding Method. Valid values: Base64, PlainText.

Link copied to clipboard
val desktopId: String? = null

The desktop id of the Desktop.

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

A list of Command IDs.

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

Script Is Executed in the Overall Implementation of the State. Valid values: Pending, Failed, PartialFailed, Running, Stopped, Stopping, Finished, Success.

Functions

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