Skip to content

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.

HealthCheckConfigRequired

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

ServerGroupNameRequired

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

VpcIdRequired

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

ConnectionDrainConfigOptional

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

ProtocolOptional

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

ResourceGroupIdOptional

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

SchedulerOptional

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

ServerGroupTypeOptional

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

ServiceNameOptional

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

SlowStartConfigOptional

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

StickySessionConfigOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

UchConfigOptional

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

UpstreamKeepaliveEnabledOptional

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