StartProgramInGuestRequestType

StartProgramInGuestRequestType
StartProgramInGuestRequestType

The parameters of StartProgramInGuest.

JSON Example
{
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "auth": {
        "_typeName": "string",
        "interactiveSession": false
    },
    "spec": {
        "_typeName": "string",
        "programPath": "string",
        "arguments": "string",
        "workingDirectory": "string",
        "envVariables": [
            "string"
        ]
    }
}
vm
Required

Reference to an instance of the VirtualMachine managed object.

auth
Required

GuestAuthentication is an abstract base class for authentication in the guest.

spec
Required

This describes the arguments to StartProgramInGuest.