tencentcloud-sdk-nodejs-tcss 4.1.178 → 4.1.179

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tcss",
3
- "version": "4.1.178",
3
+ "version": "4.1.179",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2201,6 +2201,23 @@ export interface AssetClusterListItem {
2201
2201
  * cpu
2202
2202
  */
2203
2203
  CpuLimit?: number;
2204
+ /**
2205
+ * 集群审计开关状态:
2206
+ 已关闭Closed/关闭中Closing/关闭失败CloseFailed/已开启Opened/开启中Opening/开启失败OpenFailed
2207
+ */
2208
+ ClusterAuditStatus?: string;
2209
+ /**
2210
+ * 接入状态:
2211
+ 未接入: AccessedNone
2212
+ 已防护: AccessedDefended
2213
+ 未防护: AccessedInstalled
2214
+ 部分防护: AccessedPartialDefence
2215
+ 接入异常: AccessedException
2216
+ 卸载异常: AccessedUninstallException
2217
+ 接入中: AccessedInstalling
2218
+ 卸载中: AccessedUninstalling
2219
+ */
2220
+ AccessedStatus?: string;
2204
2221
  }
2205
2222
  /**
2206
2223
  * 网络集群策略返回的结构体