#include <p6kmipserverparser.h>
Public Attributes | |
P6KMIP_MSGEXTENSIONREQ | extension |
p6IKMIPStr * | pAttributeName |
p6IKMIPAttributeRef * | pAttributeRef |
p6IKMIPStr * | pUniqueId |
The contents of a request to get several attributes associated with an existing managed object. KMIP 1.0 to 1.4 pAttributeName can be in use KMIP 2.0 pAttributeRef can be in use
pUniqueId - (optional) an enumerator holding one unique identifier for a managed object pAttributeName - (optional) used in KMIP 1.0 to 1.4, an enumerator holding one or more attribute names defined for the manged object identified by pUniqueId pAttributeRef - (optional) used in KMIP 2.0, an enumerator holding one or more attribute reference defining for the manged object identified by pUniqueId extension - (optional) extension.pVendorId set to NULL when not in use, used to extend protocol messages for the purpose of adding vendor-specified extensions
Definition at line 615 of file p6kmipserverparser.h.