public static class ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description
The description of the backend server.
|
Integer |
port
The port used by the backend server.
|
String |
serverGroupId
The ID of the server group.
|
String |
serverId
The ID of the server.
|
String |
serverIp
The IP address of the backend server.
|
String |
serverType
The type of the backend server.
|
String |
status
Indicates the status of the backend server.
|
Integer |
weight
The weight of the backend server.
|
String |
zoneId
The zone ID of the server.
|
| 构造器和说明 |
|---|
ListServerGroupServersResponseBodyServers() |
@NameInMap(value="Description") public String description
The description of the backend server.
@NameInMap(value="Port") public Integer port
The port used by the backend server. Valid values: **1** to **65535**.
@NameInMap(value="ServerGroupId") public String serverGroupId
The ID of the server group.
@NameInMap(value="ServerId") public String serverId
The ID of the server.
@NameInMap(value="ServerIp") public String serverIp
The IP address of the backend server.
@NameInMap(value="ServerType") public String serverType
The type of the backend server. Valid values:
* **Ecs**: an Elastic Compute Service (ECS) instance
* **Eni**: an elastic network interface (ENI)
* **Eci**: an elastic container instance
* **Ip**: an IP address
@NameInMap(value="Status") public String status
Indicates the status of the backend server. Valid values:
* **Adding**: The backend server is being added.
* **Available**: The backend server is added.
* **Configuring**: The backend server is being configured.
* **Removing**: The backend server is being removed.
@NameInMap(value="Weight") public Integer weight
The weight of the backend server.
@NameInMap(value="ZoneId") public String zoneId
The zone ID of the server.
public ListServerGroupServersResponseBodyServers()
public static ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers build(Map<String,?> map) throws Exception
Exceptionpublic ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers setDescription(String description)
public String getDescription()
public ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers setPort(Integer port)
public Integer getPort()
public ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers setServerGroupId(String serverGroupId)
public String getServerGroupId()
public ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers setServerId(String serverId)
public String getServerId()
public ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers setServerIp(String serverIp)
public String getServerIp()
public ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers setServerType(String serverType)
public String getServerType()
public ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers setStatus(String status)
public String getStatus()
public ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers setWeight(Integer weight)
public Integer getWeight()
public ListServerGroupServersResponseBody.ListServerGroupServersResponseBodyServers setZoneId(String zoneId)
public String getZoneId()
Copyright © 2023. All rights reserved.