Show / Hide Table of Contents

Class LoadBalancerStickySessions

Inheritance
System.Object
LoadBalancerStickySessions
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.DigitalOcean.Outputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class LoadBalancerStickySessions

Fields

View Source

CookieName

The name to be used for the cookie sent to the client. This attribute is required when using cookies for the sticky sessions type.

Declaration
public readonly string CookieName
Field Value
Type Description
System.String
View Source

CookieTtlSeconds

The number of seconds until the cookie set by the Load Balancer expires. This attribute is required when using cookies for the sticky sessions type.

Declaration
public readonly int? CookieTtlSeconds
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Type

An attribute indicating how and if requests from a client will be persistently served by the same backend Droplet. The possible values are cookies or none. If not specified, the default value is none.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.