[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

InlinePolicyFirewallSessionTimerProfile1

Properties

integer 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
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
tcp_closed Required

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


integer as int64
tcp_closing Required

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


integer as int64
tcp_established Required

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


integer 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
tcp_first_packet Required

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


integer as int64
tcp_opening Required

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


integer 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
udp_multiple Required

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


integer 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.

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
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyFirewallSessionTimerProfile
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Used By

PolicyFirewallSessionTimerProfile

Feedback

Was this page helpful?