public static final class DescribeVServerGroupAttributeResponseBody.BackendServer.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeVServerGroupAttributeResponseBody.BackendServer |
build() |
DescribeVServerGroupAttributeResponseBody.BackendServer.Builder |
description(String description)
The description of the server group.
|
DescribeVServerGroupAttributeResponseBody.BackendServer.Builder |
port(Integer port)
The port that is used by the backend server.
|
DescribeVServerGroupAttributeResponseBody.BackendServer.Builder |
serverId(String serverId)
The ID of the backend server.
|
DescribeVServerGroupAttributeResponseBody.BackendServer.Builder |
serverIp(String serverIp)
The IP address of the backend server.
|
DescribeVServerGroupAttributeResponseBody.BackendServer.Builder |
type(String type)
The type of backend server.
|
DescribeVServerGroupAttributeResponseBody.BackendServer.Builder |
weight(Integer weight)
The weight of the backend server.
|
public DescribeVServerGroupAttributeResponseBody.BackendServer.Builder description(String description)
The description of the server group.
example:This parameter is not returned if the Description parameter is not specified in the request.
Server Group Description
public DescribeVServerGroupAttributeResponseBody.BackendServer.Builder port(Integer port)
The port that is used by the backend server.
example:90
public DescribeVServerGroupAttributeResponseBody.BackendServer.Builder serverId(String serverId)
The ID of the backend server.
example:vm-233
public DescribeVServerGroupAttributeResponseBody.BackendServer.Builder serverIp(String serverIp)
The IP address of the backend server.
example:192.XX.XX.11
public DescribeVServerGroupAttributeResponseBody.BackendServer.Builder type(String type)
The type of backend server. Valid values:
ecs
public DescribeVServerGroupAttributeResponseBody.BackendServer.Builder weight(Integer weight)
The weight of the backend server.
example:100
public DescribeVServerGroupAttributeResponseBody.BackendServer build()
Copyright © 2026. All rights reserved.