BackendServerToVServerGroupAdditionProps
Properties for defining a BackendServerToVServerGroupAddition
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-backendservertovservergroupaddition
Initializer
import com.aliyun.ros.cdk.slb.BackendServerToVServerGroupAdditionProps;
BackendServerToVServerGroupAdditionProps.builder()
.backendServers(IResolvable)
.backendServers(java.util.List<IResolvable)
.backendServers(BackendServersProperty>)
.vServerGroupId(java.lang.String)
.vServerGroupId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
backendServers |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
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 |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property vServerGroupId: The ID of virtual server group. |
backendServers
Required
public java.lang.Object getBackendServers();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
BackendServersProperty>
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
Required
public java.lang.Object getVServerGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property vServerGroupId: The ID of virtual server group.