ServerGroupAttachmentProps
Properties for defining a ServerGroupAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ess-servergroupattachment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkess"
&alicloudroscdkess.ServerGroupAttachmentProps {
ScalingGroupId: interface{},
ServerGroups: interface{},
ForceAttach: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ScalingGroupId |
interface{} |
Property scalingGroupId: The ID of the scaling group. |
ServerGroups |
interface{} |
Property serverGroups: A collection of information about server groups. |
ForceAttach |
interface{} |
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. |
ScalingGroupId
Required
ScalingGroupId interface{}
- Type: interface{}
Property scalingGroupId: The ID of the scaling group.
ServerGroups
Required
ServerGroups interface{}
- Type: interface{}
Property serverGroups: A collection of information about server groups.
ForceAttach
Optional
ForceAttach interface{}
- Type: interface{}
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.