tencentcloud-sdk-nodejs-waf 4.1.238 → 4.1.244
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -9174,25 +9174,29 @@ export interface SwitchDomainRulesResponse {
|
|
|
9174
9174
|
*/
|
|
9175
9175
|
export interface QpsData {
|
|
9176
9176
|
/**
|
|
9177
|
-
*
|
|
9177
|
+
* <p>弹性qps默认值</p>
|
|
9178
9178
|
*/
|
|
9179
9179
|
ElasticBillingDefault?: number;
|
|
9180
9180
|
/**
|
|
9181
|
-
*
|
|
9181
|
+
* <p>弹性qps最小值</p>
|
|
9182
9182
|
*/
|
|
9183
9183
|
ElasticBillingMin?: number;
|
|
9184
9184
|
/**
|
|
9185
|
-
*
|
|
9185
|
+
* <p>弹性qps最大值</p>
|
|
9186
9186
|
*/
|
|
9187
9187
|
ElasticBillingMax?: number;
|
|
9188
9188
|
/**
|
|
9189
|
-
*
|
|
9189
|
+
* <p>业务扩展包最大qps</p>
|
|
9190
9190
|
*/
|
|
9191
9191
|
QPSExtendMax?: number;
|
|
9192
9192
|
/**
|
|
9193
|
-
*
|
|
9193
|
+
* <p>境外业务扩展包最大qps</p>
|
|
9194
9194
|
*/
|
|
9195
9195
|
QPSExtendIntlMax?: number;
|
|
9196
|
+
/**
|
|
9197
|
+
* <p>预付费/后付费QPS扩容比</p>
|
|
9198
|
+
*/
|
|
9199
|
+
ElasticPrepaidRatio?: number;
|
|
9196
9200
|
}
|
|
9197
9201
|
/**
|
|
9198
9202
|
* ModifyCustomRule返回参数结构体
|