VirtualMachineRunCommandScriptSourceArgs

data class VirtualMachineRunCommandScriptSourceArgs(val commandId: Output<String>? = null, val script: Output<String>? = null, val scriptUri: Output<String>? = null) : ConvertibleToJava<VirtualMachineRunCommandScriptSourceArgs>

Describes the script sources for run command.

Constructors

Link copied to clipboard
constructor(commandId: Output<String>? = null, script: Output<String>? = null, scriptUri: Output<String>? = null)

Properties

Link copied to clipboard
val commandId: Output<String>? = null

Specifies a commandId of predefined built-in script.

Link copied to clipboard
val script: Output<String>? = null

Specifies the script content to be executed on the VM.

Link copied to clipboard
val scriptUri: Output<String>? = null

Specifies the script download location.

Functions

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