VmQuestionAnswerType

Element:
VmQuestionAnswer
Type:
VmQuestionAnswerType
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:
<VmQuestionAnswer xmlns="http://www.vmware.com/vcloud/v1.5">
    <ChoiceId> xs:int </ChoiceId>
    <QuestionId> xs:string </QuestionId>
</VmQuestionAnswer>

Elements

Element Type Required Modifiable Since Deprecated Description
ChoiceId int Yes always 0.9 Choice ID of this answer.
QuestionId string Yes always 0.9 Question ID of the question.