Class ProfileTcpArgs
Inherited Members
Namespace: Pulumi.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class ProfileTcpArgs : ResourceArgs
Constructors
View SourceProfileTcpArgs()
Declaration
public ProfileTcpArgs()
Properties
View SourceCloseWaitTimeout
Specifies the number of seconds that a connection remains in a LAST-ACK state before quitting. A value of 0 represents a term of forever (or until the maxrtx of the FIN state). The default value is 5 seconds.
Declaration
public Input<int> CloseWaitTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
DefaultsFrom
Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.
Declaration
public Input<string> DefaultsFrom { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeferredAccept
Specifies, when enabled, that the system defers allocation of the connection chain context until the client response is received. This option is useful for dealing with 3-way handshake DOS attacks. The default value is disabled.
Declaration
public Input<string> DeferredAccept { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FastOpen
When enabled, permits TCP Fast Open, allowing properly equipped TCP clients to send data with the SYN packet.
Declaration
public Input<string> FastOpen { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Finwait2timeout
Specifies the number of seconds that a connection is in the FIN-WAIT-2 state before quitting. The default value is 300 seconds. A value of 0 (zero) represents a term of forever (or until the maxrtx of the FIN state).
Declaration
public Input<int> Finwait2timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
FinwaitTimeout
Specifies the number of seconds that a connection is in the FIN-WAIT-1 or closing state before quitting. The default value is 5 seconds. A value of 0 (zero) represents a term of forever (or until the maxrtx of the FIN state). You can also specify immediate or indefinite.
Declaration
public Input<int> FinwaitTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
IdleTimeout
Specifies the number of seconds that a connection is idle before the connection is eligible for deletion. The default value is 300 seconds.
Declaration
public Input<int> IdleTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
KeepaliveInterval
Specifies the keep alive probe interval, in seconds. The default value is 1800 seconds.
Declaration
public Input<int> KeepaliveInterval { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
Name of the profile_tcp
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Partition
Displays the administrative partition within which this profile resides
Declaration
public Input<string> Partition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |