FirewallSessionTimerProfile

FirewallSessionTimerProfile
FirewallSessionTimerProfile

A profile holding TCP, UDP and ICMP session timeout configuration.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "_revision": 0,
    "_create_time": 0,
    "_create_user": "string",
    "_last_modified_time": 0,
    "_last_modified_user": "string",
    "_protection": "string",
    "_system_owned": false,
    "description": "string",
    "display_name": "string",
    "id": "string",
    "resource_type": "string",
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "icmp_error_reply": 0,
    "icmp_first_packet": 0,
    "tcp_closed": 0,
    "tcp_closing": 0,
    "tcp_established": 0,
    "tcp_finwait": 0,
    "tcp_first_packet": 0,
    "tcp_opening": 0,
    "udp_first_packet": 0,
    "udp_multiple": 0,
    "udp_single": 0
}