KmipClusterInfo
Data Object representing a cluster of KMIP servers.
All servers in a cluster must provide the same keys.
{
"_typeName": "string",
"clusterId": {
"_typeName": "string",
"id": "string"
},
"servers": [
{
"_typeName": "string",
"name": "string",
"address": "string",
"port": 0,
"proxyAddress": "string",
"proxyPort": 0,
"reconnect": 0,
"protocol": "string",
"nbio": 0,
"timeout": 0,
"userName": "string"
}
],
"useAsDefault": false,
"managementType": "string",
"useAsEntityDefault": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"hasBackup": false,
"tpmRequired": false,
"keyId": "string"
}
Data Object representing a crypto key provider's unique identifier.
Use this cluster as default for system wide, when the optional CryptoKeyId.providerId is not set.
Key provider management type.
See KmipClusterInfoKmsManagementTypeEnum for valid values.
Use this cluster as default for the managed entities, when the optional CryptoKeyId.providerId is not set.
See CryptoManagerKmip.SetDefaultKmsCluster for supported managed entity type.
Since: vSphere API Release 7.0.2.0
Since: vSphere API Release 7.0.2.0
Since: vSphere API Release 7.0.2.0