tencentcloud-sdk-nodejs-igtm 4.1.80 → 4.1.81

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.80",
3
+ "version": "4.1.81",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -98,7 +98,6 @@ export interface AddressPoolDetail {
98
98
  export interface DescribeMonitorsResponse {
99
99
  /**
100
100
  * 监控器列表
101
- 注意:此字段可能返回 null,表示取不到有效值。
102
101
  */
103
102
  MonitorDataSet?: Array<MonitorDetail>;
104
103
  /**
@@ -129,7 +128,6 @@ export interface DescribeDetectorsResponse {
129
128
  export interface DeleteAddressPoolResponse {
130
129
  /**
131
130
  * 是否成功
132
- 注意:此字段可能返回 null,表示取不到有效值。
133
131
  */
134
132
  Msg?: string;
135
133
  /**
@@ -211,7 +209,6 @@ export interface Strategy {
211
209
  export interface CreateStrategyResponse {
212
210
  /**
213
211
  * 新增策略id
214
- 注意:此字段可能返回 null,表示取不到有效值。
215
212
  */
216
213
  StrategyId?: number;
217
214
  /**
@@ -286,7 +283,6 @@ export interface DescribeAddressPoolListRequest {
286
283
  export interface ModifyStrategyResponse {
287
284
  /**
288
285
  * 是否成功
289
- 注意:此字段可能返回 null,表示取不到有效值。
290
286
  */
291
287
  Msg?: string;
292
288
  /**
@@ -535,12 +531,10 @@ export interface DescribeDetectTaskPackageListResponse {
535
531
  export interface DescribeAddressPoolDetailResponse {
536
532
  /**
537
533
  * 资源组详情描述
538
- 注意:此字段可能返回 null,表示取不到有效值。
539
534
  */
540
535
  AddressPool?: AddressPoolDetail;
541
536
  /**
542
537
  * 资源组中的资源列表
543
- 注意:此字段可能返回 null,表示取不到有效值。
544
538
  */
545
539
  AddressSet?: Array<Address>;
546
540
  /**
@@ -1020,12 +1014,10 @@ export interface DescribeDetectTaskPackageListRequest {
1020
1014
  export interface DescribeStrategyListResponse {
1021
1015
  /**
1022
1016
  * 策略列表
1023
- 注意:此字段可能返回 null,表示取不到有效值。
1024
1017
  */
1025
1018
  StrategySet?: Array<Strategy>;
1026
1019
  /**
1027
1020
  * 总数
1028
- 注意:此字段可能返回 null,表示取不到有效值。
1029
1021
  */
1030
1022
  TotalCount?: number;
1031
1023
  /**
@@ -1249,7 +1241,6 @@ export interface MainPoolWeight {
1249
1241
  export interface ModifyAddressPoolResponse {
1250
1242
  /**
1251
1243
  * 是否修改成功
1252
- 注意:此字段可能返回 null,表示取不到有效值。
1253
1244
  */
1254
1245
  Msg?: string;
1255
1246
  /**
@@ -1323,7 +1314,6 @@ export interface DescribeMonitorsRequest {
1323
1314
  export interface ModifyMonitorResponse {
1324
1315
  /**
1325
1316
  * success 为修改成功
1326
- 注意:此字段可能返回 null,表示取不到有效值。
1327
1317
  */
1328
1318
  Msg?: string;
1329
1319
  /**
@@ -1537,12 +1527,10 @@ export interface MonitorDetail {
1537
1527
  export interface DescribeAddressPoolListResponse {
1538
1528
  /**
1539
1529
  * 资源组列表
1540
- 注意:此字段可能返回 null,表示取不到有效值。
1541
1530
  */
1542
1531
  AddressPoolSet?: Array<AddressPool>;
1543
1532
  /**
1544
1533
  * 总数
1545
- 注意:此字段可能返回 null,表示取不到有效值。
1546
1534
  */
1547
1535
  TotalCount?: number;
1548
1536
  /**
@@ -1556,7 +1544,6 @@ export interface DescribeAddressPoolListResponse {
1556
1544
  export interface CreateMonitorResponse {
1557
1545
  /**
1558
1546
  * 监控器id
1559
- 注意:此字段可能返回 null,表示取不到有效值。
1560
1547
  */
1561
1548
  MonitorId?: number;
1562
1549
  /**
@@ -1654,7 +1641,6 @@ export interface InstancePackage {
1654
1641
  export interface DeleteStrategyResponse {
1655
1642
  /**
1656
1643
  * 是否成功
1657
- 注意:此字段可能返回 null,表示取不到有效值。
1658
1644
  */
1659
1645
  Msg?: string;
1660
1646
  /**
@@ -1675,7 +1661,7 @@ export interface ModifyAddressPoolRequest {
1675
1661
  */
1676
1662
  PoolName?: string;
1677
1663
  /**
1678
- * 流量策略: WEIGHT负载均衡,ALl解析全部
1664
+ * 流量策略: WEIGHT负载均衡,ALL解析全部
1679
1665
  */
1680
1666
  TrafficStrategy?: string;
1681
1667
  /**
@@ -1801,7 +1787,6 @@ export interface ModifyInstanceConfigRequest {
1801
1787
  export interface DescribeAddressLocationResponse {
1802
1788
  /**
1803
1789
  * 所属地域
1804
- 注意:此字段可能返回 null,表示取不到有效值。
1805
1790
  */
1806
1791
  AddressLocation?: Array<AddressLocation>;
1807
1792
  /**
@@ -1815,17 +1800,14 @@ export interface DescribeAddressLocationResponse {
1815
1800
  export interface DescribeInstanceListResponse {
1816
1801
  /**
1817
1802
  * 实例列表
1818
- 注意:此字段可能返回 null,表示取不到有效值。
1819
1803
  */
1820
1804
  InstanceSet?: Array<Instance>;
1821
1805
  /**
1822
1806
  * 列表总数
1823
- 注意:此字段可能返回 null,表示取不到有效值。
1824
1807
  */
1825
1808
  TotalCount?: number;
1826
1809
  /**
1827
1810
  * 是否支持系统域名接入:true支持;false不支持
1828
- 注意:此字段可能返回 null,表示取不到有效值。
1829
1811
  */
1830
1812
  SystemAccessEnabled?: boolean;
1831
1813
  /**
@@ -1860,7 +1842,6 @@ export interface ResourceFilter {
1860
1842
  export interface DeleteMonitorResponse {
1861
1843
  /**
1862
1844
  * 成功返回
1863
- 注意:此字段可能返回 null,表示取不到有效值。
1864
1845
  */
1865
1846
  Msg?: string;
1866
1847
  /**