REST API - unknown_section_params
com.vmware.vcenter.ovf
unknown_section_params
- Representations:
-
{
"unknown_sections": [
{
"info": "string",
"tag": "string"
},
{
"info": "string",
"tag": "string"
}
]
}<?xml version="1.0" ?>
<ns0:UnknownSectionParams xmlns:ns0="http://vmware.com/vcenter/ovf" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<unknown_sections-array>
<array-item>
<tag>string</tag>
<info>string</info>
</array-item>
<array-item>
<tag>string</tag>
<info>string</info>
</array-item>
</unknown_sections-array>
</ns0:UnknownSectionParams> - Attributes:
-
Name Type Required Description unknown_sections List<unknown_section> Read Array of unknown, non-required sections. type string Create, Read Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters structure.
Copyright © 2014. All Rights Reserved.