Skip to content

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.

ServerGroupIdRequired

ServerGroupId interface{}
  • Type: interface{}

Property serverGroupId: The ID of the server group.


ServersRequired

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.