tencentcloud-sdk-nodejs-tke 4.1.163 → 4.1.165
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
|
@@ -6160,6 +6160,10 @@ export interface SuperNodeResource {
|
|
|
6160
6160
|
* 置放群组 ID,QuotaType为 exact 时有效,表示购买的精确配额需满足置放群组。可通过 [DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/product/213/17810) 接口返回值中的DisasterRecoverGroupId获取。
|
|
6161
6161
|
*/
|
|
6162
6162
|
DisasterRecoverGroupId?: string;
|
|
6163
|
+
/**
|
|
6164
|
+
* 定价类型
|
|
6165
|
+
*/
|
|
6166
|
+
PriceType?: string;
|
|
6163
6167
|
}
|
|
6164
6168
|
/**
|
|
6165
6169
|
* 节点升级过程中集群当前状态
|