Show / Hide Table of Contents

Class PersistenceProfileSrcAddrState

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

Constructors

View Source

PersistenceProfileSrcAddrState()

Declaration
public PersistenceProfileSrcAddrState()

Properties

View Source

AppService

Declaration
public Input<string> AppService { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DefaultsFrom

Inherit defaults from parent profile

Declaration
public Input<string> DefaultsFrom { get; set; }
Property Value
Type Description
Input<System.String>
View Source

HashAlgorithm

Specify the hash algorithm

Declaration
public Input<string> HashAlgorithm { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MapProxies

To enable _ disable directs all to the same single pool member

Declaration
public Input<string> MapProxies { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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

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

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

Mirror

To enable _ disable

Declaration
public Input<string> Mirror { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Name of the persistence profile

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

Timeout

Timeout for persistence of the session

Declaration
public Input<int> Timeout { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.