Show / Hide Table of Contents

Class ProfileTcpState

Inheritance
System.Object
InputArgs
ResourceArgs
ProfileTcpState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class ProfileTcpState : ResourceArgs

Constructors

View Source

ProfileTcpState()

Declaration
public ProfileTcpState()

Properties

View Source

CloseWaitTimeout

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Name

Name of the profile_tcp

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Partition

Displays the administrative partition within which this profile resides

Declaration
public Input<string> Partition { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.