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. |
Enabled
Optional
public object Enabled { get; set; }
- Type: object
Timeout
Optional
public object Timeout { get; set; }
- Type: object