CIMInstanceName¶
-
class
lmiwbem.lmiwbem_core.
CIMInstanceName
(classname, keybindings=NocaseDict(), host=None, namespace=None)¶ Parameters: - classname (str) – Class name
- keybindings (NocaseDict) – Dictionary of keybindings
- host (str) – Hostname
- namespace (str) – Namespace name
-
__repr__
()¶ Returns: Pretty string of the object Return type: unicode
-
__unicode__
()¶ Returns: Serialized object Return type: unicode
-
classname
¶
-
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
¶
-
items
()¶ Returns: List of tuples with keybinding name and value
-
iteritems
()¶ Returns: Iterator for keybinding name and value iteration
-
iterkeys
()¶ Returns: Iterator for keybinding names iteration
-
itervalues
()¶ Returns: Iterator for keybinding values iteration
-
keybindings
¶
-
keys
()¶ Returns: List of strings of keybinding names
-
namespace
¶
-
values
()¶ Returns: List of keybinding values