tencentcloud-sdk-nodejs-igtm 4.1.79 → 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.79",
3
+ "version": "4.1.81",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4,22 +4,18 @@
4
4
  export interface AddressPool {
5
5
  /**
6
6
  * 地址池 id
7
- 注意:此字段可能返回 null,表示取不到有效值。
8
7
  */
9
8
  PoolId?: number;
10
9
  /**
11
10
  * 地址池名
12
- 注意:此字段可能返回 null,表示取不到有效值。
13
11
  */
14
12
  PoolName?: string;
15
13
  /**
16
14
  * 地址池地址类型:IPV4、IPV6、DOMAIN
17
- 注意:此字段可能返回 null,表示取不到有效值。
18
15
  */
19
16
  AddrType?: string;
20
17
  /**
21
18
  * 流量策略: WEIGHT负载均衡,ALL解析全部
22
- 注意:此字段可能返回 null,表示取不到有效值。
23
19
  */
24
20
  TrafficStrategy?: string;
25
21
  /**
@@ -29,22 +25,18 @@ export interface AddressPool {
29
25
  MonitorId?: number;
30
26
  /**
31
27
  * OK正常,DOWN故障,WARN风险,UNKNOWN未知
32
- 注意:此字段可能返回 null,表示取不到有效值。
33
28
  */
34
29
  Status?: string;
35
30
  /**
36
31
  * 地址数
37
- 注意:此字段可能返回 null,表示取不到有效值。
38
32
  */
39
33
  AddressNum?: number;
40
34
  /**
41
35
  * 探点数
42
- 注意:此字段可能返回 null,表示取不到有效值。
43
36
  */
44
37
  MonitorGroupNum?: number;
45
38
  /**
46
39
  * 探测任务数
47
- 注意:此字段可能返回 null,表示取不到有效值。
48
40
  */
49
41
  MonitorTaskNum?: number;
50
42
  /**
@@ -59,12 +51,10 @@ export interface AddressPool {
59
51
  AddressSet?: Array<Address>;
60
52
  /**
61
53
  * 创建时间
62
- 注意:此字段可能返回 null,表示取不到有效值。
63
54
  */
64
55
  CreatedOn?: string;
65
56
  /**
66
57
  * 更新时间
67
- 注意:此字段可能返回 null,表示取不到有效值。
68
58
  */
69
59
  UpdatedOn?: string;
70
60
  }
