RosBackendServerAttachmentProps
Properties for defining a RosBackendServerAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-backendserverattachment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb"
&alicloudroscdkslb.RosBackendServerAttachmentProps {
LoadBalancerId: interface{},
BackendServerList: interface{},
BackendServers: interface{},
BackendServerWeightList: interface{},
}
Properties
Name | Type | Description |
---|---|---|
LoadBalancerId |
interface{} |
No description. |
BackendServerList |
interface{} |
No description. |
BackendServers |
interface{} |
No description. |
BackendServerWeightList |
interface{} |
No description. |
LoadBalancerId
Required
LoadBalancerId interface{}
- Type: interface{}
BackendServerList
Optional
BackendServerList interface{}
- Type: interface{}
BackendServers
Optional
BackendServers interface{}
- Type: interface{}
BackendServerWeightList
Optional
BackendServerWeightList interface{}
- Type: interface{}