public static class RemoveServersFromServerGroupRequest.RemoveServersFromServerGroupRequestServers
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
port
The port that is used by the backend server.
|
String |
serverId
The backend server ID.
|
String |
serverIp
The IP address of the backend server.
|
String |
serverType
The type of the backend server.
|
| 构造器和说明 |
|---|
RemoveServersFromServerGroupRequestServers() |
@NameInMap(value="Port") public Integer port
The port that is used by the backend server. Valid values: **1** to **65535**.
@NameInMap(value="ServerId") public String serverId
The backend server ID.
* If the server group type is **Instance**, set this parameter to the ID of an Elastic Compute Service (ECS) instance, an elastic network interface (ENI), or an elastic container instance. The backend servers are specified by **Ecs**, **Eni**, or **Eci**.
* If the server group type is **Ip**, set this parameter to an IP address.
@NameInMap(value="ServerIp") public String serverIp
The IP address of the backend server. If the server group type is **Ip**, you must specify an IP address.
@NameInMap(value="ServerType") public String serverType
The type of the backend server. Valid values:
* **Ecs**: ECS instance
* **Eni**: ENI
* **Eci**: elastic container instance
* **Ip**: IP address
public RemoveServersFromServerGroupRequestServers()
public static RemoveServersFromServerGroupRequest.RemoveServersFromServerGroupRequestServers build(Map<String,?> map) throws Exception
Exceptionpublic RemoveServersFromServerGroupRequest.RemoveServersFromServerGroupRequestServers setPort(Integer port)
public Integer getPort()
public RemoveServersFromServerGroupRequest.RemoveServersFromServerGroupRequestServers setServerId(String serverId)
public String getServerId()
public RemoveServersFromServerGroupRequest.RemoveServersFromServerGroupRequestServers setServerIp(String serverIp)
public String getServerIp()
public RemoveServersFromServerGroupRequest.RemoveServersFromServerGroupRequestServers setServerType(String serverType)
public String getServerType()
Copyright © 2023. All rights reserved.