BackendServerAttachmentProps
Properties for defining a BackendServerAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-backendserverattachment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb"
&alicloudroscdkalb.BackendServerAttachmentProps {
ServerGroupId: interface{},
Servers: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ServerGroupId |
interface{} |
Property serverGroupId: The ID of the server group. |
Servers |
interface{} |
Property servers: The backend servers that you want to add to the server group. |
ServerGroupId
Required
ServerGroupId interface{}
- Type: interface{}
Property serverGroupId: The ID of the server group.
Servers
Required
Servers interface{}
- Type: interface{}
Property servers: The backend servers that you want to add to the server group.
You can specify up to 40 servers in each call.