VersionInfoType

Type:
VersionInfoType
Namespace:
http://www.vmware.com/vcloud/versions
Description:
Information for one version of the API.
Since:
0.9
Schema:
versions.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<VersionInfoType xmlns="http://www.vmware.com/vcloud/versions" deprecated="xs:boolean">
    <Version> xs:string </Version>
    <LoginUrl> xs:string </LoginUrl>
    <MediaTypeMapping>
        <MediaType> xs:string </MediaType>
        <ComplexTypeName> xs:string </ComplexTypeName>
        <SchemaLocation> xs:anyURI </SchemaLocation>
    </MediaTypeMapping>
</VersionInfoType>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
deprecated boolean No none 20.0 Indicates whether the API version is deprecated for upcoming removal.

Elements

Element Type Required Modifiable Since Deprecated Description
LoginUrl string Yes none 0.9 Login URL for the version.
MediaTypeMapping MediaTypeMappingType No none 0.9 Media type mapping. This element is not present when the API version is 5.7 or higher.
Version string Yes none 0.9 Version string.