LMIInstanceName.LMIInstanceName(conn, cim_instance_name)[source]¶LMI wrapper class representing CIMInstanceName.
| Parameters: |
|
|---|
classname¶| Returns: | class name |
|---|---|
| Return type: | string |
hostname¶| Returns: | host name |
|---|---|
| Return type: | string |
key_properties()[source]¶| Returns: | list of strings of key properties |
|---|
Usage: Key properties.
key_property_value(prop_name)[source]¶| Parameters: | prop_name (string) – key property name |
|---|---|
| Returns: | key property value |
namespace¶| Returns: | namespace name |
|---|---|
| Return type: | string |
print_key_properties()[source]¶Prints out the list of key properties.
Usage: Key properties.
to_instance()[source]¶Creates a new LMIInstance object from LMIInstanceName.
| Returns: | LMIInstance object if the object was retrieved successfully;
None otherwise. |
|---|
Usage: Conversion to a LMIInstance.
wrapped_object¶| Returns: | wrapped CIMInstanceName object |
|---|