CIMQualifier¶
- class lmiwbem.lmiwbem_core.CIMQualifier¶
Constructs a CIMQualifier.
Parameters: - name (str) – String containing the qualifier’s name
- value – Qualifier’s value
- type (str) – String containing the 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:param bool toinstance: True, if the qualifier shall appear in instance; False otherwise:param bool translatable: True, if the qualifier can be translated; False otherwise
- copy()¶
Returns: copy of the object itself Return type: CIMQualifier
- name¶
Property storing qualifier’s name.
Return type: unicode
- overridable¶
Property storing overriding flag of the qualifier.
Return type: bool
- propagated¶
Property storing propagation flag of the qualifier.
Return type: bool
- toinstance¶
Property storing toinstance flag.
Return type: bool
- tomof()¶
Returns: MOF representation of the object itself Return type: unicode
- tosubclass¶
Property storing tosubclass flag.
Return type: bool
- translatable¶
Property storing qualifier’s translation flag.
Return type: bool
- type¶
Property storing qualifier’s type.
Return type: unicode
- value¶
Property storing qualifier’s value.
Returns: qualifier’s value