VMware Cloud Director API - VersionInfoType

VMware Cloud Director API - VersionInfoType

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>
    <ProviderLoginUrl> xs:string </ProviderLoginUrl>
    <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, (Starting API v36.0, this URL is for tenants only. Provider's must use the dedicated provider login)
MediaTypeMapping MediaTypeMappingType No none 0.9 33.0 Media type mapping. This element is not present when the API version is 5.7 or higher.
ProviderLoginUrl string Yes none 36.0 Provider's Login URL for the version.
Version string Yes none 0.9 Version string.