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 SourceCookieName
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 |
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> |
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 |