Show / Hide Table of Contents

Class ProfileFastL4Args

Inheritance
System.Object
InputArgs
ResourceArgs
ProfileFastL4Args
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 ProfileFastL4Args : ResourceArgs

Constructors

View Source

ProfileFastL4Args()

Declaration
public ProfileFastL4Args()

Properties

View Source

ClientTimeout

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

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

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

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

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

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

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

Name

Name of the profile_fastl4

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.