Previous topic

The nova.virt.vmwareapi.vif Module

Next topic

The nova.virt.vmwareapi.vim_util Module

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 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 Vim(protocol='https', host='localhost')

The VIM Object.

get_service_content()

Gets the service content object.