BackendServerToVServerGroupAdditionProps
Properties for defining a BackendServerToVServerGroupAddition.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-backendservertovservergroupaddition
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb"
&alicloudroscdkslb.BackendServerToVServerGroupAdditionProps {
BackendServers: interface{},
VServerGroupId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
BackendServers |
interface{} |
Property backendServers: The list of a combination of ECS Instance-Port-Weight.Same ecs instance with different port is allowed, but same ecs instance with same port isn't. |
VServerGroupId |
interface{} |
Property vServerGroupId: The ID of virtual server group. |
BackendServersRequired
BackendServers interface{}
- Type: interface{}
Property backendServers: The list of a combination of ECS Instance-Port-Weight.Same ecs instance with different port is allowed, but same ecs instance with same port isn't.
VServerGroupIdRequired
VServerGroupId interface{}
- Type: interface{}
Property vServerGroupId: The ID of virtual server group.