public static final class DescribeAllEntityResponseBody.EntityList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeAllEntityResponseBody.EntityList |
build() |
DescribeAllEntityResponseBody.EntityList.Builder |
groupId(Integer groupId)
The ID of the asset group.
|
DescribeAllEntityResponseBody.EntityList.Builder |
instanceName(String instanceName)
The name of the server.
|
DescribeAllEntityResponseBody.EntityList.Builder |
internetIp(String internetIp)
The public IP address of the server.
|
DescribeAllEntityResponseBody.EntityList.Builder |
intranetIp(String intranetIp)
The private IP address of the server.
|
DescribeAllEntityResponseBody.EntityList.Builder |
ip(String ip)
The IP address of the server.
|
DescribeAllEntityResponseBody.EntityList.Builder |
os(String os)
The operating system of the server.
|
DescribeAllEntityResponseBody.EntityList.Builder |
uuid(String uuid)
The UUID of the server.
|
public DescribeAllEntityResponseBody.EntityList.Builder groupId(Integer groupId)
The ID of the asset group.
example:281801
public DescribeAllEntityResponseBody.EntityList.Builder instanceName(String instanceName)
The name of the server.
example:abc
public DescribeAllEntityResponseBody.EntityList.Builder internetIp(String internetIp)
The public IP address of the server.
example:172.19.XX.XX
public DescribeAllEntityResponseBody.EntityList.Builder intranetIp(String intranetIp)
The private IP address of the server.
example:100.104.XX.XX
public DescribeAllEntityResponseBody.EntityList.Builder ip(String ip)
The IP address of the server.
example:101.132.XX.XX
public DescribeAllEntityResponseBody.EntityList.Builder os(String os)
The operating system of the server. Valid values:
windows
public DescribeAllEntityResponseBody.EntityList.Builder uuid(String uuid)
The UUID of the server.
example:4fe8e1cd-3c37-4851-b9de-124da32c****
public DescribeAllEntityResponseBody.EntityList build()
Copyright © 2026. All rights reserved.