KmipServerInfo
Data Object representing a KMIP server connection information.
{
"_typeName": "string",
"name": "string",
"address": "string",
"port": 0,
"proxyAddress": "string",
"proxyPort": 0,
"reconnect": 0,
"protocol": "string",
"nbio": 0,
"timeout": 0,
"userName": "string"
}
Name for the KMIP server.
Address of the KMIP server.
Port of the KMIP server.
Address of the proxy server.
Set value to empty string to delete the entry.
Port of the proxy server.
Set value "-1" to delete the entry.
Should auto-reconnect be done.
Set value "-1" to delete the entry.
KMIP library protocol handler, e.g.
KMIP1. Set value to empty string to delete the entry.
Non-blocking I/O required.
Set value "-1" to delete the entry.
I/O timeout in seconds (-1=none,0=infinite).
Set value "-1" to delete the entry.
Username to authenticate to the KMIP server.
Set value to empty string to delete the entry.