VirtualMachineQuestionInfo
VirtualMachineQuestionInfo
This data object type describes the question that is currently blocking a virtual machine.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"id": "string",
"text": "string",
"choice": {
"_typeName": "string",
"valueIsReadonly": false,
"choiceInfo": [
{
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
}
],
"defaultIndex": 0
},
"message": [
{
"_typeName": "string",
"id": "string",
"argument": [
{
"_typeName": "string"
}
],
"text": "string"
}
]
}
string
id
Required
Identifier with an opaque value that specifies the pending question.
string
text
Required
Text that describes the pending question.
choice
Required
List of key-value pairs that specify possible answers.
array of
VirtualMachineMessage
message
Optional
The message data for the individual messages that comprise the question.
Only available on servers that support localization.