vCloud API - ContainerType
ContainerType
- Type:
- ContainerType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Container for query result sets.
- Since:
- Schema:
- common.xsd
- Media type(s):
- None
- Extends:
- ResourceType
- XML Representation:
- <ContainerType 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">
<VCloudExtension required="xs:boolean"/>
<Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string">
<VCloudExtension required="xs:boolean"/>
</Link>
</ContainerType>
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.