CMDBInstanceStruct structure
The CMDBInstanceStruct
structure holds a list of attribute values for a specified class and instance.
typedef struct CMDBInstanceStruct
{
CMDBClassNameId classNameId;
ARNameType instanceId;
CMDBAttributeValueList attributeValueList;
} CMDBInstanceStruct;
The CMDBInstanceStruct
structure consists of the following elements:
classNameId |
The class name and namespace for which the attribute values are specified. |
instanceId |
The instance for which the attribute values are specified. |
attributeValueList |
The list of attribute values for the instance. The values in this list are ignored for the Delete operation. |
Was this page helpful? Yes No
Submitting...
Thank you
Comments