public static final class DescribeExposedInstanceListRequest.Builder extends Object
public DescribeExposedInstanceListRequest.Builder currentPage(Integer currentPage)
public DescribeExposedInstanceListRequest.Builder exposureComponent(String exposureComponent)
public DescribeExposedInstanceListRequest.Builder exposureIp(String exposureIp)
public DescribeExposedInstanceListRequest.Builder exposurePort(String exposurePort)
public DescribeExposedInstanceListRequest.Builder groupId(Long groupId)
> You can call the [DescribeAllGroups](~~DescribeAllGroups~~) operation to query the IDs of server groups.
public DescribeExposedInstanceListRequest.Builder healthStatus(Boolean healthStatus)
* Healthy * Unhealthy Auto Scaling automatically removes unhealthy ECS instances from the scaling group and then releases the automatically created instances among the unhealthy instances. Unhealthy ECS instances that are manually added to the scaling group are released based on the management mode of the instance lifecycle. If the lifecycle of the ECS instances is not managed by the scaling group, Auto Scaling removes the instances from the scaling group but does not release them. If the lifecycle of the ECS instances is managed by the scaling group, Auto Scaling removes the instances from the scaling group and releases them. > Make sure that you have sufficient balance within your account. If you have overdue payments in your account, pay-as-you-go and preemptible instances are stopped or released. For information about how the status of ECS instances changes when you have overdue payments in your account, see [Overdue payments](~~170589~~).
public DescribeExposedInstanceListRequest.Builder instanceId(String instanceId)
public DescribeExposedInstanceListRequest.Builder instanceName(String instanceName)
public DescribeExposedInstanceListRequest.Builder pageSize(Integer pageSize)
> We recommend that you do not leave this parameter empty.
public DescribeExposedInstanceListRequest.Builder vulStatus(Boolean vulStatus)
* **true**: The server has vulnerabilities. * **false**: The server does not have vulnerabilities.
public DescribeExposedInstanceListRequest build()
Copyright © 2023. All rights reserved.