VMware Cloud Director API - VmQuestionAnswerChoiceType
VmQuestionAnswerChoiceType
- Type:
- VmQuestionAnswerChoiceType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents the answer to a question posted by a virtual machine that is WAITING_FOR_INPUT (status="5").
- Since:
- 0.9
- Schema:
- vApp.xsd
- Media type(s):
- None
- Extends:
- anyType
- XML Representation:
-
<VmQuestionAnswerChoiceType xmlns="http://www.vmware.com/vcloud/v1.5">
<Id> xs:int </Id>
<Text> xs:string </Text>
</VmQuestionAnswerChoiceType>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description Id int Yes none 0.9 Choice ID of the answer. Text string No none 0.9 Answer text.