KmipServerInfo

KmipServerInfo
KmipServerInfo

Data Object representing a KMIP server connection information.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "address": "string",
    "port": 0,
    "proxyAddress": "string",
    "proxyPort": 0,
    "reconnect": 0,
    "protocol": "string",
    "nbio": 0,
    "timeout": 0,
    "userName": "string"
}
string
name
Required

Name for the KMIP server.

string
address
Required

Address of the KMIP server.

integer As int32 As int32
port
Required

Port of the KMIP server.

string
proxyAddress
Optional

Address of the proxy server.

Set value to empty string to delete the entry.

integer As int32 As int32
proxyPort
Optional

Port of the proxy server.

Set value "-1" to delete the entry.

integer As int32 As int32
reconnect
Optional

Should auto-reconnect be done.

Set value "-1" to delete the entry.

string
protocol
Optional

KMIP library protocol handler, e.g.

KMIP1. Set value to empty string to delete the entry.

integer As int32 As int32
nbio
Optional

Non-blocking I/O required.

Set value "-1" to delete the entry.

integer As int32 As int32
timeout
Optional

I/O timeout in seconds (-1=none,0=infinite).

Set value "-1" to delete the entry.

string
userName
Optional

Username to authenticate to the KMIP server.

Set value to empty string to delete the entry.