Class PersistenceProfileCookie
Inherited Members
Namespace: Pulumi.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public class PersistenceProfileCookie : CustomResource
Constructors
View SourcePersistenceProfileCookie(String, PersistenceProfileCookieArgs, CustomResourceOptions)
Create a PersistenceProfileCookie resource with the given unique name, arguments, and options.
Declaration
public PersistenceProfileCookie(string name, PersistenceProfileCookieArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| PersistenceProfileCookieArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceAlwaysSend
To enable _ disable always sending cookies
Declaration
public Output<string> AlwaysSend { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
AppService
Declaration
public Output<string> AppService { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
CookieEncryption
To required, preferred, or disabled policy for cookie encryption
Declaration
public Output<string> CookieEncryption { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
CookieEncryptionPassphrase
Passphrase for encrypted cookies
Declaration
public Output<string> CookieEncryptionPassphrase { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
CookieName
Name of the cookie to track persistence
Declaration
public Output<string> CookieName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
DefaultsFrom
Inherit defaults from parent profile
Declaration
public Output<string> DefaultsFrom { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Expiration
Expiration TTL for cookie specified in D:H:M:S or in seconds
Declaration
public Output<string> Expiration { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
HashLength
Length of hash to apply to cookie
Declaration
public Output<int?> HashLength { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Int32>> |
HashOffset
Number of characters to skip in the cookie for the hash
Declaration
public Output<int?> HashOffset { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Int32>> |
Httponly
To enable _ disable sending only over http
Declaration
public Output<string> Httponly { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
MatchAcrossPools
To enable _ disable match across pools with given persistence record
Declaration
public Output<string> MatchAcrossPools { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
MatchAcrossServices
To enable _ disable match across services with given persistence record
Declaration
public Output<string> MatchAcrossServices { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
MatchAcrossVirtuals
To enable _ disable match across virtual servers with given persistence record
Declaration
public Output<string> MatchAcrossVirtuals { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Mirror
To enable _ disable
Declaration
public Output<string> Mirror { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Name
Name of the persistence profile
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<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 Output<string> OverrideConnLimit { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Timeout
Timeout for persistence of the session
Declaration
public Output<int?> Timeout { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Int32>> |
Methods
View SourceGet(String, Input<String>, PersistenceProfileCookieState, CustomResourceOptions)
Get an existing PersistenceProfileCookie resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static PersistenceProfileCookie Get(string name, Input<string> id, PersistenceProfileCookieState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| PersistenceProfileCookieState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| PersistenceProfileCookie |