VtepCsvListResult

VtepCsvListResult
VtepCsvListResult
AllOf
This class requires all of the following:
JSON Example
{
    "file_name": "string",
    "last_update_timestamp": 0,
    "results": [
        {
            "vtep_label": 0,
            "vtep_mac_address": "string",
            "vtep_ip": "string",
            "segment_id": "string"
        }
    ]
}