InlinePolicyFirewallSessionTimerProfile1

InlinePolicyFirewallSessionTimerProfile1
InlinePolicyFirewallSessionTimerProfile1
JSON Example
{
    "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
}
integer As int64 As int64
icmp_error_reply
Required

The timeout value for the connection after an ICMP error came back in response to an ICMP packet.

integer As int64 As int64
icmp_first_packet
Required

The timeout value of connection in seconds after the first packet. This will be the initial timeout for the new ICMP flow.

integer As int64 As int64
tcp_closed
Required

The timeout value of connection in seconds after one endpoint sends an RST.

integer As int64 As int64
tcp_closing
Required

The timeout value of connection in seconds after the first FIN has been sent.

integer As int64 As int64
tcp_established
Required

The timeout value of connection in seconds once the connection has become fully established.

integer As int64 As int64
tcp_finwait
Required

The timeout value of connection in seconds after both FINs have been exchanged and connection is closed.

integer As int64 As int64
tcp_first_packet
Required

The timeout value of connection in seconds after the first packet has been sent.

integer As int64 As int64
tcp_opening
Required

The timeout value of connection in seconds after a second packet has been transferred.

integer As int64 As int64
udp_first_packet
Required

The timeout value of connection in seconds after the first packet. This will be the initial timeout for the new UDP flow.

integer As int64 As int64
udp_multiple
Required

The timeout value of connection in seconds if both hosts have sent packets.

integer As int64 As int64
udp_single
Required

The timeout value of connection in seconds if the source host sends more than one packet but the destination host has never sent one back.