public static final class RemoveBackendServersRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
RemoveBackendServersRequest.Builder |
backendServers(String backendServers)
The backend servers that you want to remove.
|
RemoveBackendServersRequest |
build() |
RemoveBackendServersRequest.Builder |
loadBalancerId(String loadBalancerId)
The ID of the CLB instance.
|
RemoveBackendServersRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
RemoveBackendServersRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
RemoveBackendServersRequest.Builder |
regionId(String regionId)
The ID of the region where the CLB instance is deployed.
|
RemoveBackendServersRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
RemoveBackendServersRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public RemoveBackendServersRequest.Builder backendServers(String backendServers)
The backend servers that you want to remove.
ServerId: The IDs of the backend servers. Set the value to a string. This parameter is required.
Type: the type of the backend server. Valid values:
Weight: the weight of the backend server. Valid values: 0 to 100. Set the value to an integer.
You can specify at most 20 backend servers in each call. Examples:
[{"ServerId":"i-bp1fq61enf4loa5i****", "Type": "ecs","Weight":"100"}]
[{"ServerId":"eni-2ze1sdp5****","Type": "eni","Weight":"100"}]
[{"ServerId":"eci-2ze1sdp5****","Type": "eci","Weight":"100"}]
This parameter is required.
example:[{"ServerId":"i-bp1fq61enf4loa5i****", "Type": "ecs","Weight":"100"}]
public RemoveBackendServersRequest.Builder loadBalancerId(String loadBalancerId)
The ID of the CLB instance.
This parameter is required.
example:lb-bp15lbk8uja8rvm4a****
public RemoveBackendServersRequest.Builder ownerAccount(String ownerAccount)
public RemoveBackendServersRequest.Builder ownerId(Long ownerId)
public RemoveBackendServersRequest.Builder regionId(String regionId)
The ID of the region where the CLB instance is deployed.
example:cn-hangzhou
public RemoveBackendServersRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public RemoveBackendServersRequest.Builder resourceOwnerId(Long resourceOwnerId)
public RemoveBackendServersRequest build()
Copyright © 2026. All rights reserved.