CIMProperty¶
- class lmiwbem.lmiwbem_core.CIMProperty¶
CIMProperty(name, value, type=None, class_origin=None, array_size=0, propagated=False, qualifiers=NocaseDict(), is_array=None, reference_class=None)
Parameters: - name (str) – Property’s name
- value – Property’s value
- type (str) – Property’s type
- class_origin (str) – Property’s class origin
- array_size (int) – Array size
- propagated (bool) – True, if the property is propagated; False otherwise
- qualifiers (NocaseDict) – Property’s qualifiers
- is_array (bool) – True, if the property’s value is array; False otherwise
- reference_class (str) – Property’s reference class
- __repr__()¶
Returns: pretty string of the object Return type: unicode
- array_size¶
- class_origin¶
- copy()¶
Returns: copy of the object itself Return type: CIMProperty
- is_array¶
- name¶
- propagated¶
- qualifiers¶
- reference_class¶
- type¶
- value¶