VirtualWDT
VirtualWDT
This data object type represents a watchdog timer in a virtual machine.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"key": 0,
"deviceInfo": {
"_typeName": "string",
"label": "string",
"summary": "string"
},
"backing": {
"_typeName": "string"
},
"connectable": {
"_typeName": "string",
"migrateConnect": "string",
"startConnected": false,
"allowGuestControl": false,
"connected": false,
"status": "string"
},
"slotInfo": {
"_typeName": "string"
},
"controllerKey": 0,
"unitNumber": 0,
"numaNode": 0,
"deviceGroupInfo": {
"_typeName": "string",
"groupInstanceKey": 0,
"sequenceId": 0
},
"runOnBoot": false,
"running": false
}
boolean
runOnBoot
Required
Flag to indicate if the virtual watchdog timer device should be initialized as the Enabled/Stopped or Enabled/Running sub-state.
If not set, the device will default to being initialized as the Enabled/Stopped sub-state.
boolean
running
Required
Flag to indicate if the virtual watchdog timer device is currently in the Enabled/Running state.
The guest can cause state changes, which will result in this flag being either set or cleared.