vcenter ovf: unknown section
The
unknown_section
structure contains information about an unknown section in an OVF package.Representations:
{
"info": "string",
"tag": "string"
}
"info": "string",
"tag": "string"
}
<?xml version="1.0" ?>
<ns0:UnknownSection xmlns:ns0="http://vmware.com/vcenter/ovf" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tag>string</tag>
<info>string</info>
</ns0:UnknownSection>
<ns0:UnknownSection xmlns:ns0="http://vmware.com/vcenter/ovf" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tag>string</tag>
<info>string</info>
</ns0:UnknownSection>
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
tag | string | A namespace-qualified tag in the form {ns}tag . |
info | string | The description of the Info element. |