tencentcloud-sdk-igtm 3.0.1103 → 3.0.1104
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20231024/models.rb +1 -47
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6450ba32d8054e35c9d36ccc8a650e708298f3bb
|
4
|
+
data.tar.gz: 83e52d720b46a9b06bfaa0f4e809842e3292d2bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 669c3199ba0472a1b0ba7d8f93b5304f37a48bf3f725f2008693327edd37101fa22f577cd5e1bc992793e77a0ce96cc62ceadede1d1827b977c15e8006a32dd2
|
7
|
+
data.tar.gz: de58f3192e46afeacbd667b84303e89c9144ff664f450b0471c21750f59bbfd78510738ed5d175fb090d2676667a202907a6a145a0af0d255ea5f121791dba13
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1104
|
data/lib/v20231024/models.rb
CHANGED
@@ -86,31 +86,23 @@ module TencentCloud
|
|
86
86
|
# 地址池
|
87
87
|
class AddressPool < TencentCloud::Common::AbstractModel
|
88
88
|
# @param PoolId: 地址池 id
|
89
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
90
89
|
# @type PoolId: Integer
|
91
90
|
# @param PoolName: 地址池名
|
92
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
93
91
|
# @type PoolName: String
|
94
92
|
# @param AddrType: 地址池地址类型:IPV4、IPV6、DOMAIN
|
95
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
96
93
|
# @type AddrType: String
|
97
94
|
# @param TrafficStrategy: 流量策略: WEIGHT负载均衡,ALL解析全部
|
98
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
99
95
|
# @type TrafficStrategy: String
|
100
96
|
# @param MonitorId: 监控器id
|
101
97
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
102
98
|
# @type MonitorId: Integer
|
103
99
|
# @param Status: OK正常,DOWN故障,WARN风险,UNKNOWN未知
|
104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
105
100
|
# @type Status: String
|
106
101
|
# @param AddressNum: 地址数
|
107
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
108
102
|
# @type AddressNum: Integer
|
109
103
|
# @param MonitorGroupNum: 探点数
|
110
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
111
104
|
# @type MonitorGroupNum: Integer
|
112
105
|
# @param MonitorTaskNum: 探测任务数
|
113
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
114
106
|
# @type MonitorTaskNum: Integer
|
115
107
|
# @param InstanceInfo: 实例相关信息
|
116
108
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -119,10 +111,8 @@ module TencentCloud
|
|
119
111
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
120
112
|
# @type AddressSet: Array
|
121
113
|
# @param CreatedOn: 创建时间
|
122
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
123
114
|
# @type CreatedOn: String
|
124
115
|
# @param UpdatedOn: 更新时间
|
125
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
126
116
|
# @type UpdatedOn: String
|
127
117
|
|
128
118
|
attr_accessor :PoolId, :PoolName, :AddrType, :TrafficStrategy, :MonitorId, :Status, :AddressNum, :MonitorGroupNum, :MonitorTaskNum, :InstanceInfo, :AddressSet, :CreatedOn, :UpdatedOn
|
@@ -848,7 +838,7 @@ module TencentCloud
|
|
848
838
|
# @type IsExpire: Integer
|
849
839
|
# @param Status: 状态 ENABLED: 正常 ISOLATED: 隔离 DESTROYED:销毁 REFUNDED:已退款
|
850
840
|
# @type Status: String
|
851
|
-
# @param AutoRenewFlag:
|
841
|
+
# @param AutoRenewFlag: 是否自动续费:0否1是
|
852
842
|
# @type AutoRenewFlag: Integer
|
853
843
|
# @param Remark: 备注
|
854
844
|
# @type Remark: String
|
@@ -1222,7 +1212,6 @@ module TencentCloud
|
|
1222
1212
|
# DescribeMonitorDetail返回参数结构体
|
1223
1213
|
class DescribeMonitorDetailResponse < TencentCloud::Common::AbstractModel
|
1224
1214
|
# @param MonitorDetail: 探测规则
|
1225
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1226
1215
|
# @type MonitorDetail: :class:`Tencentcloud::Igtm.v20231024.models.MonitorDetail`
|
1227
1216
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1228
1217
|
# @type RequestId: String
|
@@ -1318,7 +1307,6 @@ module TencentCloud
|
|
1318
1307
|
# DescribeQuotas返回参数结构体
|
1319
1308
|
class DescribeQuotasResponse < TencentCloud::Common::AbstractModel
|
1320
1309
|
# @param Quotas: 配额id
|
1321
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1322
1310
|
# @type Quotas: :class:`Tencentcloud::Igtm.v20231024.models.Quota`
|
1323
1311
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1324
1312
|
# @type RequestId: String
|
@@ -1945,13 +1933,10 @@ module TencentCloud
|
|
1945
1933
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1946
1934
|
# @type AddressPools: Array
|
1947
1935
|
# @param MainAddressPoolId: 地址池集合id
|
1948
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1949
1936
|
# @type MainAddressPoolId: Integer
|
1950
1937
|
# @param MinSurviveNum: 切换阀值,不能大于主力集合内地址总数
|
1951
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1952
1938
|
# @type MinSurviveNum: Integer
|
1953
1939
|
# @param TrafficStrategy: 切换策略:ALL解析所有地址;WEIGHT:负载均衡。当为ALL时,解析地址的权重值为1;当为WEIGHT时;权重为地址池权重*地址权重
|
1954
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1955
1940
|
# @type TrafficStrategy: String
|
1956
1941
|
|
1957
1942
|
attr_accessor :AddressPools, :MainAddressPoolId, :MinSurviveNum, :TrafficStrategy
|
@@ -2401,37 +2386,26 @@ module TencentCloud
|
|
2401
2386
|
# 配额
|
2402
2387
|
class Quota < TencentCloud::Common::AbstractModel
|
2403
2388
|
# @param TaskQuota: 探测任务配额
|
2404
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2405
2389
|
# @type TaskQuota: Integer
|
2406
2390
|
# @param PoolQuota: 地址池配额
|
2407
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2408
2391
|
# @type PoolQuota: Integer
|
2409
2392
|
# @param AddressQuota: 地址配额
|
2410
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2411
2393
|
# @type AddressQuota: Integer
|
2412
2394
|
# @param MonitorQuota: 探点资源数
|
2413
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2414
2395
|
# @type MonitorQuota: Integer
|
2415
2396
|
# @param MessageQuota: 消息资源数
|
2416
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2417
2397
|
# @type MessageQuota: Integer
|
2418
2398
|
# @param UsedTaskQuota: 已使用探测任务数
|
2419
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2420
2399
|
# @type UsedTaskQuota: Integer
|
2421
2400
|
# @param UsedFreeInstanceNum: 已使用体验实例数
|
2422
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2423
2401
|
# @type UsedFreeInstanceNum: Integer
|
2424
2402
|
# @param UsedBillInstanceNum: 已使用付费实例
|
2425
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2426
2403
|
# @type UsedBillInstanceNum: Integer
|
2427
2404
|
# @param FreePackageNum: 体验套餐总数
|
2428
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2429
2405
|
# @type FreePackageNum: Integer
|
2430
2406
|
# @param UsedBillPackageNum: 已使用付费套餐数
|
2431
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2432
2407
|
# @type UsedBillPackageNum: Integer
|
2433
2408
|
# @param BillPackageNum: 付费套餐总数
|
2434
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2435
2409
|
# @type BillPackageNum: Integer
|
2436
2410
|
|
2437
2411
|
attr_accessor :TaskQuota, :PoolQuota, :AddressQuota, :MonitorQuota, :MessageQuota, :UsedTaskQuota, :UsedFreeInstanceNum, :UsedBillInstanceNum, :FreePackageNum, :UsedBillPackageNum, :BillPackageNum
|
@@ -2497,7 +2471,6 @@ module TencentCloud
|
|
2497
2471
|
# @param DnsLineId: 解析请求来源线路id
|
2498
2472
|
# @type DnsLineId: Integer
|
2499
2473
|
# @param Name: 解析请求来源线路名
|
2500
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2501
2474
|
# @type Name: String
|
2502
2475
|
|
2503
2476
|
attr_accessor :DnsLineId, :Name
|
@@ -2516,19 +2489,15 @@ module TencentCloud
|
|
2516
2489
|
# 地址池
|
2517
2490
|
class Strategy < TencentCloud::Common::AbstractModel
|
2518
2491
|
# @param InstanceId: 实例id
|
2519
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2520
2492
|
# @type InstanceId: String
|
2521
2493
|
# @param Name: 策略名
|
2522
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2523
2494
|
# @type Name: String
|
2524
2495
|
# @param Source: 地址来源
|
2525
2496
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2526
2497
|
# @type Source: Array
|
2527
2498
|
# @param StrategyId: 策略id
|
2528
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2529
2499
|
# @type StrategyId: Integer
|
2530
2500
|
# @param Status: 健康状态:ok健康、warn风险、down故障
|
2531
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2532
2501
|
# @type Status: String
|
2533
2502
|
# @param ActivateMainPoolId: 生效的主力池id,null则为未知
|
2534
2503
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2537,28 +2506,20 @@ module TencentCloud
|
|
2537
2506
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2538
2507
|
# @type ActivateLevel: Integer
|
2539
2508
|
# @param ActivePoolType: 当前生效地址池集合类型:main主力;fallback兜底
|
2540
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2541
2509
|
# @type ActivePoolType: String
|
2542
2510
|
# @param ActiveTrafficStrategy: 当前生效地址池流量策略:all解析所有;weight负载均衡
|
2543
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2544
2511
|
# @type ActiveTrafficStrategy: String
|
2545
2512
|
# @param MonitorNum: 监控器数量
|
2546
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2547
2513
|
# @type MonitorNum: Integer
|
2548
2514
|
# @param IsEnabled: 是否开启:ENABLED开启;DISABLED关闭
|
2549
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2550
2515
|
# @type IsEnabled: String
|
2551
2516
|
# @param KeepDomainRecords: 是否保留线路:enabled保留,disabled不保留,只保留默认线路
|
2552
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2553
2517
|
# @type KeepDomainRecords: String
|
2554
2518
|
# @param SwitchPoolType: 调度模式:AUTO默认;PAUSE仅暂停不切换
|
2555
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2556
2519
|
# @type SwitchPoolType: String
|
2557
2520
|
# @param CreatedOn: 创建时间
|
2558
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2559
2521
|
# @type CreatedOn: String
|
2560
2522
|
# @param UpdatedOn: 更新时间
|
2561
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2562
2523
|
# @type UpdatedOn: String
|
2563
2524
|
|
2564
2525
|
attr_accessor :InstanceId, :Name, :Source, :StrategyId, :Status, :ActivateMainPoolId, :ActivateLevel, :ActivePoolType, :ActiveTrafficStrategy, :MonitorNum, :IsEnabled, :KeepDomainRecords, :SwitchPoolType, :CreatedOn, :UpdatedOn
|
@@ -2610,13 +2571,10 @@ module TencentCloud
|
|
2610
2571
|
# 策略详情
|
2611
2572
|
class StrategyDetail < TencentCloud::Common::AbstractModel
|
2612
2573
|
# @param InstanceId: 实例id
|
2613
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2614
2574
|
# @type InstanceId: String
|
2615
2575
|
# @param StrategyId: 策略id
|
2616
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2617
2576
|
# @type StrategyId: Integer
|
2618
2577
|
# @param Name: 策略名
|
2619
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2620
2578
|
# @type Name: String
|
2621
2579
|
# @param Source: 线路
|
2622
2580
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2628,19 +2586,15 @@ module TencentCloud
|
|
2628
2586
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2629
2587
|
# @type FallbackAddressPoolSet: Array
|
2630
2588
|
# @param KeepDomainRecords: 是否保留线路:enabled保留,disabled不保留,只保留默认线路
|
2631
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2632
2589
|
# @type KeepDomainRecords: String
|
2633
2590
|
# @param ActivateMainPoolId: 生效主力地址池id
|
2634
2591
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2635
2592
|
# @type ActivateMainPoolId: Integer
|
2636
2593
|
# @param CreatedOn: 创建时间
|
2637
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2638
2594
|
# @type CreatedOn: String
|
2639
2595
|
# @param UpdatedOn: 更新时间
|
2640
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2641
2596
|
# @type UpdatedOn: String
|
2642
2597
|
# @param SwitchPoolType: 调度模式:AUTO默认;PAUSE仅暂停不切换
|
2643
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2644
2598
|
# @type SwitchPoolType: String
|
2645
2599
|
|
2646
2600
|
attr_accessor :InstanceId, :StrategyId, :Name, :Source, :MainAddressPoolSet, :FallbackAddressPoolSet, :KeepDomainRecords, :ActivateMainPoolId, :CreatedOn, :UpdatedOn, :SwitchPoolType
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-igtm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1104
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|