UpdateKmipServerRequestType
UpdateKmipServerRequestType
The parameters of UpdateKmipServer.
JSON Example
{
"server": {
"_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",
"defaultKeyType": "string",
"keySpec": {
"_typeName": "string"
}
}
}
server
Required
[in] KMIP server connection information. When update a KMIP server settings, changes to KmipServerSpec.defaultKeyType and KmipServerSpecWrappingKeyIdKeySpec will apply to all servers.