Class PersistenceProfileDstAddrArgs
Inherited Members
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 PersistenceProfileDstAddrArgs : ResourceArgs
Constructors
View SourcePersistenceProfileDstAddrArgs()
Declaration
public PersistenceProfileDstAddrArgs()
Properties
View SourceAppService
Declaration
public Input<string> AppService { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultsFrom
Inherit defaults from parent profile
Declaration
public Input<string> DefaultsFrom { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HashAlgorithm
Specify the hash algorithm
Declaration
public Input<string> HashAlgorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Mask
Identify a range of source IP addresses to manage together as a single source address affinity persistent connection when connecting to the pool. Must be a valid IPv4 or IPv6 mask.
Declaration
public Input<string> Mask { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MatchAcrossPools
To enable _ disable match across pools with given persistence record
Declaration
public Input<string> MatchAcrossPools { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MatchAcrossServices
To enable _ disable match across services with given persistence record
Declaration
public Input<string> MatchAcrossServices { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MatchAcrossVirtuals
To enable _ disable match across services with given persistence record
Declaration
public Input<string> MatchAcrossVirtuals { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Mirror
To enable _ disable
Declaration
public Input<string> Mirror { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the persistence profile
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OverrideConnLimit
To enable _ disable that pool member connection limits are overridden for persisted clients. Per-virtual connection limits remain hard limits and are not overridden.
Declaration
public Input<string> OverrideConnLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Timeout
Timeout for persistence of the session
Declaration
public Input<int> Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |