tencentcloud-sdk-nodejs-igtm 4.1.79 → 4.1.80

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.80",
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
  }
@@ -153,12 +143,10 @@ export interface DeleteAddressPoolResponse {
153
143
  export interface Strategy {
154
144
  /**
155
145
  * 实例id
156
- 注意:此字段可能返回 null,表示取不到有效值。
157
146
  */
158
147
  InstanceId: string;
159
148
  /**
160
149
  * 策略名
161
- 注意:此字段可能返回 null,表示取不到有效值。
162
150
  */
163
151
  Name: string;
164
152
  /**
@@ -168,12 +156,10 @@ export interface Strategy {
168
156
  Source: Array<Source>;
169
157
  /**
170
158
  * 策略id
171
- 注意:此字段可能返回 null,表示取不到有效值。
172
159
  */
173
160
  StrategyId?: number;
174
161
  /**
175
162
  * 健康状态:ok健康、warn风险、down故障
176
- 注意:此字段可能返回 null,表示取不到有效值。
177
163
  */
178
164
  Status?: string;
179
165
  /**
@@ -188,42 +174,34 @@ export interface Strategy {
188
174
  ActivateLevel?: number;
189
175
  /**
190
176
  * 当前生效地址池集合类型:main主力;fallback兜底
191
- 注意:此字段可能返回 null,表示取不到有效值。
192
177
  */
193
178
  ActivePoolType?: string;
194
179
  /**
195
180
  * 当前生效地址池流量策略:all解析所有;weight负载均衡
196
- 注意:此字段可能返回 null,表示取不到有效值。
197
181
  */
198
182
  ActiveTrafficStrategy?: string;
199
183
  /**
200
184
  * 监控器数量
201
- 注意:此字段可能返回 null,表示取不到有效值。
202
185
  */
203
186
  MonitorNum?: number;
204
187
  /**
205
188
  * 是否开启:ENABLED开启;DISABLED关闭
206
- 注意:此字段可能返回 null,表示取不到有效值。
207
189
  */
208
190
  IsEnabled?: string;
209
191
  /**
210
192
  * 是否保留线路:enabled保留,disabled不保留,只保留默认线路
211
- 注意:此字段可能返回 null,表示取不到有效值。
212
193
  */
213
194
  KeepDomainRecords?: string;
214
195
  /**
215
196
  * 调度模式:AUTO默认;PAUSE仅暂停不切换
216
- 注意:此字段可能返回 null,表示取不到有效值。
217
197
  */
218
198
  SwitchPoolType?: string;
219
199
  /**
220
200
  * 创建时间
221
- 注意:此字段可能返回 null,表示取不到有效值。
222
201
  */
223
202
  CreatedOn?: string;
224
203
  /**
225
204
  * 更新时间
226
- 注意:此字段可能返回 null,表示取不到有效值。
227
205
  */
228
206
  UpdatedOn?: string;
229
207
  }
@@ -352,7 +330,6 @@ export interface Source {
352
330
  DnsLineId: number;
353
331
  /**
354
332
  * 解析请求来源线路名
355
- 注意:此字段可能返回 null,表示取不到有效值。
356
333
  */
357
334
  Name?: string;
358
335
  }
@@ -591,17 +568,14 @@ export interface MainAddressPool {
591
568
  AddressPools: Array<MainPoolWeight>;
592
569
  /**
593
570
  * 地址池集合id
594
- 注意:此字段可能返回 null,表示取不到有效值。
595
571
  */
596
572
  MainAddressPoolId?: number;
597
573
  /**
598
574
  * 切换阀值,不能大于主力集合内地址总数
599
- 注意:此字段可能返回 null,表示取不到有效值。
600
575
  */
601
576
  MinSurviveNum?: number;
602
577
  /**
603
578
  * 切换策略:ALL解析所有地址;WEIGHT:负载均衡。当为ALL时,解析地址的权重值为1;当为WEIGHT时;权重为地址池权重*地址权重
604
- 注意:此字段可能返回 null,表示取不到有效值。
605
579
  */
606
580
  TrafficStrategy?: string;
607
581
  }
@@ -611,57 +585,46 @@ export interface MainAddressPool {
611
585
  export interface Quota {
612
586
  /**
613
587
  * 探测任务配额
614
- 注意:此字段可能返回 null,表示取不到有效值。
615
588
  */
616
589
  TaskQuota?: number;
617
590
  /**
618
591
  * 地址池配额
619
- 注意:此字段可能返回 null,表示取不到有效值。
620
592
  */
621
593
  PoolQuota?: number;
622
594
  /**
623
595
  * 地址配额
624
- 注意:此字段可能返回 null,表示取不到有效值。
625
596
  */
626
597
  AddressQuota?: number;
627
598
  /**
628
599
  * 探点资源数
629
- 注意:此字段可能返回 null,表示取不到有效值。
630
600
  */
631
601
  MonitorQuota?: number;
632
602
  /**
633
603
  * 消息资源数
634
- 注意:此字段可能返回 null,表示取不到有效值。
635
604
  */
636
605
  MessageQuota?: number;
637
606
  /**
638
607
  * 已使用探测任务数
639
- 注意:此字段可能返回 null,表示取不到有效值。
640
608
  */
641
609
  UsedTaskQuota?: number;
642
610
  /**
643
611
  * 已使用体验实例数
644
- 注意:此字段可能返回 null,表示取不到有效值。
645
612
  */
646
613
  UsedFreeInstanceNum?: number;
647
614
  /**
648
615
  * 已使用付费实例
649
- 注意:此字段可能返回 null,表示取不到有效值。
650
616
  */
651
617
  UsedBillInstanceNum?: number;
652
618
  /**
653
619
  * 体验套餐总数
654
- 注意:此字段可能返回 null,表示取不到有效值。
655
620
  */
656
621
  FreePackageNum?: number;
657
622
  /**
658
623
  * 已使用付费套餐数
659
- 注意:此字段可能返回 null,表示取不到有效值。
660
624
  */
661
625
  UsedBillPackageNum?: number;
662
626
  /**
663
627
  * 付费套餐总数
664
- 注意:此字段可能返回 null,表示取不到有效值。
665
628
  */
666
629
  BillPackageNum?: number;
667
630
  }
@@ -1135,7 +1098,6 @@ export interface DescribeInstanceDetailResponse {
1135
1098
  export interface DescribeMonitorDetailResponse {
1136
1099
  /**
1137
1100
  * 探测规则
1138
- 注意:此字段可能返回 null,表示取不到有效值。
1139
1101
  */
1140
1102
  MonitorDetail?: MonitorDetail;
1141
1103
  /**
@@ -1454,7 +1416,7 @@ export interface DescribeDetectPackageDetailResponse {
1454
1416
  */
1455
1417
  Status?: string;
1456
1418
  /**
1457
- * 是否自动续费01是
1419
+ * 是否自动续费:01是
1458
1420
  */
1459
1421
  AutoRenewFlag?: number;
1460
1422
  /**
@@ -1764,17 +1726,14 @@ export interface InstanceConfig {
1764
1726
  export interface StrategyDetail {
1765
1727
  /**
1766
1728
  * 实例id
1767
- 注意:此字段可能返回 null,表示取不到有效值。
1768
1729
  */
1769
1730
  InstanceId: string;
1770
1731
  /**
1771
1732
  * 策略id
1772
- 注意:此字段可能返回 null,表示取不到有效值。
1773
1733
  */
1774
1734
  StrategyId: number;
1775
1735
  /**
1776
1736
  * 策略名
1777
- 注意:此字段可能返回 null,表示取不到有效值。
1778
1737
  */
1779
1738
  Name: string;
1780
1739
  /**
@@ -1794,7 +1753,6 @@ export interface StrategyDetail {
1794
1753
  FallbackAddressPoolSet: Array<MainAddressPool>;
1795
1754
  /**
1796
1755
  * 是否保留线路:enabled保留,disabled不保留,只保留默认线路
1797
- 注意:此字段可能返回 null,表示取不到有效值。
1798
1756
  */
1799
1757
  KeepDomainRecords?: string;
1800
1758
  /**
@@ -1804,17 +1762,14 @@ export interface StrategyDetail {
1804
1762
  ActivateMainPoolId?: number;
1805
1763
  /**
1806
1764
  * 创建时间
1807
- 注意:此字段可能返回 null,表示取不到有效值。
1808
1765
  */
1809
1766
  CreatedOn?: string;
1810
1767
  /**
1811
1768
  * 更新时间
1812
- 注意:此字段可能返回 null,表示取不到有效值。
1813
1769
  */
1814
1770
  UpdatedOn?: string;
1815
1771
  /**
1816
1772
  * 调度模式:AUTO默认;PAUSE仅暂停不切换
1817
- 注意:此字段可能返回 null,表示取不到有效值。
1818
1773
  */
1819
1774
  SwitchPoolType?: string;
1820
1775
  }
@@ -1824,7 +1779,6 @@ export interface StrategyDetail {
1824
1779
  export interface DescribeQuotasResponse {
1825
1780
  /**
1826
1781
  * 配额id
1827
- 注意:此字段可能返回 null,表示取不到有效值。
1828
1782
  */
1829
1783
  Quotas?: Quota;
1830
1784
  /**