KmipServerStatus

KmipServerStatus
KmipServerStatus

Data Object representing a KMIP server status.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "clusterId": {
        "_typeName": "string",
        "id": "string"
    },
    "name": "string",
    "status": "string",
    "description": "string"
}
clusterId
Required

The ID of the KMIP cluster.

string
name
Required

Name for the KMIP server.

status
Required

KMIP server status.

string
description
Required

KMIP server status description.