github.com/vmware/govmomi@v0.51.0/ovf/doc.go (about)

     1  // © Broadcom. All Rights Reserved.
     2  // The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
     3  // SPDX-License-Identifier: Apache-2.0
     4  
     5  /*
     6  Package ovf provides functionality to unmarshal and inspect the structure
     7  of an OVF file. It is not a complete implementation of the specification and
     8  is intended to be used to import virtual infrastructure into vSphere.
     9  
    10  For a complete specification of the OVF standard, refer to:
    11  https://www.dmtf.org/sites/default/files/standards/documents/DSP0243_2.1.0.pdf
    12  */
    13  package ovf