@@ -108,7 +98,6 @@ export interface AddressPoolDetail {
108
98
  export interface DescribeMonitorsResponse {
109
99
  /**
110
100
  * 监控器列表
111
- 注意:此字段可能返回 null,表示取不到有效值。
112
101
  */
113
102
  MonitorDataSet?: Array<MonitorDetail>;
114
103
  /**
@@ -139,7 +128,6 @@ export interface DescribeDetectorsResponse {
139
128
  export interface DeleteAddressPoolResponse {
140
129
  /**
141
130
  * 是否成功
142
- 注意:此字段可能返回 null,表示取不到有效值。
143
131
  */
144
132
  Msg?: string;
145
133
  /**
@@ -153,12 +141,10 @@ export interface DeleteAddressPoolResponse {
153
141
  export interface Strategy {
154
142
  /**
155
143
  * 实例id
156
- 注意:此字段可能返回 null,表示取不到有效值。
157
144
  */
158
145
  InstanceId: string;
159
146
  /**
160
147
  * 策略名
161
- 注意:此字段可能返回 null,表示取不到有效值。
162
148
  */
163
149
  Name: string;
164
150
  /**
@@ -168,12 +154,10 @@ export interface Strategy {
168
154
  Source: Array<Source>;
169
155
  /**
170
156
  * 策略id
171
- 注意:此字段可能返回 null,表示取不到有效值。
172
157
  */
173
158
  StrategyId?: number;
174
159
  /**
175
160
  * 健康状态:ok健康、warn风险、down故障
176
- 注意:此字段可能返回 null,表示取不到有效值。
177
161
  */
178
162
  Status?: string;
179
163
  /**
@@ -188,42 +172,34 @@ export interface Strategy {
188
172
  ActivateLevel?: number;
189
173
  /**
190
174
  * 当前生效地址池集合类型:main主力;fallback兜底
191
- 注意:此字段可能返回 null,表示取不到有效值。
192
175
  */
193
176
  ActivePoolType?: string;
194
177
  /**
195
178
  * 当前生效地址池流量策略:all解析所有;weight负载均衡
196
- 注意:此字段可能返回 null,表示取不到有效值。
197
179
  */
198
180
  ActiveTrafficStrategy?: string;
199
181
  /**
200
182
  * 监控器数量
201
- 注意:此字段可能返回 null,表示取不到有效值。
202
183
  */
203
184
  MonitorNum?: number;
204
185
  /**
205
186
  * 是否开启:ENABLED开启;DISABLED关闭
206
- 注意:此字段可能返回 null,表示取不到有效值。
207
187
  */
208
188
  IsEnabled?: string;
209
189
  /**
210
190
  * 是否保留线路:enabled保留,disabled不保留,只保留默认线路
211
- 注意:此字段可能返回 null,表示取不到有效值。
212
191
  */
213
192
  KeepDomainRecords?: string;
214
193
  /**
215
194
  * 调度模式:AUTO默认;PAUSE仅暂停不切换
216
- 注意:此字段可能返回 null,表示取不到有效值。
217
195
  */
218
196
  SwitchPoolType?: string;
219
197
  /**
220
198
  * 创建时间
221
- 注意:此字段可能返回 null,表示取不到有效值。
222
199
  */
223
200
  CreatedOn?: string;
224
201
  /**
225
202
  * 更新时间
226
- 注意:此字段可能返回 null,表示取不到有效值。
227
203
  */
228
204
  UpdatedOn?: string;
229
205
  }
@@ -233,7 +209,6 @@ export interface Strategy {
233
209
  export interface CreateStrategyResponse {
234
210
  /**
235
211
  * 新增策略id
236
- 注意:此字段可能返回 null,表示取不到有效值。
237
212
  */
238
213
  StrategyId?: number;
239
214
  /**
@@ -308,7 +283,6 @@ export interface DescribeAddressPoolListRequest {
308
283
  export interface ModifyStrategyResponse {
309
284
  /**
310
285
  * 是否成功
311
- 注意:此字段可能返回 null,表示取不到有效值。
312
286
  */
313
287
  Msg?: string;
314
288
  /**
@@ -352,7 +326,6 @@ export interface Source {
352
326
  DnsLineId: number;
353
327
  /**
354
328
  * 解析请求来源线路名
355
- 注意:此字段可能返回 null,表示取不到有效值。
356
329
  */
357
330
  Name?: string;
358
331
  }
@@ -558,12 +531,10 @@ export interface DescribeDetectTaskPackageListResponse {
558
531
  export interface DescribeAddressPoolDetailResponse {
559
532
  /**
560
533
  * 资源组详情描述
561
- 注意:此字段可能返回 null,表示取不到有效值。
562
534
  */
563
535
  AddressPool?: AddressPoolDetail;
564
536
  /**
565
537
  * 资源组中的资源列表
566
- 注意:此字段可能返回 null,表示取不到有效值。
567
538
  */
568
539
  AddressSet?: Array<Address>;
569
540
  /**
@@ -591,17 +562,14 @@ export interface MainAddressPool {
591
562
  AddressPools: Array<MainPoolWeight>;
592
563
  /**
593
564
  * 地址池集合id
594
- 注意:此字段可能返回 null,表示取不到有效值。
595
565
  */
596
566
  MainAddressPoolId?: number;
597
567
  /**
598
568
  * 切换阀值,不能大于主力集合内地址总数
599
- 注意:此字段可能返回 null,表示取不到有效值。
600
569
  */
601
570
  MinSurviveNum?: number;
602
571
  /**
603
572
  * 切换策略:ALL解析所有地址;WEIGHT:负载均衡。当为ALL时,解析地址的权重值为1;当为WEIGHT时;权重为地址池权重*地址权重
604
- 注意:此字段可能返回 null,表示取不到有效值。
605
573
  */
606
574
  TrafficStrategy?: string;
607
575
  }
@@ -611,57 +579,46 @@ export interface MainAddressPool {
611
579
  export interface Quota {
612
580
  /**
613
581
  * 探测任务配额
614
- 注意:此字段可能返回 null,表示取不到有效值。
615
582
  */
616
583
  TaskQuota?: number;
617
584
  /**
618
585
  * 地址池配额
619
- 注意:此字段可能返回 null,表示取不到有效值。
620
586
  */
621
587
  PoolQuota?: number;
622
588
  /**
623
589
  * 地址配额
624
- 注意:此字段可能返回 null,表示取不到有效值。
625
590
  */
626
591
  AddressQuota?: number;
627
592
  /**
628
593
  * 探点资源数
629
- 注意:此字段可能返回 null,表示取不到有效值。
630
594
  */
631
595
  MonitorQuota?: number;
632
596
  /**
633
597
  * 消息资源数
634
- 注意:此字段可能返回 null,表示取不到有效值。
635
598
  */
636
599
  MessageQuota?: number;
637
600
  /**
638
601
  * 已使用探测任务数
639
- 注意:此字段可能返回 null,表示取不到有效值。
640
602
  */
641
603
  UsedTaskQuota?: number;
642
604
  /**
643
605
  * 已使用体验实例数
644
- 注意:此字段可能返回 null,表示取不到有效值。
645
606
  */
646
607
  UsedFreeInstanceNum?: number;
647
608
  /**
648
609
  * 已使用付费实例
649
- 注意:此字段可能返回 null,表示取不到有效值。
650
610
  */
651
611
  UsedBillInstanceNum?: number;
652
612
  /**
653
613
  * 体验套餐总数
654
- 注意:此字段可能返回 null,表示取不到有效值。
655
614
  */
656
615
  FreePackageNum?: number;
657
616
  /**
658
617
  * 已使用付费套餐数
659
- 注意:此字段可能返回 null,表示取不到有效值。
660
618
  */
661
619
  UsedBillPackageNum?: number;
662
620
  /**
663
621
  * 付费套餐总数
664
- 注意:此字段可能返回 null,表示取不到有效值。
665
622
  */
666
623
  BillPackageNum?: number;
667
624
  }
@@ -1057,12 +1014,10 @@ export interface DescribeDetectTaskPackageListRequest {
1057
1014
  export interface DescribeStrategyListResponse {
1058
1015
  /**
1059
1016
  * 策略列表
1060
- 注意:此字段可能返回 null,表示取不到有效值。
1061
1017
  */
1062
1018
  StrategySet?: Array<Strategy>;
1063
1019
  /**
1064
1020
  * 总数
1065
- 注意:此字段可能返回 null,表示取不到有效值。
1066
1021
  */
1067
1022
  TotalCount?: number;
1068
1023
  /**
@@ -1135,7 +1090,6 @@ export interface DescribeInstanceDetailResponse {
1135
1090
  export interface DescribeMonitorDetailResponse {
1136
1091
  /**
1137
1092
  * 探测规则
1138
- 注意:此字段可能返回 null,表示取不到有效值。
1139
1093
  */
1140
1094
  MonitorDetail?: MonitorDetail;
1141
1095
  /**
@@ -1287,7 +1241,6 @@ export interface MainPoolWeight {
1287
1241
  export interface ModifyAddressPoolResponse {
1288
1242
  /**
1289
1243
  * 是否修改成功
1290
- 注意:此字段可能返回 null,表示取不到有效值。
1291
1244
  */
1292
1245
  Msg?: string;
1293
1246
  /**
@@ -1361,7 +1314,6 @@ export interface DescribeMonitorsRequest {
1361
1314
  export interface ModifyMonitorResponse {
1362
1315
  /**
1363
1316
  * success 为修改成功
1364
- 注意:此字段可能返回 null,表示取不到有效值。
1365
1317
  */
1366
1318
  Msg?: string;
1367
1319
  /**
@@ -1454,7 +1406,7 @@ export interface DescribeDetectPackageDetailResponse {
1454
1406
  */
1455
1407
  Status?: string;
1456
1408
  /**
1457
- * 是否自动续费01是
1409
+ * 是否自动续费:01是
1458
1410
  */
1459
1411
  AutoRenewFlag?: number;
1460
1412
  /**
@@ -1575,12 +1527,10 @@ export interface MonitorDetail {
1575
1527
  export interface DescribeAddressPoolListResponse {
1576
1528
  /**
1577
1529
  * 资源组列表
1578
- 注意:此字段可能返回 null,表示取不到有效值。
1579
1530
  */
1580
1531
  AddressPoolSet?: Array<AddressPool>;
1581
1532
  /**
1582
1533
  * 总数
1583
- 注意:此字段可能返回 null,表示取不到有效值。
1584
1534
  */
1585
1535
  TotalCount?: number;
1586
1536
  /**
@@ -1594,7 +1544,6 @@ export interface DescribeAddressPoolListResponse {
1594
1544
  export interface CreateMonitorResponse {
1595
1545
  /**
1596
1546
  * 监控器id
1597
- 注意:此字段可能返回 null,表示取不到有效值。
1598
1547
  */
1599
1548
  MonitorId?: number;
1600
1549
  /**
@@ -1692,7 +1641,6 @@ export interface InstancePackage {
1692
1641
  export interface DeleteStrategyResponse {
1693
1642
  /**
1694
1643
  * 是否成功
1695
- 注意:此字段可能返回 null,表示取不到有效值。
1696
1644
  */
1697
1645
  Msg?: string;
1698
1646
  /**
@@ -1713,7 +1661,7 @@ export interface ModifyAddressPoolRequest {
1713
1661
  */
1714
1662
  PoolName?: string;
1715
1663
  /**
1716
- * 流量策略: WEIGHT负载均衡,ALl解析全部
1664
+ * 流量策略: WEIGHT负载均衡,ALL解析全部
1717
1665
  */
1718
1666
  TrafficStrategy?: string;
1719
1667
  /**
@@ -1764,17 +1712,14 @@ export interface InstanceConfig {
1764
1712
  export interface StrategyDetail {
1765
1713
  /**
1766
1714
  * 实例id
1767
- 注意:此字段可能返回 null,表示取不到有效值。
1768
1715
  */
1769
1716
  InstanceId: string;
1770
1717
  /**
1771
1718
  * 策略id
1772
- 注意:此字段可能返回 null,表示取不到有效值。
1773
1719
  */
1774
1720
  StrategyId: number;
1775
1721
  /**
1776
1722
  * 策略名
1777
- 注意:此字段可能返回 null,表示取不到有效值。
1778
1723
  */
1779
1724
  Name: string;
1780
1725
  /**
@@ -1794,7 +1739,6 @@ export interface StrategyDetail {
1794
1739
  FallbackAddressPoolSet: Array<MainAddressPool>;
1795
1740
  /**
1796
1741
  * 是否保留线路:enabled保留,disabled不保留,只保留默认线路
1797
- 注意:此字段可能返回 null,表示取不到有效值。
1798
1742
  */
1799
1743
  KeepDomainRecords?: string;
1800
1744
  /**
@@ -1804,17 +1748,14 @@ export interface StrategyDetail {
1804
1748
  ActivateMainPoolId?: number;
1805
1749
  /**
1806
1750
  * 创建时间
1807
- 注意:此字段可能返回 null,表示取不到有效值。
1808
1751
  */
1809
1752
  CreatedOn?: string;
1810
1753
  /**
1811
1754
  * 更新时间
1812
- 注意:此字段可能返回 null,表示取不到有效值。
1813
1755
  */
1814
1756
  UpdatedOn?: string;
1815
1757
  /**
1816
1758
  * 调度模式:AUTO默认;PAUSE仅暂停不切换
1817
- 注意:此字段可能返回 null,表示取不到有效值。
1818
1759
  */
1819
1760
  SwitchPoolType?: string;
1820
1761
  }
@@ -1824,7 +1765,6 @@ export interface StrategyDetail {
1824
1765
  export interface DescribeQuotasResponse {
1825
1766
  /**
1826
1767
  * 配额id
1827
- 注意:此字段可能返回 null,表示取不到有效值。
1828
1768
  */
1829
1769
  Quotas?: Quota;
1830
1770
  /**
@@ -1847,7 +1787,6 @@ export interface ModifyInstanceConfigRequest {
1847
1787
  export interface DescribeAddressLocationResponse {
1848
1788
  /**
1849
1789
  * 所属地域
1850
- 注意:此字段可能返回 null,表示取不到有效值。
1851
1790
  */
1852
1791
  AddressLocation?: Array<AddressLocation>;
1853
1792
  /**
@@ -1861,17 +1800,14 @@ export interface DescribeAddressLocationResponse {
1861
1800
  export interface DescribeInstanceListResponse {
1862
1801
  /**
1863
1802
  * 实例列表
1864
- 注意:此字段可能返回 null,表示取不到有效值。
1865
1803
  */
1866
1804
  InstanceSet?: Array<Instance>;
1867
1805
  /**
1868
1806
  * 列表总数
1869
- 注意:此字段可能返回 null,表示取不到有效值。
1870
1807
  */
1871
1808
  TotalCount?: number;
1872
1809
  /**
1873
1810
  * 是否支持系统域名接入:true支持;false不支持
1874
- 注意:此字段可能返回 null,表示取不到有效值。
1875
1811
  */
1876
1812
  SystemAccessEnabled?: boolean;
1877
1813
  /**
@@ -1906,7 +1842,6 @@ export interface ResourceFilter {
1906
1842
  export interface DeleteMonitorResponse {
1907
1843
  /**
1908
1844
  * 成功返回
1909
- 注意:此字段可能返回 null,表示取不到有效值。
1910
1845
  */
1911
1846
  Msg?: string;
1912
1847
  /**