Virtual Machine Run Command Instance View Response
data class VirtualMachineRunCommandInstanceViewResponse(val endTime: String? = null, val error: String? = null, val executionMessage: String? = null, val executionState: String? = null, val exitCode: Int? = null, val output: String? = null, val startTime: String? = null, val statuses: List<InstanceViewStatusResponse>? = null)
The instance view of a virtual machine run command.
Constructors
Link copied to clipboard
fun VirtualMachineRunCommandInstanceViewResponse(endTime: String? = null, error: String? = null, executionMessage: String? = null, executionState: String? = null, exitCode: Int? = null, output: String? = null, startTime: String? = null, statuses: List<InstanceViewStatusResponse>? = null)