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",
"defaultKeyType": "string",
"keyInfo": {
"_typeName": "string"
}
}
Globally unique ID for the servers providing the same keys.
All KMIP servers with the same clusterId are in a cluster and all must provide the same keys for redundancy.
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
Key type which the key provider generates by default.
See KmipClusterInfoKeyTypeEnum for supported values.
Since: vSphere API Release 9.0.0.0
Key information.
Since: vSphere API Release 9.0.0.0