OvfConsumerOvfSection

OvfConsumerOvfSection
OvfConsumerOvfSection

A self-contained OVF section

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "lineNumber": 0,
    "xml": "string"
}
integer As int32 As int32
lineNumber
Required

The line number in the OVF descriptor on which this section starts.

The line number is only present on sections that were imported as part of an OVF descriptor (as opposed to sections that are about to be exported to OVF).

The value is zero if the section did not originate from an OVF descriptor.

string
xml
Required

The XML fragment for the section.

The XML fragment must explicitly define all namespaces and namespace prefixes that are used in the fragment, including the default namespace.