VmPendingQuestionType

Element:
VmPendingQuestion
Type:
VmPendingQuestionType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents 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.vmPendingQuestion+json
application/vnd.vmware.vcloud.vmPendingQuestion+xml
Extends:
ResourceType
XML Representation:
<VmPendingQuestion xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string"/>
    <Question> xs:string </Question>
    <QuestionId> xs:string </QuestionId>
    <Choices>
        <Id> xs:int </Id>
        <Text> xs:string </Text>
    </Choices>
</VmPendingQuestion>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No always 0.9 The URI of the entity.
type string No always 0.9 The MIME type of the entity.

Elements

Element Type Required Modifiable Since Deprecated Description
Choices VmQuestionAnswerChoiceType Yes always 0.9 Choices of answers to the question.
Link LinkType No none 0.9 A reference to an entity or operation associated with this object.
Question string Yes none 0.9 Question text.
QuestionId string Yes always 0.9 Question ID of this question.
VCloudExtension VCloudExtensionType No always 0.9 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.

Operations

CRUD Operation Description Since Deprecated
read GET /vApp/{id}/question Retrieve a question being asked by a VM. 0.9
action POST /vApp/{id}/question/action/answer Answer a question being asked by a VM. 0.9