VirtualMachineRunCommandScriptSourceResponse

data class VirtualMachineRunCommandScriptSourceResponse(val commandId: String? = null, val script: String? = null, val scriptUri: String? = null)

Describes the script sources for run command.

Constructors

constructor(commandId: String? = null, script: String? = null, scriptUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val commandId: String? = null

Specifies a commandId of predefined built-in script.

Link copied to clipboard
val script: String? = null

Specifies the script content to be executed on the VM.

Link copied to clipboard
val scriptUri: String? = null

Specifies the script download location.