Show / Hide Table of Contents

Class ProfileOneConnectArgs

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

Constructors

View Source

ProfileOneConnectArgs()

Declaration
public ProfileOneConnectArgs()

Properties

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

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

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

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

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

Name

Name of the profile_oneconnect

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

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.