PolicyTepTableCsvRecord (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "CsvRecord
  }, 
  "id": "PolicyTepTableCsvRecord", 
  "module_id": "PolicyConnectivityStatistics", 
  "properties": {
    "segment_id": {
      "description": "This is the identifier of the TEP segment. This segment is NOT the same as logical segment or logical switch.", 
      "required": false, 
      "title": "TEP segment identifier", 
      "type": "string"
    }, 
    "tep_ip": {
      "$ref": "IPAddress, 
      "required": false, 
      "title": "The tunnel endpoint IP address"
    }, 
    "tep_label": {
      "required": true, 
      "title": "The tunnel endpoint label", 
      "type": "integer"
    }, 
    "tep_mac_address": {
      "required": true, 
      "title": "The tunnel endpoint MAC address", 
      "type": "string"
    }
  }, 
  "type": "object"
}