KmipServerSpec
KmipServerSpec
Data Object representing a KMIP server connection spec.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"clusterId": {
"_typeName": "string",
"id": "string"
},
"info": {
"_typeName": "string",
"name": "string",
"address": "string",
"port": 0,
"proxyAddress": "string",
"proxyPort": 0,
"reconnect": 0,
"protocol": "string",
"nbio": 0,
"timeout": 0,
"userName": "string"
},
"password": "string"
}
clusterId
Required
Data Object representing a crypto key provider's unique identifier.
string As password As password
password
Optional
Password to authenticate to the KMIP server.
Set value to empty string to delete the entry.