public static final class DescribeExposedInstanceListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeExposedInstanceListRequest.Builder |
assetType(String assetType)
The type of the asset.
|
DescribeExposedInstanceListRequest |
build() |
DescribeExposedInstanceListRequest.Builder |
cspmStatus(Boolean cspmStatus)
Specifies whether the asset has Cloud Security Posture Management (CSPM) risks.
|
DescribeExposedInstanceListRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeExposedInstanceListRequest.Builder |
exposureComponent(String exposureComponent)
The server component that is exposed on the Internet.
|
DescribeExposedInstanceListRequest.Builder |
exposureComponentBizType(String exposureComponentBizType)
Expose component type.
|
DescribeExposedInstanceListRequest.Builder |
exposureIp(String exposureIp)
The public IP address of the server or the public endpoint of the database.
|
DescribeExposedInstanceListRequest.Builder |
exposurePort(String exposurePort)
The port that is exposed on the Internet.
|
DescribeExposedInstanceListRequest.Builder |
groupId(Long groupId)
The ID of the server group.
|
DescribeExposedInstanceListRequest.Builder |
healthStatus(Boolean healthStatus)
Specifies whether the asset has weak password risks.
|
DescribeExposedInstanceListRequest.Builder |
instanceId(String instanceId)
The instance ID of the asset.
|
DescribeExposedInstanceListRequest.Builder |
instanceName(String instanceName)
The name of the asset.
|
DescribeExposedInstanceListRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeExposedInstanceListRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
DescribeExposedInstanceListRequest.Builder |
vulStatus(Boolean vulStatus)
Specifies whether the asset has vulnerabilities.
|
public DescribeExposedInstanceListRequest.Builder assetType(String assetType)
The type of the asset. Valid values:
0
public DescribeExposedInstanceListRequest.Builder cspmStatus(Boolean cspmStatus)
Specifies whether the asset has Cloud Security Posture Management (CSPM) risks. Valid values:
true
public DescribeExposedInstanceListRequest.Builder currentPage(Integer currentPage)
The number of the page to return.
example:1
public DescribeExposedInstanceListRequest.Builder exposureComponent(String exposureComponent)
The server component that is exposed on the Internet.
example:openssl
public DescribeExposedInstanceListRequest.Builder exposureComponentBizType(String exposureComponentBizType)
Expose component type.
example:system_service
public DescribeExposedInstanceListRequest.Builder exposureIp(String exposureIp)
The public IP address of the server or the public endpoint of the database.
example:116.12.XX.XX
public DescribeExposedInstanceListRequest.Builder exposurePort(String exposurePort)
The port that is exposed on the Internet.
example:22
public DescribeExposedInstanceListRequest.Builder groupId(Long groupId)
The ID of the server group.
example:You can call the DescribeAllGroups operation to query the IDs of server groups.
9535356
public DescribeExposedInstanceListRequest.Builder healthStatus(Boolean healthStatus)
Specifies whether the asset has weak password risks. Valid values:
Unhealthy
public DescribeExposedInstanceListRequest.Builder instanceId(String instanceId)
The instance ID of the asset.
example:i-bp1g6wxdwps7s9dz****
public DescribeExposedInstanceListRequest.Builder instanceName(String instanceName)
The name of the asset.
example:abc_centos7.2_005
public DescribeExposedInstanceListRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.
example:We recommend that you do not leave this parameter empty.
20
public DescribeExposedInstanceListRequest.Builder resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
example:You can call the DescribeMonitorAccounts operation to obtain the ID.
16670360956*****
public DescribeExposedInstanceListRequest.Builder vulStatus(Boolean vulStatus)
Specifies whether the asset has vulnerabilities. Valid values:
true
public DescribeExposedInstanceListRequest build()
Copyright © 2026. All rights reserved.