VMware-vCloud

 view release on metacpan or  search on metacpan

etc/1.5/schemas/vcloud/vApp.xsd  view on Meta::CPAN

            <xs:documentation source="since">0.9</xs:documentation>
            <xs:documentation xml:lang="en">
                Represents a VM answer to a question when the VM is in a stuck
                (WAITING_FOR_INPUT) state.
            </xs:documentation>
        </xs:annotation>

        <xs:sequence>
            <xs:element name="ChoiceId" type="xs:int">
                <xs:annotation>
                    <xs:documentation source="modifiable">always</xs:documentation>
                    <xs:documentation xml:lang="en">
                        Choice ID of the answer to the question.
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="QuestionId" type="xs:string">
                <xs:annotation>
                    <xs:documentation source="modifiable">always</xs:documentation>
                    <xs:documentation xml:lang="en">
                        Question ID of the question.
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>

    <xs:complexType name="VmQuestionAnswerChoiceType">
        <xs:annotation>
            <xs:documentation source="since">0.9</xs:documentation>
            <xs:documentation xml:lang="en">
                Represents a pair of ID and text of an answer choice of a VM question.
            </xs:documentation>
        </xs:annotation>

        <xs:sequence>
            <xs:element name="Id" type="xs:int">
                <xs:annotation>
                    <xs:documentation source="modifiable">none</xs:documentation>
                    <xs:documentation xml:lang="en">
                        Choice ID.
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="Text" type="xs:string" minOccurs="0" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation source="modifiable">none</xs:documentation>
                    <xs:documentation xml:lang="en">
                        Answer text.
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>

    <xs:element name="RelocateParams" type="RelocateParamsType" />
    <xs:complexType name="RelocateParamsType">
        <xs:annotation>
            <xs:documentation source="since">1.5</xs:documentation>
            <xs:documentation xml:lang="en">
                Parameters to be used for vm relocation.
            </xs:documentation>
        </xs:annotation>

        <xs:sequence>
            <xs:element name="Datastore" type="ReferenceType" minOccurs="1" maxOccurs="1">
                <xs:annotation>
                    <xs:documentation source="modifiable">always</xs:documentation>
                    <xs:documentation xml:lang="en">
                        Reference to destination datastore.
                    </xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>

    <xs:element name="SerialPortConfigType">
		<xs:complexType>
	        <xs:annotation>
	            <xs:documentation source="since">1.5</xs:documentation>
	            <xs:documentation xml:lang="en">
	                Internal use only.
	            </xs:documentation>
	        </xs:annotation>

	        <xs:complexContent>
	            <xs:extension base="VCloudExtensibleType">
	                <xs:sequence>
	                    <xs:element name="Status" type="xs:string" minOccurs="0" maxOccurs="1">
	                        <xs:annotation>
	                            <xs:documentation source="modifiable">none</xs:documentation>
	                            <xs:documentation xml:lang="en">
	                                Indicates the current status of the connectable device.
	                                Valid only while the virtual machine is running.
	                                The set of possible values:
	                                ok                 The device is working correctly.
	                                recoverableError   The device has reported a recoverable error.
	                                                   For example, attempting to connect to network
	                                                   device that is being used by another virtual
	                                                   machine or some other program would result
	                                                   in this status.
	                                unrecoverableError The device cannot be used. For example,
	                                                   attempting to connect to a network device that
	                                                   does not exist would result in this status.
	                                untried            The device status is unknown, or it has not
	                                                   been requested to connect when the VM is
	                                                   powered on.
	                            </xs:documentation>
	                        </xs:annotation>
	                    </xs:element>

	                    <xs:element name="StartConnected" type="xs:boolean" minOccurs="0" maxOccurs="1">
	                        <xs:annotation>
	                            <xs:documentation source="modifiable">always</xs:documentation>
	                            <xs:documentation xml:lang="en">
	                                Flag to specify whether or not to connect the device when the
	                                virtual machine starts.
	                            </xs:documentation>
	                        </xs:annotation>
	                    </xs:element>



( run in 0.687 second using v1.01-cache-2.11-cpan-5511b514fd6 )