tencentcloud-sdk-nodejs-tione 4.1.61 → 4.1.65

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-tione",
3
- "version": "4.1.61",
3
+ "version": "4.1.65",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6030,6 +6030,10 @@ export interface Pod {
6030
6030
  * 实例状态的补充信息
6031
6031
  */
6032
6032
  Message?: string;
6033
+ /**
6034
+ * 当前实例所在的节点 IP
6035
+ */
6036
+ NodeIP?: string;
6033
6037
  }
6034
6038
  /**
6035
6039
  * DescribeEvents请求参数结构体