NSX-T Data Center REST API
VtepTableCsvRecord (type)
{
"extends": {
"$ref": "CsvRecord"
},
"id": "VtepTableCsvRecord",
"module_id": "AggSvcLogicalSwitch",
"properties": {
"segment_id": {
"required": false,
"title": "The segment Id",
"type": "string"
},
"tep_member_ip": {
"required": false,
"title": "The TEP Member IP",
"type": "string"
},
"tn_tep_group_id": {
"required": false,
"title": "The Transport Node TEP Group ID",
"type": "string"
},
"vtep_ip": {
"$ref": "IPAddress",
"required": false,
"title": "The virtual tunnel endpoint IP address"
},
"vtep_label": {
"required": true,
"title": "The virtual tunnel endpoint label",
"type": "integer"
},
"vtep_mac_address": {
"required": true,
"title": "The virtual tunnel endpoint MAC address",
"type": "string"
}
},
"type": "object"
}