Common classes that provide access to vSphere services.
Bases: object
Base class containing common functionality for invoking vSphere services
Return the vCenter session cookie.
Bases: suds.plugin.MessagePlugin
Suds plug-in handling some special cases while calling VI SDK.
Helper to handle AnyType.
Suds does not handle AnyType properly. But VI SDK requires type attribute to be set when AnyType is used.
Parameters: | node – XML value node |
---|
Modifies the envelope document before it is sent.
This method provides the plug-in with the opportunity to prune empty nodes and fix nodes before sending it to the server.
Parameters: | context – send context |
---|