Show / Hide Table of Contents

Class PersistenceProfileCookie

Inheritance
System.Object
Resource
CustomResource
PersistenceProfileCookie
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class PersistenceProfileCookie : CustomResource

Constructors

View Source

PersistenceProfileCookie(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 Source

AlwaysSend

To enable _ disable always sending cookies

Declaration
public Output<string> AlwaysSend { get; }
Property Value
Type Description
Output<System.String>
View Source

AppService

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

CookieEncryption

To required, preferred, or disabled policy for cookie encryption

Declaration
public Output<string> CookieEncryption { get; }
Property Value
Type Description
Output<System.String>
View Source

CookieEncryptionPassphrase

Passphrase for encrypted cookies

Declaration
public Output<string> CookieEncryptionPassphrase { get; }
Property Value
Type Description
Output<System.String>
View Source

CookieName

Name of the cookie to track persistence

Declaration
public Output<string> CookieName { get; }
Property Value
Type Description
Output<System.String>
View Source

DefaultsFrom

Inherit defaults from parent profile

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

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

HashLength

Length of hash to apply to cookie

Declaration
public Output<int?> HashLength { get; }
Property Value
Type Description
Output<System.Nullable<System.Int32>>
View Source

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

Httponly

To enable _ disable sending only over http

Declaration
public Output<string> Httponly { get; }
Property Value
Type Description
Output<System.String>
View Source

MatchAcrossPools

To enable _ disable match across pools with given persistence record

Declaration
public Output<string> MatchAcrossPools { get; }
Property Value
Type Description
Output<System.String>
View Source

MatchAcrossServices

To enable _ disable match across services with given persistence record

Declaration
public Output<string> MatchAcrossServices { get; }
Property Value
Type Description
Output<System.String>
View Source

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

Mirror

To enable _ disable

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

Name

Name of the persistence profile

Declaration
public Output<string> Name { get; }
Property Value
Type Description
Output<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 Output<string> OverrideConnLimit { get; }
Property Value
Type Description
Output<System.String>
View Source

Timeout

Timeout for persistence of the session

Declaration
public Output<int?> Timeout { get; }
Property Value
Type Description
Output<System.Nullable<System.Int32>>

Methods

View Source

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