public static final class DescribeGroupedInstancesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeGroupedInstancesRequest |
build() |
DescribeGroupedInstancesRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeGroupedInstancesRequest.Builder |
fieldValue(String fieldValue)
The name of the group to which the assets belong.
|
DescribeGroupedInstancesRequest.Builder |
groupField(String groupField)
The filter condition that you want to use to query the assets.
|
DescribeGroupedInstancesRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeGroupedInstancesRequest.Builder |
machineTypes(String machineTypes)
The type of the assets that you want to query.
|
DescribeGroupedInstancesRequest.Builder |
noPage(Boolean noPage)
Specifies whether to enable paged query.
|
DescribeGroupedInstancesRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeGroupedInstancesRequest.Builder |
saleVersionCheckCode(String saleVersionCheckCode)
The edition of Security Center that protects the asset.
|
DescribeGroupedInstancesRequest.Builder |
vendor(Integer vendor)
The source of the server.
|
DescribeGroupedInstancesRequest.Builder |
vendors(String vendors)
The source of the server.
|
public DescribeGroupedInstancesRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribeGroupedInstancesRequest.Builder fieldValue(String fieldValue)
The name of the group to which the assets belong. Fuzzy search is supported.
example:test-01
public DescribeGroupedInstancesRequest.Builder groupField(String groupField)
The filter condition that you want to use to query the assets. Valid values:
This parameter is required.
example:groupId
public DescribeGroupedInstancesRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeGroupedInstancesRequest.Builder machineTypes(String machineTypes)
The type of the assets that you want to query. Set the value to ecs, which indicates Elastic Compute Service (ECS) instances.
example:ecs
public DescribeGroupedInstancesRequest.Builder noPage(Boolean noPage)
Specifies whether to enable paged query. Default value: true. Valid values:
true
public DescribeGroupedInstancesRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 20.
example:20
public DescribeGroupedInstancesRequest.Builder saleVersionCheckCode(String saleVersionCheckCode)
The edition of Security Center that protects the asset. Valid values:
sas_gt_basic
public DescribeGroupedInstancesRequest.Builder vendor(Integer vendor)
The source of the server. Valid values:
0
public DescribeGroupedInstancesRequest.Builder vendors(String vendors)
The source of the server. Separate multiple sources with commas (,).Valid values:
0,8
public DescribeGroupedInstancesRequest build()
Copyright © 2026. All rights reserved.