LogicalSwitchStateListResult

LogicalSwitchStateListResult
LogicalSwitchStateListResult
AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "rel": "string"
    },
    "cursor": "string",
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "sort_ascending": false,
    "result_count": 0,
    "_schema": "string",
    "sort_by": "string",
    "results": [
        {
            "state": "string",
            "details": [
                {
                    "sub_system_address": "string",
                    "state": "string",
                    "sub_system_type": "string",
                    "failure_message": "string",
                    "failure_code": 0,
                    "sub_system_id": "string"
                }
            ],
            "failure_code": 0,
            "failure_message": "string",
            "logical_switch_id": "string"
        }
    ]
}