QueryListType

Element:
QueryList
Type:
QueryListType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Container for the list of typed queries available to the requesting user.
Since:
Schema:
common.xsd
Media type(s):
None
Extends:
ContainerType
XML Representation:
<QueryList xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string" name="xs:string" page="xs:int"
        pageSize="xs:int" total="xs:long">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string"/>
</QueryList>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No always The URI of the entity.
type string No always The MIME type of the entity.
name string No none Query name that generated this result set.
page int No none Page of the result set that this container holds. The first page is page number 1.
pageSize int No none Page size, as a number of records or references.
total long No none Total number of records or references in the container.

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none A reference to an entity or operation associated with this object.
VCloudExtension VCloudExtensionType No always An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.