CIMQualifier

class lmiwbem.lmiwbem_core.CIMQualifier

CIMQualifier(name, value, type=None, propagated=False, overridable=False, tosubclass=False, toinstance=False, translatable=False)

Parameters:
  • name (str) – Qualifier’s name
  • value – Qualifier’s value
  • type (str) – Qualifier’s type
  • propagated (bool) – True, if the qualifier is propadated; False otherwise
  • overridable (bool) – True, if the qualifier can be overridden; False otherwise
  • tosubclass (bool) – True, if the qualifier shall appear in subclass; False otherwise
  • toinstance (bool) – True, if the qualifier shall appear in instance; False otherwise
  • translatable (bool) – True, if the qualifier can be translated; False otherwise
__repr__()
Returns:Pretty string of the object
Return type:unicode
copy()
Returns:Copy of the object itself
Return type:CIMQualifier
name
overridable
propagated
toinstance
tomof()
Returns:MOF representation of the object itself
Return type:unicode
tosubclass
translatable
type
value