LMI wrapper class representing CIMClass.
Parameters: |
|
---|
Manually fetches a wrapped CIMClass object.
Parameters: | full_fetch (bool) – True, if CIMClass should include qualifiers and class origin. Default value is False. |
---|---|
Raises : | pywbem.CIMError, pywbem.AuthError |
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.
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 True, if CIMClass has been fetched.
Parameters: | full_fetch (bool) – defines, if qualifiers are also included |
---|
Parameters: | keybindings (dictionary) – primary keys of instance name with corresponding values |
---|---|
Returns: | new LMIInstanceName object |
Usage: See New Instance Name.