VMware Cloud Director API - VmQuestionAnswer
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):
-
application/vnd.vmware.vcloud.vmPendingAnswer+json
application/vnd.vmware.vcloud.vmPendingAnswer+xml
- 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. -
Operations
-
CRUD Operation Description Since Deprecated as input POST /vApp/{id}/question/action/answer Answer a question being asked by a VM. 0.9