EdgeDataplaneFwContexts

EdgeDataplaneFwContexts
EdgeDataplaneFwContexts

Information about Edge Dataplane firewall contexts

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "results": [
        {
            "ICMP Active/Max": "string",
            "Other Active/Max": "string",
            "TCP Half Opened Active/Max": "string",
            "UDP Active/Max": "string",
            "config-loaded": "string",
            "connection-count": "string",
            "connections": {},
            "name": "string",
            "ports": [
                {}
            ],
            "pvi": 0,
            "rule-flag": "string",
            "sync-enabled": "string",
            "sync-total-stats": {},
            "total-stats": {},
            "type": "string",
            "uuid": "string",
            "vrf": 0
        }
    ]
}