AntreaTraceflowIpHeader (type)

{
  "description": "Ip header stuffs for Antrea traceflow.", 
  "id": "AntreaTraceflowIpHeader", 
  "module_id": "PolicyConnectivity", 
  "properties": {
    "dstIp": {
      "description": "Destination ip address in IpHeader.", 
      "title": "Destination ip", 
      "type": "string"
    }, 
    "flags": {
      "description": "Protocol setting in IpHeader.", 
      "title": "Flags", 
      "type": "integer"
    }, 
    "protocol": {
      "description": "Protocol setting in IpHeader.", 
      "title": "Protocol", 
      "type": "integer"
    }, 
    "srcIp": {
      "description": "Source ip address in IpHeader.", 
      "title": "Source ip", 
      "type": "string"
    }, 
    "ttl": {
      "description": "TTL value in IpHeader. Default is 64.", 
      "title": "Time to live", 
      "type": "integer"
    }
  }, 
  "title": "IpHeader for Antrea traceflow", 
  "type": "object"
}