Skip to content

ServerGroupStickySessionProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new ServerGroupStickySessionProperty {
    object Enabled = null,
    object Timeout = null
};

Properties

Name Type Description
Enabled object No description.
Timeout object No description.

EnabledOptional

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

TimeoutOptional

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