CIMClass

class lmiwbem.lmiwbem_core.CIMClass

Constructs a CIMClass.

Parameters:
  • classname (str) – String containing class name
  • properties (NocaseDict) – Dictionary containing properties of the class
  • qualifiers (NocaseDict) – Dictionary containing qualifiers of the class
  • methods (NocaseDict) – Dictionary containing methods of the class
  • superclass (str) – String containing the name of super-class
classname

Property storing class name.

Return type:str
copy()
Returns:copy of the object itself
Return type:CIMClass
methods

Property storing methods.

Return type:NocaseDict
properties

Property storing properties.

Return type:NocaseDict
qualifiers

Property storing qualifiers.

Return type:NocaseDict
superclass

Property storing super-class name.

Return type:str