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