public static class DescribeMonitorResourceQuotaAttributeResponseBody.DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaSiteMonitorEcsProbe
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
quotaLimit
The total quota of ECS detection points for site monitoring.
|
Integer |
quotaPackage
The quota of ECS detection points for site monitoring in your resource plan.
|
Integer |
quotaUsed
The used quota of ECS detection points for site monitoring in your resource plan.
|
| 构造器和说明 |
|---|
DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaSiteMonitorEcsProbe() |
@NameInMap(value="QuotaLimit") public Integer quotaLimit
The total quota of ECS detection points for site monitoring.
> The value indicates the maximum number of ECS detection points that you can select for a site monitoring task.
@NameInMap(value="QuotaPackage") public Integer quotaPackage
The quota of ECS detection points for site monitoring in your resource plan.
@NameInMap(value="QuotaUsed") public Integer quotaUsed
The used quota of ECS detection points for site monitoring in your resource plan.
> The value indicates the total number of ECS detection points that are used by existing site monitoring tasks.
public DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaSiteMonitorEcsProbe()
public static DescribeMonitorResourceQuotaAttributeResponseBody.DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaSiteMonitorEcsProbe build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMonitorResourceQuotaAttributeResponseBody.DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaSiteMonitorEcsProbe setQuotaLimit(Integer quotaLimit)
public Integer getQuotaLimit()
public DescribeMonitorResourceQuotaAttributeResponseBody.DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaSiteMonitorEcsProbe setQuotaPackage(Integer quotaPackage)
public Integer getQuotaPackage()
public DescribeMonitorResourceQuotaAttributeResponseBody.DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaSiteMonitorEcsProbe setQuotaUsed(Integer quotaUsed)
public Integer getQuotaUsed()
Copyright © 2024. All rights reserved.