VAppOvfSectionSpec
VAppOvfSectionSpec
An incremental update to the OvfSection list.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"operation": "string",
"removeKey": {
"_typeName": "string"
},
"info": {
"_typeName": "string",
"key": 0,
"namespace": "string",
"type": "string",
"atEnvelopeLevel": false,
"contents": "string"
}
}
info
Optional
The OvfSection encapsulates uninterpreted meta-data sections in an OVF descriptor.
When an OVF package is imported, non-required / non-interpreted sections will be stored as OvfSection object. During the creation of an OVF package, these sections will be placed in the OVF descriptor.