public static final class DescribeScanTaskProgressResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeScanTaskProgressResponseBody |
build() |
DescribeScanTaskProgressResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
DescribeScanTaskProgressResponseBody.Builder |
scanTaskProgress(String scanTaskProgress)
The progress of the virus scan task.
|
DescribeScanTaskProgressResponseBody.Builder |
targetInfo(String targetInfo)
The information about the asset on which the virus scan task runs.
|
public DescribeScanTaskProgressResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:EA15BA8A-D631-4375-8D40-CB7C769B0279
public DescribeScanTaskProgressResponseBody.Builder scanTaskProgress(String scanTaskProgress)
The progress of the virus scan task. Valid values:
Success
public DescribeScanTaskProgressResponseBody.Builder targetInfo(String targetInfo)
The information about the asset on which the virus scan task runs. The value is a string that consists of JSON arrays. Each element in a JSON array is a JSON struct that contains the following fields:
type: the type of the asset on which you want to perform a virus scan task. Valid values:
name: the name of the server group or server.
target: the asset on which the virus scan task runs. The value of this field varies based on the value of the type field.
[{"type":"uuid","name":"host001","target":"503201a7-14c6-4280-801b-1169ed42****"}]
public DescribeScanTaskProgressResponseBody build()
Copyright © 2026. All rights reserved.