vmware / vic

vSphere Integrated Containers Engine is a container runtime for vSphere.
http://vmware.github.io/vic
Other
640 stars 173 forks source link

Add govmomi support for namespaceDB #4065

Open hickeng opened 7 years ago

hickeng commented 7 years ago

Story As a user of govmomi I want to be able to perform VM Namespace operations

Detail VM Namespace Manager is found here: ServiceContext->retrieveInternalContent->vm-namespace-manager Core operations:

dougm commented 7 years ago

This is another use case for us to enhance the govmomi wsdl/vmodl generator to support APIs other than the public vmodl. The other cases currently include: SSO (#716), SPBM (vmware/govmomi#659) and NSX (cc @casualjim)