RosBackendServerAttachmentProps
Properties for defining a RosBackendServerAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-backendserverattachment
Initializer
import com.aliyun.ros.cdk.slb.RosBackendServerAttachmentProps;
RosBackendServerAttachmentProps.builder()
.loadBalancerId(java.lang.String)
.loadBalancerId(IResolvable)
// .backendServerList(IResolvable)
// .backendServerList(java.util.List<java.lang.String)
// .backendServerList(IResolvable>)
// .backendServers(IResolvable)
// .backendServers(java.util.List<IResolvable)
// .backendServers(BackendServersProperty>)
// .backendServerWeightList(java.util.List<java.lang.Object>)
// .backendServerWeightList(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
loadBalancerId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
backendServerList |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
No description. |
backendServers |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
No description. |
backendServerWeightList |
java.util.List |
No description. |
loadBalancerId
Required
public java.lang.Object getLoadBalancerId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
backendServerList
Optional
public java.lang.Object getBackendServerList();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
backendServers
Optional
public java.lang.Object getBackendServers();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
BackendServersProperty>
backendServerWeightList
Optional
public java.lang.Object getBackendServerWeightList();
- Type: java.util.List
OR com.aliyun.ros.cdk.core.IResolvable