tencentcloud-sdk-nodejs-igtm 4.1.84 → 4.1.116

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-igtm",
3
- "version": "4.1.84",
3
+ "version": "4.1.116",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1665,11 +1665,11 @@ export interface ModifyAddressPoolRequest {
1665
1665
  */
1666
1666
  TrafficStrategy?: string;
1667
1667
  /**
1668
- * 监控器id
1668
+ * 监控器id,当监控器已关联策略时,此字段必传
1669
1669
  */
1670
1670
  MonitorId?: number;
1671
1671
  /**
1672
- * 地址列表
1672
+ * 地址列表,全量更新逻辑,对于存量不需要修改的地址信息也需要带上(其中参数里的AddressId需传入正确的值),否则会被删除。
1673
1673
  */
1674
1674
  AddressSet?: Array<Address>;
1675
1675
  }