Class LoadBalancerStickySessionsArgs
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.Inputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class LoadBalancerStickySessionsArgs : ResourceArgs
Constructors
View SourceLoadBalancerStickySessionsArgs()
Declaration
public LoadBalancerStickySessionsArgs()
Properties
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 Input<string> CookieName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<int> CookieTtlSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |