Show / Hide Table of Contents

Class LoadBalancerStickySessionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LoadBalancerStickySessionsArgs
Inherited Members
ResourceArgs.Empty
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 Source

LoadBalancerStickySessionsArgs()

Declaration
public LoadBalancerStickySessionsArgs()

Properties

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 Input<string> CookieName { get; set; }
Property Value
Type Description
Input<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 Input<int> CookieTtlSeconds { get; set; }
Property Value
Type Description
Input<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 Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.