public class ListInstancesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
filter
The filter condition that is used to query instances.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries returned on each page.
|
String |
resourceGroupId
The ID of the resource group to which the instance belongs.
|
String |
tags
The tags that are used to filter instances.
|
| 构造器和说明 |
|---|
ListInstancesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListInstancesRequest |
build(Map<String,?> map) |
String |
getFilter() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getResourceGroupId() |
String |
getTags() |
ListInstancesRequest |
setFilter(String filter) |
ListInstancesRequest |
setPageNumber(Integer pageNumber) |
ListInstancesRequest |
setPageSize(Integer pageSize) |
ListInstancesRequest |
setResourceGroupId(String resourceGroupId) |
ListInstancesRequest |
setTags(String tags) |
@NameInMap(value="filter") public String filter
The filter condition that is used to query instances. If you do not configure this parameter, all instances are queried.
@NameInMap(value="pageNumber") public Integer pageNumber
The number of the page to return.
Valid values: 1 to 100000000.
If the value that you specify for this parameter is less than 1, the system uses 1 as the value. If the value that you specify for this parameter is greater than 100000000, the system uses 100000000 as the value.
@NameInMap(value="pageSize") public Integer pageSize
The number of entries returned on each page.
Valid values: 10 to 200.
If the value that you specify for this parameter is less than 10, the system uses 10 as the value. If the value that you specify for this parameter is greater than 200, the system uses 200 as the value.
@NameInMap(value="resourceGroupId") public String resourceGroupId
The ID of the resource group to which the instance belongs.
@NameInMap(value="tags") public String tags
The tags that are used to filter instances.
public static ListInstancesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListInstancesRequest setFilter(String filter)
public String getFilter()
public ListInstancesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListInstancesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListInstancesRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ListInstancesRequest setTags(String tags)
public String getTags()
Copyright © 2024. All rights reserved.