tencentcloud-sdk-igtm 3.0.1099 → 3.0.1103
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 +5 -71
- 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: 1ef8bad93afbce44694fc09b1647c4fa5b320cc2
|
4
|
+
data.tar.gz: a0e149aea67154e02821751ab253f2c7cf73a916
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7052b1353ced50e74bde3055f8e0dbe4e0c3b70bf23c5f02b6de17665690160d1f3bb2d7803863bc351c91b59b8e407afd4e10d71ddcebfdc51c2dde009bae20
|
7
|
+
data.tar.gz: d4b231c2a35b0131c6e503ffe844d982b19610800803b7e9973b3774d06f519295d3992725dee7aad59246be657b505956452dbcdc5dc020087f3ae8cd5372ad
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1103
|
data/lib/v20231024/models.rb
CHANGED
@@ -21,28 +21,21 @@ module TencentCloud
|
|
21
21
|
class Address < TencentCloud::Common::AbstractModel
|
22
22
|
# @param Addr: 地址值:只支持ipv4、ipv6和域名格式;
|
23
23
|
# 不支持回环地址、保留地址、内网地址与腾讯保留网段
|
24
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25
24
|
# @type Addr: String
|
26
25
|
# @param IsEnable: 是否启用:DISABLED不启用;ENABLED启用
|
27
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
28
26
|
# @type IsEnable: String
|
29
27
|
# @param AddressId: 地址id
|
30
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31
28
|
# @type AddressId: Integer
|
32
29
|
# @param Location: 地址名称
|
33
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
34
30
|
# @type Location: String
|
35
31
|
# @param Status: OK正常,DOWN故障,WARN风险,UNKNOWN探测中,UNMONITORED未知
|
36
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37
32
|
# @type Status: String
|
38
33
|
# @param Weight: 权重,流量策略为WEIGHT时,必填;范围1-100
|
39
34
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
40
35
|
# @type Weight: Integer
|
41
36
|
# @param CreatedOn: 创建时间
|
42
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
43
37
|
# @type CreatedOn: String
|
44
38
|
# @param UpdatedOn: 修改时间
|
45
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
46
39
|
# @type UpdatedOn: String
|
47
40
|
|
48
41
|
attr_accessor :Addr, :IsEnable, :AddressId, :Location, :Status, :Weight, :CreatedOn, :UpdatedOn
|
@@ -73,10 +66,8 @@ module TencentCloud
|
|
73
66
|
# 地址所属地域
|
74
67
|
class AddressLocation < TencentCloud::Common::AbstractModel
|
75
68
|
# @param Addr: ip地址
|
76
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
77
69
|
# @type Addr: String
|
78
70
|
# @param Location: 所属地域
|
79
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
80
71
|
# @type Location: String
|
81
72
|
|
82
73
|
attr_accessor :Addr, :Location
|
@@ -186,25 +177,19 @@ module TencentCloud
|
|
186
177
|
# 地址池详情
|
187
178
|
class AddressPoolDetail < TencentCloud::Common::AbstractModel
|
188
179
|
# @param PoolId: 地址池 id
|
189
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
190
180
|
# @type PoolId: Integer
|
191
181
|
# @param PoolName: 地址池名
|
192
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
193
182
|
# @type PoolName: String
|
194
183
|
# @param AddrType: 地址池地址类型:IPV4、IPV6、DOMAIN
|
195
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
196
184
|
# @type AddrType: String
|
197
185
|
# @param TrafficStrategy: 流量策略: WEIGHT负载均衡,ALL解析全部
|
198
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
199
186
|
# @type TrafficStrategy: String
|
200
187
|
# @param MonitorId: 监控器id
|
201
188
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
202
189
|
# @type MonitorId: Integer
|
203
190
|
# @param CreatedOn: 创建时间
|
204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
205
191
|
# @type CreatedOn: String
|
206
192
|
# @param UpdatedOn: 更新时间
|
207
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
208
193
|
# @type UpdatedOn: String
|
209
194
|
|
210
195
|
attr_accessor :PoolId, :PoolName, :AddrType, :TrafficStrategy, :MonitorId, :CreatedOn, :UpdatedOn
|
@@ -1570,28 +1555,20 @@ module TencentCloud
|
|
1570
1555
|
# 线路列表
|
1571
1556
|
class GroupLine < TencentCloud::Common::AbstractModel
|
1572
1557
|
# @param DnsLineId: 分组线路id
|
1573
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1574
1558
|
# @type DnsLineId: Integer
|
1575
1559
|
# @param Parent: 父节点 0为根节点
|
1576
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1577
1560
|
# @type Parent: Integer
|
1578
1561
|
# @param LineName: 线路名
|
1579
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1580
1562
|
# @type LineName: String
|
1581
1563
|
# @param LineId: 10=9 DNSPod 线路 id
|
1582
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1583
1564
|
# @type LineId: String
|
1584
1565
|
# @param Useful: 是否已使用过
|
1585
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1586
1566
|
# @type Useful: Boolean
|
1587
1567
|
# @param SubGroup: 0为未使用
|
1588
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1589
1568
|
# @type SubGroup: Integer
|
1590
1569
|
# @param LinePackage: 权限标识
|
1591
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1592
1570
|
# @type LinePackage: Integer
|
1593
1571
|
# @param Weight: 1
|
1594
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1595
1572
|
# @type Weight: Integer
|
1596
1573
|
|
1597
1574
|
attr_accessor :DnsLineId, :Parent, :LineName, :LineId, :Useful, :SubGroup, :LinePackage, :Weight
|
@@ -1626,7 +1603,6 @@ module TencentCloud
|
|
1626
1603
|
# @param InstanceName: 实例名
|
1627
1604
|
# @type InstanceName: String
|
1628
1605
|
# @param ResourceId: 资源 id
|
1629
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1630
1606
|
# @type ResourceId: String
|
1631
1607
|
# @param Domain: 业务域名
|
1632
1608
|
# @type Domain: String
|
@@ -1644,39 +1620,28 @@ module TencentCloud
|
|
1644
1620
|
# FREE: 免费版
|
1645
1621
|
# STANDARD:标准版
|
1646
1622
|
# ULTIMATE:旗舰版
|
1647
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1648
1623
|
# @type PackageType: String
|
1649
1624
|
# @param WorkingStatus: 实例运行状态
|
1650
1625
|
# NORMAL: 健康
|
1651
1626
|
# FAULTY: 有风险
|
1652
1627
|
# DOWN: 宕机
|
1653
1628
|
# UNKNOWN: 未知
|
1654
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1655
1629
|
# @type WorkingStatus: String
|
1656
|
-
# @param Status:
|
1657
|
-
# ENABLED: 正常
|
1658
|
-
# DISABLED: 禁用
|
1630
|
+
# @param Status: 实例状态,ENABLED: 正常,DISABLED: 禁用
|
1659
1631
|
# @type Status: String
|
1660
1632
|
# @param IsCnameConfigured: 是否cname接入:true已接入;false未接入
|
1661
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1662
1633
|
# @type IsCnameConfigured: Boolean
|
1663
1634
|
# @param Remark: 备注
|
1664
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1665
1635
|
# @type Remark: String
|
1666
1636
|
# @param StrategyNum: 策略数量
|
1667
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1668
1637
|
# @type StrategyNum: Integer
|
1669
1638
|
# @param AddressPoolNum: 绑定地址池个数
|
1670
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1671
1639
|
# @type AddressPoolNum: Integer
|
1672
1640
|
# @param MonitorNum: 绑定监控器数量
|
1673
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1674
1641
|
# @type MonitorNum: Integer
|
1675
1642
|
# @param PoolId: 地址池id
|
1676
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1677
1643
|
# @type PoolId: Integer
|
1678
1644
|
# @param PoolName: 地址池名称
|
1679
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1680
1645
|
# @type PoolName: String
|
1681
1646
|
# @param CreatedOn: 实例创建时间
|
1682
1647
|
# @type CreatedOn: String
|
@@ -1738,16 +1703,15 @@ module TencentCloud
|
|
1738
1703
|
# @type InstanceName: String
|
1739
1704
|
# @param Domain: 业务域名
|
1740
1705
|
# @type Domain: String
|
1741
|
-
# @param AccessType: CUSTOM:
|
1742
|
-
# SYSTEM: 系统接入域名
|
1706
|
+
# @param AccessType: CUSTOM: 自定义接入域名,SYSTEM: 系统接入域名
|
1743
1707
|
# @type AccessType: String
|
1744
1708
|
# @param Remark: 备注
|
1745
1709
|
# @type Remark: String
|
1746
1710
|
# @param GlobalTtl: 全局记录过期时间
|
1747
1711
|
# @type GlobalTtl: Integer
|
1748
|
-
# @param AccessDomain:
|
1712
|
+
# @param AccessDomain: 接入主域名
|
1749
1713
|
# @type AccessDomain: String
|
1750
|
-
# @param AccessSubDomain:
|
1714
|
+
# @param AccessSubDomain: 接入子域名
|
1751
1715
|
# @type AccessSubDomain: String
|
1752
1716
|
|
1753
1717
|
attr_accessor :InstanceName, :Domain, :AccessType, :Remark, :GlobalTtl, :AccessDomain, :AccessSubDomain
|
@@ -1795,7 +1759,6 @@ module TencentCloud
|
|
1795
1759
|
# FREE: 免费版
|
1796
1760
|
# STANDARD:标准版
|
1797
1761
|
# ULTIMATE:旗舰版
|
1798
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1799
1762
|
# @type PackageType: String
|
1800
1763
|
# @param WorkingStatus: 实例运行状态
|
1801
1764
|
# NORMAL: 健康
|
@@ -1803,15 +1766,11 @@ module TencentCloud
|
|
1803
1766
|
# DOWN: 宕机
|
1804
1767
|
# UNKNOWN: 未知
|
1805
1768
|
# @type WorkingStatus: String
|
1806
|
-
# @param Status:
|
1807
|
-
# ENABLED: 正常
|
1808
|
-
# DISABLED: 禁用
|
1769
|
+
# @param Status: 实例状态,ENABLED: 正常;DISABLED: 禁用
|
1809
1770
|
# @type Status: String
|
1810
1771
|
# @param IsCnameConfigured: cname是否接入:true已接入;false未接入
|
1811
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1812
1772
|
# @type IsCnameConfigured: Boolean
|
1813
1773
|
# @param Remark: 备注
|
1814
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1815
1774
|
# @type Remark: String
|
1816
1775
|
# @param StrategyNum: 策略数量
|
1817
1776
|
# @type StrategyNum: Integer
|
@@ -1820,7 +1779,6 @@ module TencentCloud
|
|
1820
1779
|
# @param MonitorNum: 绑定监控器数量
|
1821
1780
|
# @type MonitorNum: Integer
|
1822
1781
|
# @param ResourceId: 实例绑定套餐资源id
|
1823
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1824
1782
|
# @type ResourceId: String
|
1825
1783
|
# @param NotifyEventSet: 订阅事件列表
|
1826
1784
|
# @type NotifyEventSet: Array
|
@@ -1879,10 +1837,8 @@ module TencentCloud
|
|
1879
1837
|
# 实例相关信息
|
1880
1838
|
class InstanceInfo < TencentCloud::Common::AbstractModel
|
1881
1839
|
# @param InstanceId: 实例id
|
1882
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1883
1840
|
# @type InstanceId: String
|
1884
1841
|
# @param InstanceName: 实例名称
|
1885
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1886
1842
|
# @type InstanceName: String
|
1887
1843
|
|
1888
1844
|
attr_accessor :InstanceId, :InstanceName
|
@@ -2025,7 +1981,6 @@ module TencentCloud
|
|
2025
1981
|
# 主力地址池id与权重
|
2026
1982
|
class MainPoolWeight < TencentCloud::Common::AbstractModel
|
2027
1983
|
# @param PoolId: 地址池id
|
2028
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2029
1984
|
# @type PoolId: Integer
|
2030
1985
|
# @param Weight: 权重
|
2031
1986
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2346,69 +2301,48 @@ module TencentCloud
|
|
2346
2301
|
# @param MonitorId: 探测规则id
|
2347
2302
|
# @type MonitorId: Integer
|
2348
2303
|
# @param MonitorName: 监控器名称
|
2349
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2350
2304
|
# @type MonitorName: String
|
2351
2305
|
# @param Uin: 所属用户
|
2352
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2353
2306
|
# @type Uin: String
|
2354
2307
|
# @param DetectorGroupIds: 监控节点id组
|
2355
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2356
2308
|
# @type DetectorGroupIds: Array
|
2357
2309
|
# @param CheckProtocol: 探测协议 PING TCP HTTP HTTPS
|
2358
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2359
2310
|
# @type CheckProtocol: String
|
2360
2311
|
# @param CheckInterval: 探测周期
|
2361
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2362
2312
|
# @type CheckInterval: Integer
|
2363
2313
|
# @param PingNum: 发包数量
|
2364
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2365
2314
|
# @type PingNum: Integer
|
2366
2315
|
# @param TcpPort: tcp端口
|
2367
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2368
2316
|
# @type TcpPort: Integer
|
2369
2317
|
# @param Host: 探测 host
|
2370
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2371
2318
|
# @type Host: String
|
2372
2319
|
# @param Path: 探测路径
|
2373
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2374
2320
|
# @type Path: String
|
2375
2321
|
# @param ReturnCodeThreshold: 返回值阈值
|
2376
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2377
2322
|
# @type ReturnCodeThreshold: Integer
|
2378
2323
|
# @param EnableRedirect: 是否开启3xx重定向跟随 ENABLED DISABLED
|
2379
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2380
2324
|
# @type EnableRedirect: String
|
2381
2325
|
# @param EnableSni: 是否启用 sni
|
2382
2326
|
# ENABLED DISABLED
|
2383
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2384
2327
|
# @type EnableSni: String
|
2385
2328
|
# @param PacketLossRate: 丢包率上限
|
2386
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2387
2329
|
# @type PacketLossRate: Integer
|
2388
2330
|
# @param Timeout: 探测超时
|
2389
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2390
2331
|
# @type Timeout: Integer
|
2391
2332
|
# @param FailTimes: 失败次数
|
2392
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2393
2333
|
# @type FailTimes: Integer
|
2394
2334
|
# @param FailRate: 失败率上限100
|
2395
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2396
2335
|
# @type FailRate: Integer
|
2397
2336
|
# @param CreatedOn: 创建时间
|
2398
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2399
2337
|
# @type CreatedOn: String
|
2400
2338
|
# @param UpdatedOn: 更新时间
|
2401
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2402
2339
|
# @type UpdatedOn: String
|
2403
2340
|
# @param DetectorStyle: 监控节点类型
|
2404
2341
|
# AUTO INTERNAL OVERSEAS IPV6 ALL
|
2405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2406
2342
|
# @type DetectorStyle: String
|
2407
2343
|
# @param DetectNum: 探测次数
|
2408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2409
2344
|
# @type DetectNum: Integer
|
2410
2345
|
# @param ContinuePeriod: 持续周期数
|
2411
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2412
2346
|
# @type ContinuePeriod: Integer
|
2413
2347
|
|
2414
2348
|
attr_accessor :MonitorId, :MonitorName, :Uin, :DetectorGroupIds, :CheckProtocol, :CheckInterval, :PingNum, :TcpPort, :Host, :Path, :ReturnCodeThreshold, :EnableRedirect, :EnableSni, :PacketLossRate, :Timeout, :FailTimes, :FailRate, :CreatedOn, :UpdatedOn, :DetectorStyle, :DetectNum, :ContinuePeriod
|
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.1103
|
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-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|