com.volcengine.model.live.v20230101.DescribeStreamQuotaConfigResResultQuotaListItemQuotaDetailListItemBandwidthConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.live.v20230101;
import com.alibaba.fastjson.JSON;
/**
* DescribeStreamQuotaConfigResResultQuotaListItemQuotaDetailListItemBandwidthConfig
*/
@lombok.Data
public final class DescribeStreamQuotaConfigResResultQuotaListItemQuotaDetailListItemBandwidthConfig {
/**
* 拉流域名的带宽限额。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Quota")
private Integer quota;
/**
* 带宽限额的计量单位。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "QuotaUnit")
private String quotaUnit;
/**
* 带宽限额的告警阈值,缺省情况表示未设置告警。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "AlarmThreshold")
private Integer alarmThreshold;
/**
* 带宽限额告警的计量单位,缺省情况表示不未设置告警。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "AlarmThresholdUnit")
private String alarmThresholdUnit;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy