AntreaTraceflowIpv6Header (type)

{
  "description": "Ipv6 header stuffs for Antrea traceflow.", 
  "id": "AntreaTraceflowIpv6Header", 
  "module_id": "PolicyConnectivity", 
  "properties": {
    "dstIp": {
      "description": "Destination ip address in Ipv6Header.", 
      "title": "Destination ip", 
      "type": "string"
    }, 
    "hopLimit": {
      "description": "Hop limit setting in Ipv6Header.", 
      "title": "Hop limit", 
      "type": "integer"
    }, 
    "nextHeader": {
      "description": "Next header setting in Ipv6Header.", 
      "title": "Next header", 
      "type": "integer"
    }, 
    "srcIp": {
      "description": "Source ip address in Ipv6Header.", 
      "title": "Source ip", 
      "type": "string"
    }
  }, 
  "title": "Ipv6Header for Antrea traceflow", 
  "type": "object"
}