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. |
LoadBalancerIdRequired
LoadBalancerId interface{}
- Type: interface{}
BackendServerListOptional
BackendServerList interface{}
- Type: interface{}
BackendServersOptional
BackendServers interface{}
- Type: interface{}
BackendServerWeightListOptional
BackendServerWeightList interface{}
- Type: interface{}