CIMInstanceName¶
- class lmiwbem.lmiwbem_core.CIMInstanceName¶
Constructs CIMInstance.
Parameters: - classname (str) – Class name of the object path
- keybindings (NocaseDict) – Dictionary containing keybindings of the object path
- host (str) – String containing hostname of the object path
- namespace (str) – String containing namespace of the object path
- classname¶
Property storing class name.
Return type: str
- copy()¶
Returns: copy of the object itself Return type: CIMInstanceName
- has_key(key)¶
Parameters: key (str) – key to check for presence in object’s keybindings Returns: True, if the key is present in object’s keybindings; False otherwise Return type: bool
- host¶
Property storing hostname.
Return type: str
- items()¶
Returns: list of tuples with keybinding name and value Return type: list
- iteritems()¶
Returns: iterator for keybinding name and value iteration Return type: iterator
- iterkeys()¶
Returns: iterator for keybinding names iteration Return type: iterator
- itervalues()¶
Returns: iterator for keybinding values iteration Return type: iterator
- keybindings¶
Property storing keybindings.
Return type: NocaseDict
- keys()¶
Returns: list of strings of keybinding names Return type: list
- namespace¶
Property storing namespace.
Return type: str
- values()¶
Returns: list of keybinding values Return type: list