NSX-T Data Center REST API

MulticastForwardingPerEdge (type)

{
  "additionalProperties": false,
  "description": "Multicast Forwarding Per Edge.",
  "id": "MulticastForwardingPerEdge",
  "module_id": "PolicyConnectivityStatistics",
  "properties": {
    "edge_path": {
      "description": "Policy path to edge node.",
      "required": true,
      "title": "Policy path to edge node",
      "type": "string"
    },
    "mcast_forwarding": {
      "items": {
        "$ref": "MulticastForwarding"
      },
      "required": false,
      "type": "array"
    }
  },
  "title": "Multicast Forwarding Per Edge",
  "type": "object"
}