VServerGroupAttachmentProps
Properties for defining a VServerGroupAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ess-vservergroupattachment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkess"
&alicloudroscdkess.VServerGroupAttachmentProps {
ScalingGroupId: interface{},
VServerGroups: interface{},
ForceAttach: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
ScalingGroupId |
interface{} |
Property scalingGroupId: The ID of the scaling group. |
VServerGroups |
interface{} |
Property vServerGroups: A list of vserver groups attached on scaling group. |
ForceAttach |
interface{} |
Property forceAttach: If instances of scaling group are attached\/removed from slb backend server when attach\/detach vserver group from scaling group. |
ScalingGroupIdRequired
ScalingGroupId interface{}
- Type: interface{}
Property scalingGroupId: The ID of the scaling group.
VServerGroupsRequired
VServerGroups interface{}
- Type: interface{}
Property vServerGroups: A list of vserver groups attached on scaling group.
ForceAttachOptional
ForceAttach interface{}
- Type: interface{}
Property forceAttach: If instances of scaling group are attached\/removed from slb backend server when attach\/detach vserver group from scaling group.
Valid values: true false Default value: false.