public class ListServerGroupServersRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
maxResults
The number of entries to return on each page.
|
String |
nextToken
The token that is used for the next query.
|
String |
regionId |
String |
serverGroupId
The ID of the server group.
|
List<String> |
serverIds
The IDs of the servers.
|
List<String> |
serverIps
The IP addresses of the servers.
|
| 构造器和说明 |
|---|
ListServerGroupServersRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListServerGroupServersRequest |
build(Map<String,?> map) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getRegionId() |
String |
getServerGroupId() |
List<String> |
getServerIds() |
List<String> |
getServerIps() |
ListServerGroupServersRequest |
setMaxResults(Integer maxResults) |
ListServerGroupServersRequest |
setNextToken(String nextToken) |
ListServerGroupServersRequest |
setRegionId(String regionId) |
ListServerGroupServersRequest |
setServerGroupId(String serverGroupId) |
ListServerGroupServersRequest |
setServerIds(List<String> serverIds) |
ListServerGroupServersRequest |
setServerIps(List<String> serverIps) |
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries to return on each page. Valid values: **1** to **100**. Default value: **20**.
@NameInMap(value="NextToken") public String nextToken
The token that is used for the next query. Valid values:
* If this is your first query or no next query is to be sent, ignore this parameter.
* If a next query is to be sent, set the parameter to the value of NextToken that is returned from the last call.
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="ServerGroupId") public String serverGroupId
The ID of the server group.
public static ListServerGroupServersRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListServerGroupServersRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListServerGroupServersRequest setNextToken(String nextToken)
public String getNextToken()
public ListServerGroupServersRequest setRegionId(String regionId)
public String getRegionId()
public ListServerGroupServersRequest setServerGroupId(String serverGroupId)
public String getServerGroupId()
public ListServerGroupServersRequest setServerIds(List<String> serverIds)
public ListServerGroupServersRequest setServerIps(List<String> serverIps)
Copyright © 2023. All rights reserved.