Class ProfileOneConnectState
Inherited Members
Namespace: Pulumi.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class ProfileOneConnectState : ResourceArgs
Constructors
View SourceProfileOneConnectState()
Declaration
public ProfileOneConnectState()
Properties
View SourceDefaultsFrom
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> |
IdleTimeoutOverride
Specifies the number of seconds that a connection is idle before the connection flow is eligible for deletion. Possible values are disabled, indefinite, or a numeric value that you specify. The default value is disabled.
Declaration
public Input<string> IdleTimeoutOverride { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaxAge
Specifies the maximum age in number of seconds allowed for a connection in the connection reuse pool. For any connection with an age higher than this value, the system removes that connection from the reuse pool. The default value is 86400.
Declaration
public Input<int> MaxAge { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxReuse
Specifies the maximum number of times that a server-side connection can be reused. The default value is 1000.
Declaration
public Input<int> MaxReuse { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxSize
Specifies the maximum number of connections that the system holds in the connection reuse pool. If the pool is already full, then the server-side connection closes after the response is completed. The default value is 10000.
Declaration
public Input<int> MaxSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
Name of the profile_oneconnect
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> |
SharePools
Specify if you want to share the pool, default value is "disabled"
Declaration
public Input<string> SharePools { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceMask
Specifies a source IP mask. The default value is 0.0.0.0. The system applies the value of this option to the source address to determine its eligibility for reuse. A mask of 0.0.0.0 causes the system to share reused connections across all clients. A host mask (all 1's in binary), causes the system to share only those reused connections originating from the same client IP address.
Declaration
public Input<string> SourceMask { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |