RosServerGroupProps
Properties for defining a RosServerGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-servergroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new RosServerGroupProps {
object HealthCheckConfig,
object ServerGroupName,
object VpcId,
object ConnectionDrainConfig = null,
object Protocol = null,
object ResourceGroupId = null,
object Scheduler = null,
object ServerGroupType = null,
object ServiceName = null,
object SlowStartConfig = null,
object StickySessionConfig = null,
TagsProperty[] Tags = null,
object UchConfig = null,
object UpstreamKeepaliveEnabled = null
};
Properties
Name | Type | Description |
---|---|---|
HealthCheckConfig |
object |
No description. |
ServerGroupName |
object |
No description. |
VpcId |
object |
No description. |
ConnectionDrainConfig |
object |
No description. |
Protocol |
object |
No description. |
ResourceGroupId |
object |
No description. |
Scheduler |
object |
No description. |
ServerGroupType |
object |
No description. |
ServiceName |
object |
No description. |
SlowStartConfig |
object |
No description. |
StickySessionConfig |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
UchConfig |
object |
No description. |
UpstreamKeepaliveEnabled |
object |
No description. |
HealthCheckConfig
Required
public object HealthCheckConfig { get; set; }
- Type: object
ServerGroupName
Required
public object ServerGroupName { get; set; }
- Type: object
VpcId
Required
public object VpcId { get; set; }
- Type: object
ConnectionDrainConfig
Optional
public object ConnectionDrainConfig { get; set; }
- Type: object
Protocol
Optional
public object Protocol { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Scheduler
Optional
public object Scheduler { get; set; }
- Type: object
ServerGroupType
Optional
public object ServerGroupType { get; set; }
- Type: object
ServiceName
Optional
public object ServiceName { get; set; }
- Type: object
SlowStartConfig
Optional
public object SlowStartConfig { get; set; }
- Type: object
StickySessionConfig
Optional
public object StickySessionConfig { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
UchConfig
Optional
public object UchConfig { get; set; }
- Type: object
UpstreamKeepaliveEnabled
Optional
public object UpstreamKeepaliveEnabled { get; set; }
- Type: object