All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.model.live.v20230101.UpdateStreamQuotaConfigBodyQuotaDetailListItemBandwidthConfig Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.live.v20230101;


import com.alibaba.fastjson.JSON;

/**
 * UpdateStreamQuotaConfigBodyQuotaDetailListItemBandwidthConfig
 */
@lombok.Data
public final class UpdateStreamQuotaConfigBodyQuotaDetailListItemBandwidthConfig  {

    /**
     * 

带宽限额,下行带宽峰值超过此限额的额外访问将会被拒绝,取值范围为 [1,10000]。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Quota") private Integer quota; /** *

拉流带宽限额的计量单位,支持的取值如下所示。

* * * *

- Mbps

* *

- Gbps

* *

- Tbps

*/ @com.alibaba.fastjson.annotation.JSONField(name = "QuotaUnit") private String quotaUnit; /** *

拉流带宽限额告警阈值,取值范围为 [1,10000],缺省情况表示不设置告警。

* *

:::tip

* *

该参数的取值需要小于等于拉流带宽限额 `Quota`,否则会报错。

* *

:::

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AlarmThreshold") private Integer alarmThreshold; /** *

拉流带宽限额告警的计量单位,缺省情况表示不设置告警。支持的取值如下所示。

* * * *

- Mbps

* *

- Gbps

* *

- Tbps

*/ @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