Skip to content

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.ListBackendServersProperty> No description.
backendServerWeightList java.util.List OR com.aliyun.ros.cdk.core.IResolvable No description.

loadBalancerIdRequired

public java.lang.Object getLoadBalancerId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

backendServerListOptional

public java.lang.Object getBackendServerList();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

backendServersOptional

public java.lang.Object getBackendServers();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListBackendServersProperty>

backendServerWeightListOptional

public java.lang.Object getBackendServerWeightList();
  • Type: java.util.List OR com.aliyun.ros.cdk.core.IResolvable