ServerGroupAttachmentProps
Properties for defining a ServerGroupAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ess-servergroupattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new ServerGroupAttachmentProps {
object ScalingGroupId,
object ServerGroups,
object ForceAttach = null
};
Properties
| Name | Type | Description |
|---|---|---|
ScalingGroupId |
object |
Property scalingGroupId: The ID of the scaling group. |
ServerGroups |
object |
Property serverGroups: A collection of information about server groups. |
ForceAttach |
object |
Property forceAttach: Specifies whether to add the Elastic Compute Service (ECS) instances in the scaling group to the backend server group of the newly attached SLB instance. |
ScalingGroupIdRequired
public object ScalingGroupId { get; set; }
- Type: object
Property scalingGroupId: The ID of the scaling group.
ServerGroupsRequired
public object ServerGroups { get; set; }
- Type: object
Property serverGroups: A collection of information about server groups.
ForceAttachOptional
public object ForceAttach { get; set; }
- Type: object
Property forceAttach: Specifies whether to add the Elastic Compute Service (ECS) instances in the scaling group to the backend server group of the newly attached SLB instance.
Valid values: true false Default value: false.