LMI wrapper class representing CIMClass.
Parameters: |
|
---|
Creates a new CIMInstance at the server side and returns LMIReturnValue object containing LMIInstance as a result.
Parameters: |
|
---|
Usage: See Creating a new instance.
Prints out pretty verbose message with documentation for the class. If the LMIShell is run in a interactive mode, the output will be redirected to a pager set by environment variable PAGER. If there is not PAGER set, less or more will be used as a fall-back.
Returns a LMIReturnValue containing a list of LMIInstanceNames.
Parameters: |
|
---|---|
Returns: | LMIReturnValue object with rval set to a list of LMIInstanceName objects |
Usage: See Get Instance Names and Filtering.
Returns a list of objects of LMIInstance.
Parameters: |
|
---|---|
Returns: | list of LMIInstance objects |
Usage: See Get Instances and Filtering.
Returns: | list of strings of the constant names |
---|
Usage: class_valuemap_properties.
Prints out the list of string of constant names.
Usage: class_valuemap_properties.
Returns: | list of strings of the CIMClass properties |
---|
Usage: See class_properties.
Prints out the list of CIMClass properties.
Usage: See class_properties.
Returns: | list of strings of CIMClass methods. |
---|
Usage: See Class Methods.
Prints out the list of CIMClass methods.
Usage: See Class Methods.
Manually fetches a wrapped CIMClass object.
Usage: See Fetching a class.
Returns the first LMIInstance of the corresponding class.
Parameters: |
|
---|---|
Returns: | first LMIInstance object |
Usage: See Get Instances and Filtering.
Returns the first LMIInstanceName of the corresponding class.
Parameters: |
|
---|---|
Returns: | first LMIInstanceName object |
Usage: See Get Instance Names and Filtering.
Parameters: | keybindings (dictionary) – primary keys of instance name with corresponding values |
---|---|
Returns: | new LMIInstanceName object |
Usage: See New Instance Name.