CIMProperty

class lmiwbem.lmiwbem_core.CIMProperty
array_size

Property storing array size of the property.

Return type:int
class_origin

Property storing class origin of the property.

Return type:str
copy()
Returns:copy of the object itself
Return type:CIMProperty
is_array
Property storing flag, which indicates, if the property’s value is
array.
Return type:bool
name

Property storing name of the property.

Return type:str
propagated

Property storing propagation flag of the property.

Return type:bool
qualifiers

Property storing qualifiers of the property.

Return type:NocaseDict
reference_class

Property storing reference class of the property.

Return type:str
type

Property storing type of the property.

Return type:str
value

Property storing value of the property.

Returns:property’s value

Previous topic

CIMParameter

Next topic

CIMQualifier

This Page