public static final class DescribeWebLockProcessListResponseBody.List.Builder extends Object
public DescribeWebLockProcessListResponseBody.List.Builder count(String count)
The number of entries returned on the current page.
example:33
public DescribeWebLockProcessListResponseBody.List.Builder instanceName(String instanceName)
The name of the server.
example:test_ecs
public DescribeWebLockProcessListResponseBody.List.Builder internetIp(String internetIp)
The public IP address of the server.
example:8.210.XX.XX
public DescribeWebLockProcessListResponseBody.List.Builder intranetIp(String intranetIp)
The private IP address of the server.
example:172.25.XX.XX
public DescribeWebLockProcessListResponseBody.List.Builder processName(String processName)
The name of the process.
example:cron
public DescribeWebLockProcessListResponseBody.List.Builder processPath(String processPath)
The path to the process.
example:/usr/sbin/cron
public DescribeWebLockProcessListResponseBody.List.Builder status(Integer status)
Indicates whether the process is added to the process whitelist. Valid values:
0
public DescribeWebLockProcessListResponseBody.List.Builder uuid(String uuid)
The UUID of the server.
example:49e25e0f-bb51-4a5a-a1b3-13a4ddaa****
public DescribeWebLockProcessListResponseBody.List build()
Copyright © 2026. All rights reserved.