#include <p6kmipclient.h>
Public Attributes | |
p6IKMIPExtInfo * | pExtensions |
p6IKMIPStr * | pNamespaces |
p6IKMIPEnum * | pObjects |
p6IKMIPEnum * | pOperations |
p6IKMIPBinary * | pServerInfo |
p6IKMIPStr * | pVendorId |
Section 4.25 Query (in KMIP spec), result information returned by the server about its capabilities If the information is not available then no enumerator will be returned and the pointer will be set to NULL.
pOperations - an enumerator of all operations, Section 9.1.3.2.27 in p6kmip.h, supported by KMIP server pObjects - an enumerator of all managed object types, Section 9.1.3.2.12 in p6kmip.h, supported by KMIP server pVendorId - an enumerator returning one string vendor indentification pServerInfo - an enumerator returning one KMIP structure as a binary string, the meaning of which is server dependent pNamespaces - an enumerator of all application namespaces supported by KMIP server pExtensions - an enumerator of all extensions supported by KMIP server
Definition at line 627 of file p6kmipclient.h.