RunCommandResult Class

run command result.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
RunCommandResult

Constructor

RunCommandResult(**kwargs)

Variables

id
str

command id.

provisioning_state
str

provisioning State.

exit_code
int

exit code of the command.

started_at
datetime

time when the command started.

finished_at
datetime

time when the command finished.

logs
str

command output.

reason
str

explain why provisioningState is set to failed (if so).