CryptoManagerKmipClusterStatus

CryptoManagerKmipClusterStatus
CryptoManagerKmipClusterStatus

Status of a KMIP cluster.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "clusterId": {
        "_typeName": "string",
        "id": "string"
    },
    "overallStatus": "string",
    "managementType": "string",
    "servers": [
        {
            "_typeName": "string",
            "name": "string",
            "status": "string",
            "connectionStatus": "string",
            "certInfo": {
                "_typeName": "string",
                "subject": "string",
                "issuer": "string",
                "serialNumber": "string",
                "notBefore": "string",
                "notAfter": "string",
                "fingerprint": "string",
                "checkTime": "string",
                "secondsSinceValid": 0,
                "secondsBeforeExpire": 0
            },
            "clientTrustServer": false,
            "serverTrustClient": false
        }
    ],
    "clientCertInfo": {
        "_typeName": "string",
        "subject": "string",
        "issuer": "string",
        "serialNumber": "string",
        "notBefore": "string",
        "notAfter": "string",
        "fingerprint": "string",
        "checkTime": "string",
        "secondsSinceValid": 0,
        "secondsBeforeExpire": 0
    }
}
clusterId
Required

The ID of the KMIP cluster.

overallStatus
Optional

KMS cluster overall status.

string
managementType
Optional

Key provider management type.

See KmipClusterInfoKmsManagementTypeEnum for valid values.

servers
Required

Status of the KMIP servers in this cluster.

clientCertInfo
Optional

The basic information about the client's certificate.