public static class DescribeMonitorResourceQuotaAttributeResponseBody.DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaLogMonitor
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
quotaLimit
The total quota of processed log data in log monitoring.
|
Integer |
quotaPackage
The quota of processed log data in log monitoring in your resource plan.
|
Integer |
quotaUsed
The used quota of processed log data in log monitoring in your resource plan.
|
| 构造器和说明 |
|---|
DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaLogMonitor() |
@NameInMap(value="QuotaLimit") public Integer quotaLimit
The total quota of processed log data in log monitoring. Unit: MB/min.
@NameInMap(value="QuotaPackage") public Integer quotaPackage
The quota of processed log data in log monitoring in your resource plan. Unit: MB/min.
@NameInMap(value="QuotaUsed") public Integer quotaUsed
The used quota of processed log data in log monitoring in your resource plan. Unit: MB/min.
public DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaLogMonitor()
public static DescribeMonitorResourceQuotaAttributeResponseBody.DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaLogMonitor build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMonitorResourceQuotaAttributeResponseBody.DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaLogMonitor setQuotaLimit(Integer quotaLimit)
public Integer getQuotaLimit()
public DescribeMonitorResourceQuotaAttributeResponseBody.DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaLogMonitor setQuotaPackage(Integer quotaPackage)
public Integer getQuotaPackage()
public DescribeMonitorResourceQuotaAttributeResponseBody.DescribeMonitorResourceQuotaAttributeResponseBodyResourceQuotaLogMonitor setQuotaUsed(Integer quotaUsed)
public Integer getQuotaUsed()
Copyright © 2024. All rights reserved.