public static final class RemoveVServerGroupBackendServersRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
RemoveVServerGroupBackendServersRequest.Builder |
backendServers(String backendServers)
The list of backend servers that you want to remove from the vServer group.
|
RemoveVServerGroupBackendServersRequest |
build() |
RemoveVServerGroupBackendServersRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
RemoveVServerGroupBackendServersRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
RemoveVServerGroupBackendServersRequest.Builder |
regionId(String regionId)
The ID of the region where the Classic Load Balancer (CLB) instance is deployed.
|
RemoveVServerGroupBackendServersRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
RemoveVServerGroupBackendServersRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
RemoveVServerGroupBackendServersRequest.Builder |
vServerGroupId(String vServerGroupId)
The ID of the vServer group.
|
public RemoveVServerGroupBackendServersRequest.Builder backendServers(String backendServers)
You can specify at most 20 backend servers for a vServer group in each call. The value of this parameter is a JSON list of the STRING type. You can specify at most 20 elements in a list for each request. * **ServerId**: the ID of the Elastic Compute Service (ECS) instance or elastic network interface (ENI) that serves as a backend server. * **Port**: the port that is used by the backend server. Valid values: **1 to 65535**. * **Weight**: the weight of the backend server. Valid values: **0 to 100**. * **Description**: the description of the backend server. The description must be 1 to 80 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.),and underscores (\_). * **Type**: the type of backend server. Valid values: * **ecs**: an ECS instance. This is the default value. * **eni**: an ENI. * **ServerIp**: the IP address of the ECS instance or ENI.
public RemoveVServerGroupBackendServersRequest.Builder ownerAccount(String ownerAccount)
public RemoveVServerGroupBackendServersRequest.Builder ownerId(Long ownerId)
public RemoveVServerGroupBackendServersRequest.Builder regionId(String regionId)
public RemoveVServerGroupBackendServersRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public RemoveVServerGroupBackendServersRequest.Builder resourceOwnerId(Long resourceOwnerId)
public RemoveVServerGroupBackendServersRequest.Builder vServerGroupId(String vServerGroupId)
public RemoveVServerGroupBackendServersRequest build()
Copyright © 2024. All rights reserved.