Package pywbem :: Module cim_operations
[frames] | no frames]

Module cim_operations

source code

CIM operations over HTTP.

The WBEMConnection class in this module opens a connection to a remote WBEM server. Across this connection you can run various CIM operations. Each method of this class corresponds fairly directly to a single CIM operation.

Classes
  CIMError
Exception indicating that the WBEM server has returned an error response with a CIM status code.
  WBEMConnection
A client's connection to a WBEM server.
Functions
 
PegasusUDSConnection(creds=None, **kwargs)
Pegasus specific Unix Domain Socket call.
source code
 
SFCBUDSConnection(creds=None, **kwargs)
SFCB specific Unix Domain Socket call.
source code
 
OpenWBEMUDSConnection(creds=None, **kwargs)
Pegasus specific Unix Domain Socket call.
source code
Function Details

PegasusUDSConnection(creds=None, **kwargs)

source code 
Pegasus specific Unix Domain Socket call. Specific because of the location of the file name

SFCBUDSConnection(creds=None, **kwargs)

source code 
SFCB specific Unix Domain Socket call. Specific because of the location of the file name

OpenWBEMUDSConnection(creds=None, **kwargs)

source code 
Pegasus specific Unix Domain Socket call. Specific because of the location of the file name