VtepListResult

VtepListResult
VtepListResult
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",
    "last_update_timestamp": 0,
    "logical_switch_id": "string",
    "results": [
        {
            "vtep_label": 0,
            "vtep_mac_address": "string",
            "vtep_ip": "string",
            "segment_id": "string"
        }
    ],
    "transport_node_id": "string"
}