Class PersistenceProfileCookieState
Inheritance
System.Object
PersistenceProfileCookieState
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()
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class PersistenceProfileCookieState : ResourceArgs
Constructors
View Source
PersistenceProfileCookieState()
Declaration
public PersistenceProfileCookieState()
Properties
View Source
AlwaysSend
To enable _ disable always sending cookies
Declaration
public Input<string> AlwaysSend { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
AppService
Declaration
public Input<string> AppService { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
CookieEncryption
To required, preferred, or disabled policy for cookie encryption
Declaration
public Input<string> CookieEncryption { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
CookieEncryptionPassphrase
Passphrase for encrypted cookies
Declaration
public Input<string> CookieEncryptionPassphrase { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
CookieName
Name of the cookie to track persistence
Declaration
public Input<string> CookieName { 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
Expiration
Expiration TTL for cookie specified in D:H:M:S or in seconds
Declaration
public Input<string> Expiration { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
HashLength
Length of hash to apply to cookie
Declaration
public Input<int> HashLength { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
HashOffset
Number of characters to skip in the cookie for the hash
Declaration
public Input<int> HashOffset { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Httponly
To enable _ disable sending only over http
Declaration
public Input<string> Httponly { 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 virtual servers with given persistence record
Declaration
public Input<string> MatchAcrossVirtuals { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Mirror
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> |
|