public static final class ListVirusScanMachineResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListVirusScanMachineResponseBody.Data |
build() |
ListVirusScanMachineResponseBody.Data.Builder |
eventCount(Integer eventCount)
The number of times that the alert is triggered.
|
ListVirusScanMachineResponseBody.Data.Builder |
instanceId(String instanceId)
The instance ID of the server.
|
ListVirusScanMachineResponseBody.Data.Builder |
instanceName(String instanceName)
The name of the server.
|
ListVirusScanMachineResponseBody.Data.Builder |
internetIp(String internetIp)
The public IP address of the associated server.
|
ListVirusScanMachineResponseBody.Data.Builder |
intranetIp(String intranetIp)
The private IP address of the associated server.
|
ListVirusScanMachineResponseBody.Data.Builder |
uuid(String uuid)
The UUID of the server.
|
public ListVirusScanMachineResponseBody.Data.Builder eventCount(Integer eventCount)
The number of times that the alert is triggered.
example:28
public ListVirusScanMachineResponseBody.Data.Builder instanceId(String instanceId)
The instance ID of the server.
example:i-bp180bogui4fc0z4****
public ListVirusScanMachineResponseBody.Data.Builder instanceName(String instanceName)
The name of the server.
example:centos****
public ListVirusScanMachineResponseBody.Data.Builder internetIp(String internetIp)
The public IP address of the associated server.
example:172.16.XX.XX
public ListVirusScanMachineResponseBody.Data.Builder intranetIp(String intranetIp)
The private IP address of the associated server.
example:10.42.XX.XX
public ListVirusScanMachineResponseBody.Data.Builder uuid(String uuid)
The UUID of the server.
example:6690a46c-0edb-4663-a641-3629d1a9****
public ListVirusScanMachineResponseBody.Data build()
Copyright © 2026. All rights reserved.