ContainerClusterNode

ContainerClusterNode
ContainerClusterNode

Details of container cluster node i.e. container host.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "_last_sync_time": 0,
    "description": "string",
    "display_name": "string",
    "resource_type": "string",
    "scope": [
        {
            "scope_id": "string",
            "scope_type": "string"
        }
    ],
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "cni_agent_status": "string",
    "container_cluster_id": "string",
    "external_id": "string",
    "external_ip_addresses": [
        "string"
    ],
    "ip_addresses": [
        "string"
    ],
    "network_errors": [
        {
            "error_code": "string",
            "error_message": "string",
            "spec": "string"
        }
    ],
    "network_status": "string",
    "origin_properties": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "pod_cidrs": [
        "string"
    ],
    "provider_id": "string"
}