public static class DescribeMonitorResourceQuotaAttributeResponseBody.DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaEventMonitor
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
quotaLimit
The total quota of events that can be reported in event monitoring.
|
Integer |
quotaPackage
The quota of events that can be reported in event monitoring in your resource plan.
|
Integer |
quotaUsed
The used quota of events that can be reported in event monitoring in your resource plan.
|
| 构造器和说明 |
|---|
DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaEventMonitor() |
@NameInMap(value="QuotaLimit") public Integer quotaLimit
The total quota of events that can be reported in event monitoring. The total quota is the value that is multiplied by 10,000.
@NameInMap(value="QuotaPackage") public Integer quotaPackage
The quota of events that can be reported in event monitoring in your resource plan. The total quota is the value that is multiplied by 10,000.
@NameInMap(value="QuotaUsed") public Integer quotaUsed
The used quota of events that can be reported in event monitoring in your resource plan. The total quota is the value that is multiplied by 10,000.
public DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaEventMonitor()
public static DescribeMonitorResourceQuotaAttributeResponseBody.DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaEventMonitor build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMonitorResourceQuotaAttributeResponseBody.DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaEventMonitor setQuotaLimit(Integer quotaLimit)
public Integer getQuotaLimit()
public DescribeMonitorResourceQuotaAttributeResponseBody.DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaEventMonitor setQuotaPackage(Integer quotaPackage)
public Integer getQuotaPackage()
public DescribeMonitorResourceQuotaAttributeResponseBody.DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaEventMonitor setQuotaUsed(Integer quotaUsed)
public Integer getQuotaUsed()
Copyright © 2024. All rights reserved.