CIMClassName¶
- class lmiwbem.lmiwbem_core.CIMClassName¶
Constructs a CIMClassName.
Parameters: - classname (str) – String containing class name
- host (str) – String containing host name
- namespace (str) – String containing namespace name
- classname¶
Property storing class name.
Return type: str
- copy()¶
Returns: copy of the object itself Return type: CIMClassName
- host¶
Property storing host name.
Return type: str
- namespace¶
Property storing namespace name.
Return type: str