AutomaticHealthCheckListResult

AutomaticHealthCheckListResult
AutomaticHealthCheckListResult

Automatic health check list result for query with list parameters.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "result": {
                "results_per_transport_node": [
                    {
                        "result_on_host_switch": {
                            "host_switch_name": "string",
                            "results_per_uplink": [
                                {
                                    "mtu_disallowed": [
                                        {
                                            "end": 0,
                                            "start": 0
                                        }
                                    ],
                                    "uplink_name": "string",
                                    "vlan_and_mtu_allowed": [
                                        {
                                            "end": 0,
                                            "start": 0
                                        }
                                    ],
                                    "vlan_disallowed": [
                                        {
                                            "end": 0,
                                            "start": 0
                                        }
                                    ]
                                }
                            ],
                            "updated_time": 0,
                            "vlan_mtu_status": "string"
                        },
                        "transport_node_id": "string"
                    }
                ],
                "updated_time": 0,
                "vlan_mtu_status": "string"
            },
            "transport_zone_id": "string"
        }
    ]
}