public static final class CreateScalingGroupRequest.AlbServerGroups.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateScalingGroupRequest.AlbServerGroups.Builder |
albServerGroupId(String albServerGroupId)
The ID of the ALB server group.
|
CreateScalingGroupRequest.AlbServerGroups |
build() |
CreateScalingGroupRequest.AlbServerGroups.Builder |
port(Integer port)
The port number used by each ECS instance as a backend server in the ALB server group.
|
CreateScalingGroupRequest.AlbServerGroups.Builder |
weight(Integer weight)
The weight of an ECS instance as a backend server in the ALB server group.
|
public CreateScalingGroupRequest.AlbServerGroups.Builder albServerGroupId(String albServerGroupId)
You can attach only a limited number of ALB server groups to a scaling group. To view the predefined quota limit or manually request a quota increase, go to [Quota Center](https://quotas.console.aliyun.com/products/ess/quotas).
public CreateScalingGroupRequest.AlbServerGroups.Builder port(Integer port)
public CreateScalingGroupRequest.AlbServerGroups.Builder weight(Integer weight)
public CreateScalingGroupRequest.AlbServerGroups build()
Copyright © 2024. All rights reserved.