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
The command id.
- provisioning_state
- str
provisioning State.
- exit_code
- int
The exit code of the command.
- started_at
- datetime
The time when the command started.
- finished_at
- datetime
The time when the command finished.
- logs
- str
The command output.
- reason
- str
An explanation of why provisioningState is set to failed (if so).
Feedback
Submit and view feedback for