github.com/vmware/govmomi@v0.51.0/vim25/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 vim25 provides a minimal client implementation to use with other
     7  packages in the vim25 tree. The code in this package intentionally does not
     8  take any dependendies outside the vim25 tree.
     9  
    10  The client implementation in this package embeds the soap.Client structure.
    11  Additionally, it stores the value of the session's ServiceContent object. This
    12  object stores references to a variety of subsystems, such as the root property
    13  collector, the session manager, and the search index. The client is fully
    14  functional after serialization and deserialization, without the need for
    15  additional requests for initialization.
    16  */
    17  package vim25