From: Klaus K. <kk...@su...> - 2014-06-06 14:43:24
|
* Alois Mahdal <am...@re...> [Jun 06. 2014 14:43]: > Hi, > > I can't find anywhere description of this (and other) CIM > properties. > Alois, CIM is an object oriented information model and makes heavy use of inheritance. Look at the definition of CIM_FileSystem[1] and follow the ancestor chain until you find the definition of EnabledState. You will find EnabledState in CIM_EnabledLogicalElement with "ValueMap" and "Values" qualifiers. These qualifiers provide a mapping from numeric to textual values. The value '2' for EnabledState maps to 'Enabled'. Hth, Klaus [1] Yawn (http://sourceforge.net/apps/mediawiki/pywbem/index.php?title=YAWN) is a nice tool to view the CIM model -- SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5, 90409 Nürnberg, Germany |