public static class DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDetectionOptionsItemsItem
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
name
The name of the check item.
|
String |
riskCode
The risk that is detected on the check item.
|
String |
riskLevel
Indicates the severity of the risk that is detected on the check item of the imported custom image.
|
String |
value
The result of the check item.
|
构造器和说明 |
---|
DescribeImagesResponseBodyImagesImageDetectionOptionsItemsItem() |
@NameInMap(value="Name") public String name
The name of the check item.
@NameInMap(value="RiskCode") public String riskCode
The risk that is detected on the check item.
@NameInMap(value="RiskLevel") public String riskLevel
Indicates the severity of the risk that is detected on the check item of the imported custom image. If the system detects a risk on the check item, this parameter is returned. If the system does not detect a risk on the check item, this parameter is not returned.
Valid values:
* High: The check item is a high-risk item that may affect the startup of the instance. We strongly recommended that you fix this item at your earliest convenience.
* Medium: The check item is a medium-risk item that may affect the startup performance or configurations of the instance. We recommend that you fix this item.
@NameInMap(value="Value") public String value
The result of the check item.
public DescribeImagesResponseBodyImagesImageDetectionOptionsItemsItem()
public static DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDetectionOptionsItemsItem build(Map<String,?> map) throws Exception
Exception
public DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDetectionOptionsItemsItem setName(String name)
public String getName()
public DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDetectionOptionsItemsItem setRiskCode(String riskCode)
public String getRiskCode()
public DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDetectionOptionsItemsItem setRiskLevel(String riskLevel)
public String getRiskLevel()
public DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDetectionOptionsItemsItem setValue(String value)
public String getValue()
Copyright © 2023. All rights reserved.