OvfManager Data Structures

The OvfManager managed object has a
CreateDescriptor
method that returns an
OvfCreateDescriptorResult
. The
OvfCreateDescriptorResult
has the
ovfDescriptor
string.
Figure 1 shows the UML representation of the data structures used in the OvfManager API.
OvfManager Class Diagram
Shows OVF create descriptor result subclass of OVF Manager.
The
OvfManager
data structures are the following:
  • OvfManager
    —A managed object that provides a service interface to parse and generate OVF descriptors.
  • OvfCreateDescriptorResult
    —A data object that contains the result of creating the OVF descriptor for the virtual application.