FirewallRule

FirewallRule
FirewallRule
AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "rel": "string"
    },
    "_owner": {
        "rel": "string"
    },
    "display_name": "string",
    "description": "string",
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_revision": 0,
    "_schema": "string",
    "resource_type": "string",
    "id": "string",
    "direction": "string",
    "rule_tag": "string",
    "ip_protocol": "string",
    "notes": "string",
    "applied_tos": [
        {
            "target_display_name": "string",
            "is_valid": false,
            "target_id": "string",
            "target_type": "string"
        }
    ],
    "logged": false,
    "destinations_excluded": false,
    "disabled": false,
    "sources": [
        {
            "target_display_name": "string",
            "is_valid": false,
            "target_id": "string",
            "target_type": "string"
        }
    ],
    "services": [
        {
            "target_display_name": "string",
            "is_valid": false,
            "target_id": "string",
            "target_type": "string",
            "service": {
                "resource_type": "string"
            }
        }
    ],
    "sources_excluded": false,
    "action": "string",
    "destinations": [
        {
            "target_display_name": "string",
            "is_valid": false,
            "target_id": "string",
            "target_type": "string"
        }
    ]
}