Skip to content

StickySessionConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new StickySessionConfigProperty {
    object Cookie = null,
    object CookieTimeout = null,
    object StickySessionEnabled = null,
    object StickySessionType = null
};

Properties

Name Type Description
Cookie object No description.
CookieTimeout object No description.
StickySessionEnabled object No description.
StickySessionType object No description.

CookieOptional

public object Cookie { get; set; }
  • Type: object

CookieTimeoutOptional

public object CookieTimeout { get; set; }
  • Type: object

StickySessionEnabledOptional

public object StickySessionEnabled { get; set; }
  • Type: object

StickySessionTypeOptional

public object StickySessionType { get; set; }
  • Type: object