Common classes that provide access to vSphere services.
Bases: requests.adapters.HTTPAdapter
Transport adapter for local files.
See http://stackoverflow.com/a/22989322
Bases: suds.cache.ObjectCache
Retrieves the value for a key or None.
Sets the value for a key.
Bases: suds.transport.Transport
Bases: StringIO.StringIO
Response with an input stream as source.
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 |
---|