Functions | |
| def | cim_sys_id_pros |
| def | sys_id_of_cim_sys |
| def | sys_id_of_cim_vol |
| def | root_cim_sys |
| def | cim_sys_pros |
| def | cim_sys_to_lsm_sys |
| def | cim_sys_of_sys_id |
Variables | |
| dictionary | _LSM_SYS_OP_STATUS_CONV |
| def plugin::smispy::smis_sys::cim_sys_id_pros | ( | ) |
Return the property of CIM_ComputerSystem required to generate lsm.System.id
Definition at line 22 of file smis_sys.py.
| def plugin::smispy::smis_sys::cim_sys_of_sys_id | ( | smis_common, | ||
| sys_id, | ||||
property_list = None | ||||
| ) |
Find out the CIM_ComputerSystem for given lsm.System.id using root_cim_sys()
Definition at line 141 of file smis_sys.py.
| def plugin::smispy::smis_sys::cim_sys_pros | ( | ) |
Return a list of properties required to create a LSM System
Definition at line 93 of file smis_sys.py.
| def plugin::smispy::smis_sys::cim_sys_to_lsm_sys | ( | cim_sys | ) |
Definition at line 128 of file smis_sys.py.
| def plugin::smispy::smis_sys::root_cim_sys | ( | smis_common, | ||
property_list = None | ||||
| ) |
Use this association to find out the root CIM_ComputerSystem:
CIM_RegisteredProfile # Root Profile('Array') in interop
|
| CIM_ElementConformsToProfile
v
CIM_ComputerSystem # vendor namespace
Definition at line 50 of file smis_sys.py.
| def plugin::smispy::smis_sys::sys_id_of_cim_sys | ( | cim_sys | ) |
Definition at line 30 of file smis_sys.py.
| def plugin::smispy::smis_sys::sys_id_of_cim_vol | ( | cim_vol | ) |
Definition at line 40 of file smis_sys.py.
| dictionary _LSM_SYS_OP_STATUS_CONV |
{
dmtf.OP_STATUS_UNKNOWN: System.STATUS_UNKNOWN,
dmtf.OP_STATUS_OK: System.STATUS_OK,
dmtf.OP_STATUS_ERROR: System.STATUS_ERROR,
dmtf.OP_STATUS_DEGRADED: System.STATUS_DEGRADED,
dmtf.OP_STATUS_NON_RECOVERABLE_ERROR: System.STATUS_ERROR,
dmtf.OP_STATUS_PREDICTIVE_FAILURE: System.STATUS_PREDICTIVE_FAILURE,
dmtf.OP_STATUS_SUPPORTING_ENTITY_IN_ERROR: System.STATUS_ERROR,
}
Definition at line 102 of file smis_sys.py.
1.6.1