The OvfManager managed object has a CreateDescriptor method that returns an OvfCreateDescriptorResult. The OvfCreateDescriptorResult has the ovfDescriptor string.

OvfManager Class Diagram shows the UML representation of the data structures used in the OvfManager API.

Figure 1. 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.