Class ProfileFastL4Args
Inherited Members
Namespace: Pulumi.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class ProfileFastL4Args : ResourceArgs
Constructors
View SourceProfileFastL4Args()
Declaration
public ProfileFastL4Args()
Properties
View SourceClientTimeout
Specifies late binding client timeout in seconds. This setting specifies the number of seconds allowed for a client to transmit enough data to select a server when late binding is enabled. If it expires timeout-recovery mode will dictate what action to take.
Declaration
public Input<int> ClientTimeout { 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> |
ExplicitflowMigration
Enables or disables late binding explicit flow migration that allows iRules to control when flows move from software to hardware. Explicit flow migration is disabled by default hence BIG-IP automatically migrates flows from software to hardware.
Declaration
public Input<string> ExplicitflowMigration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HardwareSyncookie
Enables or disables hardware SYN cookie support when PVA10 is present on the system. Note that when you set the hardware syncookie option to enabled, you may also want to set the following bigdb database variables using the "/sys modify db" command, based on your requirements: pva.SynCookies.Full.ConnectionThreshold (default: 500000), pva.SynCookies.Assist.ConnectionThreshold (default: 500000) pva.SynCookies.ClientWindow (default: 0). The default value is disabled.
Declaration
public Input<string> HardwareSyncookie { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IdleTimeout
Specifies an idle timeout in seconds. This setting specifies the number of seconds that a connection is idle before the connection is eligible for deletion.When you specify an idle timeout for the Fast L4 profile, the value must be greater than the bigdb database variable Pva.Scrub time in msec for it to work properly.The default value is 300 seconds.
Declaration
public Input<string> IdleTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IptosToclient
Specifies an IP ToS number for the client side. This option specifies the Type of Service level that the traffic management system assigns to IP packets when sending them to clients. The default value is 65535 (pass-through), which indicates, do not modify.
Declaration
public Input<string> IptosToclient { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IptosToserver
Specifies an IP ToS number for the server side. This setting specifies the Type of Service level that the traffic management system assigns to IP packets when sending them to servers. The default value is 65535 (pass-through), which indicates, do not modify.
Declaration
public Input<string> IptosToserver { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KeepaliveInterval
Specifies the keep alive probe interval, in seconds. The default value is disabled (0 seconds).
Declaration
public Input<string> KeepaliveInterval { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the profile_fastl4
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> |