tencentcloud-sdk-igtm 3.0.1099 → 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 +6 -118
- 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
@@ -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
|
@@ -95,31 +86,23 @@ module TencentCloud
|
|
95
86
|
# 地址池
|
96
87
|
class AddressPool < TencentCloud::Common::AbstractModel
|
97
88
|
# @param PoolId: 地址池 id
|
98
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
99
89
|
# @type PoolId: Integer
|
100
90
|
# @param PoolName: 地址池名
|
101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
102
91
|
# @type PoolName: String
|
103
92
|
# @param AddrType: 地址池地址类型:IPV4、IPV6、DOMAIN
|
104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
105
93
|
# @type AddrType: String
|
106
94
|
# @param TrafficStrategy: 流量策略: WEIGHT负载均衡,ALL解析全部
|
107
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
108
95
|
# @type TrafficStrategy: String
|
109
96
|
# @param MonitorId: 监控器id
|
110
97
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
111
98
|
# @type MonitorId: Integer
|
112
99
|
# @param Status: OK正常,DOWN故障,WARN风险,UNKNOWN未知
|
113
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
114
100
|
# @type Status: String
|
115
101
|
# @param AddressNum: 地址数
|
116
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
117
102
|
# @type AddressNum: Integer
|
118
103
|
# @param MonitorGroupNum: 探点数
|
119
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
120
104
|
# @type MonitorGroupNum: Integer
|
121
105
|
# @param MonitorTaskNum: 探测任务数
|
122
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
123
106
|
# @type MonitorTaskNum: Integer
|
124
107
|
# @param InstanceInfo: 实例相关信息
|
125
108
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -128,10 +111,8 @@ module TencentCloud
|
|
128
111
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
129
112
|
# @type AddressSet: Array
|
130
113
|
# @param CreatedOn: 创建时间
|
131
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
132
114
|
# @type CreatedOn: String
|
133
115
|
# @param UpdatedOn: 更新时间
|
134
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
135
116
|
# @type UpdatedOn: String
|
136
117
|
|
137
118
|
attr_accessor :PoolId, :PoolName, :AddrType, :TrafficStrategy, :MonitorId, :Status, :AddressNum, :MonitorGroupNum, :MonitorTaskNum, :InstanceInfo, :AddressSet, :CreatedOn, :UpdatedOn
|
@@ -186,25 +167,19 @@ module TencentCloud
|
|
186
167
|
# 地址池详情
|
187
168
|
class AddressPoolDetail < TencentCloud::Common::AbstractModel
|
188
169
|
# @param PoolId: 地址池 id
|
189
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
190
170
|
# @type PoolId: Integer
|
191
171
|
# @param PoolName: 地址池名
|
192
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
193
172
|
# @type PoolName: String
|
194
173
|
# @param AddrType: 地址池地址类型:IPV4、IPV6、DOMAIN
|
195
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
196
174
|
# @type AddrType: String
|
197
175
|
# @param TrafficStrategy: 流量策略: WEIGHT负载均衡,ALL解析全部
|
198
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
199
176
|
# @type TrafficStrategy: String
|
200
177
|
# @param MonitorId: 监控器id
|
201
178
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
202
179
|
# @type MonitorId: Integer
|
203
180
|
# @param CreatedOn: 创建时间
|
204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
205
181
|
# @type CreatedOn: String
|
206
182
|
# @param UpdatedOn: 更新时间
|
207
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
208
183
|
# @type UpdatedOn: String
|
209
184
|
|
210
185
|
attr_accessor :PoolId, :PoolName, :AddrType, :TrafficStrategy, :MonitorId, :CreatedOn, :UpdatedOn
|
@@ -863,7 +838,7 @@ module TencentCloud
|
|
863
838
|
# @type IsExpire: Integer
|
864
839
|
# @param Status: 状态 ENABLED: 正常 ISOLATED: 隔离 DESTROYED:销毁 REFUNDED:已退款
|
865
840
|
# @type Status: String
|
866
|
-
# @param AutoRenewFlag:
|
841
|
+
# @param AutoRenewFlag: 是否自动续费:0否1是
|
867
842
|
# @type AutoRenewFlag: Integer
|
868
843
|
# @param Remark: 备注
|
869
844
|
# @type Remark: String
|
@@ -1237,7 +1212,6 @@ module TencentCloud
|
|
1237
1212
|
# DescribeMonitorDetail返回参数结构体
|
1238
1213
|
class DescribeMonitorDetailResponse < TencentCloud::Common::AbstractModel
|
1239
1214
|
# @param MonitorDetail: 探测规则
|
1240
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1241
1215
|
# @type MonitorDetail: :class:`Tencentcloud::Igtm.v20231024.models.MonitorDetail`
|
1242
1216
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1243
1217
|
# @type RequestId: String
|
@@ -1333,7 +1307,6 @@ module TencentCloud
|
|
1333
1307
|
# DescribeQuotas返回参数结构体
|
1334
1308
|
class DescribeQuotasResponse < TencentCloud::Common::AbstractModel
|
1335
1309
|
# @param Quotas: 配额id
|
1336
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1337
1310
|
# @type Quotas: :class:`Tencentcloud::Igtm.v20231024.models.Quota`
|
1338
1311
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1339
1312
|
# @type RequestId: String
|
@@ -1570,28 +1543,20 @@ module TencentCloud
|
|
1570
1543
|
# 线路列表
|
1571
1544
|
class GroupLine < TencentCloud::Common::AbstractModel
|
1572
1545
|
# @param DnsLineId: 分组线路id
|
1573
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1574
1546
|
# @type DnsLineId: Integer
|
1575
1547
|
# @param Parent: 父节点 0为根节点
|
1576
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1577
1548
|
# @type Parent: Integer
|
1578
1549
|
# @param LineName: 线路名
|
1579
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1580
1550
|
# @type LineName: String
|
1581
1551
|
# @param LineId: 10=9 DNSPod 线路 id
|
1582
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1583
1552
|
# @type LineId: String
|
1584
1553
|
# @param Useful: 是否已使用过
|
1585
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1586
1554
|
# @type Useful: Boolean
|
1587
1555
|
# @param SubGroup: 0为未使用
|
1588
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1589
1556
|
# @type SubGroup: Integer
|
1590
1557
|
# @param LinePackage: 权限标识
|
1591
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1592
1558
|
# @type LinePackage: Integer
|
1593
1559
|
# @param Weight: 1
|
1594
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1595
1560
|
# @type Weight: Integer
|
1596
1561
|
|
1597
1562
|
attr_accessor :DnsLineId, :Parent, :LineName, :LineId, :Useful, :SubGroup, :LinePackage, :Weight
|
@@ -1626,7 +1591,6 @@ module TencentCloud
|
|
1626
1591
|
# @param InstanceName: 实例名
|
1627
1592
|
# @type InstanceName: String
|
1628
1593
|
# @param ResourceId: 资源 id
|
1629
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1630
1594
|
# @type ResourceId: String
|
1631
1595
|
# @param Domain: 业务域名
|
1632
1596
|
# @type Domain: String
|
@@ -1644,39 +1608,28 @@ module TencentCloud
|
|
1644
1608
|
# FREE: 免费版
|
1645
1609
|
# STANDARD:标准版
|
1646
1610
|
# ULTIMATE:旗舰版
|
1647
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1648
1611
|
# @type PackageType: String
|
1649
1612
|
# @param WorkingStatus: 实例运行状态
|
1650
1613
|
# NORMAL: 健康
|
1651
1614
|
# FAULTY: 有风险
|
1652
1615
|
# DOWN: 宕机
|
1653
1616
|
# UNKNOWN: 未知
|
1654
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1655
1617
|
# @type WorkingStatus: String
|
1656
|
-
# @param Status:
|
1657
|
-
# ENABLED: 正常
|
1658
|
-
# DISABLED: 禁用
|
1618
|
+
# @param Status: 实例状态,ENABLED: 正常,DISABLED: 禁用
|
1659
1619
|
# @type Status: String
|
1660
1620
|
# @param IsCnameConfigured: 是否cname接入:true已接入;false未接入
|
1661
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1662
1621
|
# @type IsCnameConfigured: Boolean
|
1663
1622
|
# @param Remark: 备注
|
1664
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1665
1623
|
# @type Remark: String
|
1666
1624
|
# @param StrategyNum: 策略数量
|
1667
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1668
1625
|
# @type StrategyNum: Integer
|
1669
1626
|
# @param AddressPoolNum: 绑定地址池个数
|
1670
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1671
1627
|
# @type AddressPoolNum: Integer
|
1672
1628
|
# @param MonitorNum: 绑定监控器数量
|
1673
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1674
1629
|
# @type MonitorNum: Integer
|
1675
1630
|
# @param PoolId: 地址池id
|
1676
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1677
1631
|
# @type PoolId: Integer
|
1678
1632
|
# @param PoolName: 地址池名称
|
1679
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1680
1633
|
# @type PoolName: String
|
1681
1634
|
# @param CreatedOn: 实例创建时间
|
1682
1635
|
# @type CreatedOn: String
|
@@ -1738,16 +1691,15 @@ module TencentCloud
|
|
1738
1691
|
# @type InstanceName: String
|
1739
1692
|
# @param Domain: 业务域名
|
1740
1693
|
# @type Domain: String
|
1741
|
-
# @param AccessType: CUSTOM:
|
1742
|
-
# SYSTEM: 系统接入域名
|
1694
|
+
# @param AccessType: CUSTOM: 自定义接入域名,SYSTEM: 系统接入域名
|
1743
1695
|
# @type AccessType: String
|
1744
1696
|
# @param Remark: 备注
|
1745
1697
|
# @type Remark: String
|
1746
1698
|
# @param GlobalTtl: 全局记录过期时间
|
1747
1699
|
# @type GlobalTtl: Integer
|
1748
|
-
# @param AccessDomain:
|
1700
|
+
# @param AccessDomain: 接入主域名
|
1749
1701
|
# @type AccessDomain: String
|
1750
|
-
# @param AccessSubDomain:
|
1702
|
+
# @param AccessSubDomain: 接入子域名
|
1751
1703
|
# @type AccessSubDomain: String
|
1752
1704
|
|
1753
1705
|
attr_accessor :InstanceName, :Domain, :AccessType, :Remark, :GlobalTtl, :AccessDomain, :AccessSubDomain
|
@@ -1795,7 +1747,6 @@ module TencentCloud
|
|
1795
1747
|
# FREE: 免费版
|
1796
1748
|
# STANDARD:标准版
|
1797
1749
|
# ULTIMATE:旗舰版
|
1798
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1799
1750
|
# @type PackageType: String
|
1800
1751
|
# @param WorkingStatus: 实例运行状态
|
1801
1752
|
# NORMAL: 健康
|
@@ -1803,15 +1754,11 @@ module TencentCloud
|
|
1803
1754
|
# DOWN: 宕机
|
1804
1755
|
# UNKNOWN: 未知
|
1805
1756
|
# @type WorkingStatus: String
|
1806
|
-
# @param Status:
|
1807
|
-
# ENABLED: 正常
|
1808
|
-
# DISABLED: 禁用
|
1757
|
+
# @param Status: 实例状态,ENABLED: 正常;DISABLED: 禁用
|
1809
1758
|
# @type Status: String
|
1810
1759
|
# @param IsCnameConfigured: cname是否接入:true已接入;false未接入
|
1811
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1812
1760
|
# @type IsCnameConfigured: Boolean
|
1813
1761
|
# @param Remark: 备注
|
1814
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1815
1762
|
# @type Remark: String
|
1816
1763
|
# @param StrategyNum: 策略数量
|
1817
1764
|
# @type StrategyNum: Integer
|
@@ -1820,7 +1767,6 @@ module TencentCloud
|
|
1820
1767
|
# @param MonitorNum: 绑定监控器数量
|
1821
1768
|
# @type MonitorNum: Integer
|
1822
1769
|
# @param ResourceId: 实例绑定套餐资源id
|
1823
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1824
1770
|
# @type ResourceId: String
|
1825
1771
|
# @param NotifyEventSet: 订阅事件列表
|
1826
1772
|
# @type NotifyEventSet: Array
|
@@ -1879,10 +1825,8 @@ module TencentCloud
|
|
1879
1825
|
# 实例相关信息
|
1880
1826
|
class InstanceInfo < TencentCloud::Common::AbstractModel
|
1881
1827
|
# @param InstanceId: 实例id
|
1882
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1883
1828
|
# @type InstanceId: String
|
1884
1829
|
# @param InstanceName: 实例名称
|
1885
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1886
1830
|
# @type InstanceName: String
|
1887
1831
|
|
1888
1832
|
attr_accessor :InstanceId, :InstanceName
|
@@ -1989,13 +1933,10 @@ module TencentCloud
|
|
1989
1933
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1990
1934
|
# @type AddressPools: Array
|
1991
1935
|
# @param MainAddressPoolId: 地址池集合id
|
1992
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1993
1936
|
# @type MainAddressPoolId: Integer
|
1994
1937
|
# @param MinSurviveNum: 切换阀值,不能大于主力集合内地址总数
|
1995
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1996
1938
|
# @type MinSurviveNum: Integer
|
1997
1939
|
# @param TrafficStrategy: 切换策略:ALL解析所有地址;WEIGHT:负载均衡。当为ALL时,解析地址的权重值为1;当为WEIGHT时;权重为地址池权重*地址权重
|
1998
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1999
1940
|
# @type TrafficStrategy: String
|
2000
1941
|
|
2001
1942
|
attr_accessor :AddressPools, :MainAddressPoolId, :MinSurviveNum, :TrafficStrategy
|
@@ -2025,7 +1966,6 @@ module TencentCloud
|
|
2025
1966
|
# 主力地址池id与权重
|
2026
1967
|
class MainPoolWeight < TencentCloud::Common::AbstractModel
|
2027
1968
|
# @param PoolId: 地址池id
|
2028
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2029
1969
|
# @type PoolId: Integer
|
2030
1970
|
# @param Weight: 权重
|
2031
1971
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2346,69 +2286,48 @@ module TencentCloud
|
|
2346
2286
|
# @param MonitorId: 探测规则id
|
2347
2287
|
# @type MonitorId: Integer
|
2348
2288
|
# @param MonitorName: 监控器名称
|
2349
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2350
2289
|
# @type MonitorName: String
|
2351
2290
|
# @param Uin: 所属用户
|
2352
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2353
2291
|
# @type Uin: String
|
2354
2292
|
# @param DetectorGroupIds: 监控节点id组
|
2355
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2356
2293
|
# @type DetectorGroupIds: Array
|
2357
2294
|
# @param CheckProtocol: 探测协议 PING TCP HTTP HTTPS
|
2358
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2359
2295
|
# @type CheckProtocol: String
|
2360
2296
|
# @param CheckInterval: 探测周期
|
2361
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2362
2297
|
# @type CheckInterval: Integer
|
2363
2298
|
# @param PingNum: 发包数量
|
2364
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2365
2299
|
# @type PingNum: Integer
|
2366
2300
|
# @param TcpPort: tcp端口
|
2367
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2368
2301
|
# @type TcpPort: Integer
|
2369
2302
|
# @param Host: 探测 host
|
2370
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2371
2303
|
# @type Host: String
|
2372
2304
|
# @param Path: 探测路径
|
2373
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2374
2305
|
# @type Path: String
|
2375
2306
|
# @param ReturnCodeThreshold: 返回值阈值
|
2376
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2377
2307
|
# @type ReturnCodeThreshold: Integer
|
2378
2308
|
# @param EnableRedirect: 是否开启3xx重定向跟随 ENABLED DISABLED
|
2379
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2380
2309
|
# @type EnableRedirect: String
|
2381
2310
|
# @param EnableSni: 是否启用 sni
|
2382
2311
|
# ENABLED DISABLED
|
2383
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2384
2312
|
# @type EnableSni: String
|
2385
2313
|
# @param PacketLossRate: 丢包率上限
|
2386
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2387
2314
|
# @type PacketLossRate: Integer
|
2388
2315
|
# @param Timeout: 探测超时
|
2389
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2390
2316
|
# @type Timeout: Integer
|
2391
2317
|
# @param FailTimes: 失败次数
|
2392
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2393
2318
|
# @type FailTimes: Integer
|
2394
2319
|
# @param FailRate: 失败率上限100
|
2395
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2396
2320
|
# @type FailRate: Integer
|
2397
2321
|
# @param CreatedOn: 创建时间
|
2398
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2399
2322
|
# @type CreatedOn: String
|
2400
2323
|
# @param UpdatedOn: 更新时间
|
2401
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2402
2324
|
# @type UpdatedOn: String
|
2403
2325
|
# @param DetectorStyle: 监控节点类型
|
2404
2326
|
# AUTO INTERNAL OVERSEAS IPV6 ALL
|
2405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2406
2327
|
# @type DetectorStyle: String
|
2407
2328
|
# @param DetectNum: 探测次数
|
2408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2409
2329
|
# @type DetectNum: Integer
|
2410
2330
|
# @param ContinuePeriod: 持续周期数
|
2411
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2412
2331
|
# @type ContinuePeriod: Integer
|
2413
2332
|
|
2414
2333
|
attr_accessor :MonitorId, :MonitorName, :Uin, :DetectorGroupIds, :CheckProtocol, :CheckInterval, :PingNum, :TcpPort, :Host, :Path, :ReturnCodeThreshold, :EnableRedirect, :EnableSni, :PacketLossRate, :Timeout, :FailTimes, :FailRate, :CreatedOn, :UpdatedOn, :DetectorStyle, :DetectNum, :ContinuePeriod
|
@@ -2467,37 +2386,26 @@ module TencentCloud
|
|
2467
2386
|
# 配额
|
2468
2387
|
class Quota < TencentCloud::Common::AbstractModel
|
2469
2388
|
# @param TaskQuota: 探测任务配额
|
2470
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2471
2389
|
# @type TaskQuota: Integer
|
2472
2390
|
# @param PoolQuota: 地址池配额
|
2473
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2474
2391
|
# @type PoolQuota: Integer
|
2475
2392
|
# @param AddressQuota: 地址配额
|
2476
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2477
2393
|
# @type AddressQuota: Integer
|
2478
2394
|
# @param MonitorQuota: 探点资源数
|
2479
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2480
2395
|
# @type MonitorQuota: Integer
|
2481
2396
|
# @param MessageQuota: 消息资源数
|
2482
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2483
2397
|
# @type MessageQuota: Integer
|
2484
2398
|
# @param UsedTaskQuota: 已使用探测任务数
|
2485
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2486
2399
|
# @type UsedTaskQuota: Integer
|
2487
2400
|
# @param UsedFreeInstanceNum: 已使用体验实例数
|
2488
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2489
2401
|
# @type UsedFreeInstanceNum: Integer
|
2490
2402
|
# @param UsedBillInstanceNum: 已使用付费实例
|
2491
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2492
2403
|
# @type UsedBillInstanceNum: Integer
|
2493
2404
|
# @param FreePackageNum: 体验套餐总数
|
2494
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2495
2405
|
# @type FreePackageNum: Integer
|
2496
2406
|
# @param UsedBillPackageNum: 已使用付费套餐数
|
2497
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2498
2407
|
# @type UsedBillPackageNum: Integer
|
2499
2408
|
# @param BillPackageNum: 付费套餐总数
|
2500
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2501
2409
|
# @type BillPackageNum: Integer
|
2502
2410
|
|
2503
2411
|
attr_accessor :TaskQuota, :PoolQuota, :AddressQuota, :MonitorQuota, :MessageQuota, :UsedTaskQuota, :UsedFreeInstanceNum, :UsedBillInstanceNum, :FreePackageNum, :UsedBillPackageNum, :BillPackageNum
|
@@ -2563,7 +2471,6 @@ module TencentCloud
|
|
2563
2471
|
# @param DnsLineId: 解析请求来源线路id
|
2564
2472
|
# @type DnsLineId: Integer
|
2565
2473
|
# @param Name: 解析请求来源线路名
|
2566
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2567
2474
|
# @type Name: String
|
2568
2475
|
|
2569
2476
|
attr_accessor :DnsLineId, :Name
|
@@ -2582,19 +2489,15 @@ module TencentCloud
|
|
2582
2489
|
# 地址池
|
2583
2490
|
class Strategy < TencentCloud::Common::AbstractModel
|
2584
2491
|
# @param InstanceId: 实例id
|
2585
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2586
2492
|
# @type InstanceId: String
|
2587
2493
|
# @param Name: 策略名
|
2588
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2589
2494
|
# @type Name: String
|
2590
2495
|
# @param Source: 地址来源
|
2591
2496
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2592
2497
|
# @type Source: Array
|
2593
2498
|
# @param StrategyId: 策略id
|
2594
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2595
2499
|
# @type StrategyId: Integer
|
2596
2500
|
# @param Status: 健康状态:ok健康、warn风险、down故障
|
2597
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2598
2501
|
# @type Status: String
|
2599
2502
|
# @param ActivateMainPoolId: 生效的主力池id,null则为未知
|
2600
2503
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2603,28 +2506,20 @@ module TencentCloud
|
|
2603
2506
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2604
2507
|
# @type ActivateLevel: Integer
|
2605
2508
|
# @param ActivePoolType: 当前生效地址池集合类型:main主力;fallback兜底
|
2606
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2607
2509
|
# @type ActivePoolType: String
|
2608
2510
|
# @param ActiveTrafficStrategy: 当前生效地址池流量策略:all解析所有;weight负载均衡
|
2609
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2610
2511
|
# @type ActiveTrafficStrategy: String
|
2611
2512
|
# @param MonitorNum: 监控器数量
|
2612
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2613
2513
|
# @type MonitorNum: Integer
|
2614
2514
|
# @param IsEnabled: 是否开启:ENABLED开启;DISABLED关闭
|
2615
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2616
2515
|
# @type IsEnabled: String
|
2617
2516
|
# @param KeepDomainRecords: 是否保留线路:enabled保留,disabled不保留,只保留默认线路
|
2618
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2619
2517
|
# @type KeepDomainRecords: String
|
2620
2518
|
# @param SwitchPoolType: 调度模式:AUTO默认;PAUSE仅暂停不切换
|
2621
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2622
2519
|
# @type SwitchPoolType: String
|
2623
2520
|
# @param CreatedOn: 创建时间
|
2624
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2625
2521
|
# @type CreatedOn: String
|
2626
2522
|
# @param UpdatedOn: 更新时间
|
2627
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2628
2523
|
# @type UpdatedOn: String
|
2629
2524
|
|
2630
2525
|
attr_accessor :InstanceId, :Name, :Source, :StrategyId, :Status, :ActivateMainPoolId, :ActivateLevel, :ActivePoolType, :ActiveTrafficStrategy, :MonitorNum, :IsEnabled, :KeepDomainRecords, :SwitchPoolType, :CreatedOn, :UpdatedOn
|
@@ -2676,13 +2571,10 @@ module TencentCloud
|
|
2676
2571
|
# 策略详情
|
2677
2572
|
class StrategyDetail < TencentCloud::Common::AbstractModel
|
2678
2573
|
# @param InstanceId: 实例id
|
2679
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2680
2574
|
# @type InstanceId: String
|
2681
2575
|
# @param StrategyId: 策略id
|
2682
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2683
2576
|
# @type StrategyId: Integer
|
2684
2577
|
# @param Name: 策略名
|
2685
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2686
2578
|
# @type Name: String
|
2687
2579
|
# @param Source: 线路
|
2688
2580
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2694,19 +2586,15 @@ module TencentCloud
|
|
2694
2586
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2695
2587
|
# @type FallbackAddressPoolSet: Array
|
2696
2588
|
# @param KeepDomainRecords: 是否保留线路:enabled保留,disabled不保留,只保留默认线路
|
2697
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2698
2589
|
# @type KeepDomainRecords: String
|
2699
2590
|
# @param ActivateMainPoolId: 生效主力地址池id
|
2700
2591
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2701
2592
|
# @type ActivateMainPoolId: Integer
|
2702
2593
|
# @param CreatedOn: 创建时间
|
2703
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2704
2594
|
# @type CreatedOn: String
|
2705
2595
|
# @param UpdatedOn: 更新时间
|
2706
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2707
2596
|
# @type UpdatedOn: String
|
2708
2597
|
# @param SwitchPoolType: 调度模式:AUTO默认;PAUSE仅暂停不切换
|
2709
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2710
2598
|
# @type SwitchPoolType: String
|
2711
2599
|
|
2712
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
|