A CIM instance path references a CIM instance in a namespace in a WBEM
server.
Namespace and WBEM server may be unknown.
This object can be used like a dictionary to retrieve the key bindings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get(self,
key,
default=None)
Get the value of a specific key property, or the specified default
value if a key binding with that name does not exist. |
source code
|
|
|
tocimxml(self)
Generate a CIM-XML representation of the instance name (class name
and key bindings). |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|