vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VirtualMachineQuestionInfo(vim.vm.QuestionInfo)
- Property of
- VirtualMachineRuntimeInfo
- Extends
- DynamicData
- See also
- ChoiceOption, VirtualMachineMessage
- Since
- 2.0
Data Object Description
This data object type describes the question that is currently blocking a virtual machine.Properties
Name | Type | Description |
---|---|---|
choice | ChoiceOption |
List of key-value pairs that specify possible answers.
|
id | xsd:string |
Identifier with an opaque value that specifies the pending question.
|
message* | VirtualMachineMessage[] |
The message data for the individual messages that comprise the question.
Only available on servers that support localization.
Since VI API 2.5 |
text | xsd:string |
Text that describes the pending question.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |