This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.virt.vmwareapi.vim Module

Classes for making VMware VI SOAP calls.

class nova.virt.vmwareapi.vim.VIMMessagePlugin

Bases: suds.plugin.MessagePlugin

addAttributeForValue(node)
marshalled(context)

suds will send the specified soap envelope. Provides the plugin with the opportunity to prune empty nodes and fixup nodes before sending it to the server.

class nova.virt.vmwareapi.vim.Vim(protocol='https', host='localhost')

The VIM Object.

get_service_content()

Gets the service content object.