tencentcloud-sdk-igtm 3.0.1103 → 3.0.1105

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20231024/models.rb +2 -67
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ef8bad93afbce44694fc09b1647c4fa5b320cc2
4
- data.tar.gz: a0e149aea67154e02821751ab253f2c7cf73a916
3
+ metadata.gz: 3dd983a6c5bb0bca4317b55c36b0c8efb652268e
4
+ data.tar.gz: 1e57ab5a83f3cba0ae5d6f5292b2e581d92f6b06
5
5
  SHA512:
6
- metadata.gz: 7052b1353ced50e74bde3055f8e0dbe4e0c3b70bf23c5f02b6de17665690160d1f3bb2d7803863bc351c91b59b8e407afd4e10d71ddcebfdc51c2dde009bae20
7
- data.tar.gz: d4b231c2a35b0131c6e503ffe844d982b19610800803b7e9973b3774d06f519295d3992725dee7aad59246be657b505956452dbcdc5dc020087f3ae8cd5372ad
6
+ metadata.gz: 424e0f0cedbcaeade0b12c5b12e4aa42a2e72c1db25bf6de340a049f682f731aaa6ae1a0e1b3bd382e894ebd2ae446d6d3d097baf2bf69d863422e8c4c529c10
7
+ data.tar.gz: 0b17086ac456cd5fccf37bcbe3ec83d8b8c865a50ff0ad686774e78d864412ad853607a1ad0c16a55ce29ffb79fad88165bb55c5cbc31e7d4fec1313c2c894ab
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1103
1
+ 3.0.1105
@@ -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
@@ -441,7 +431,6 @@ module TencentCloud
441
431
  # CreateMonitor返回参数结构体
442
432
  class CreateMonitorResponse < TencentCloud::Common::AbstractModel
443
433
  # @param MonitorId: 监控器id
444
- # 注意:此字段可能返回 null,表示取不到有效值。
445
434
  # @type MonitorId: Integer
446
435
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
447
436
  # @type RequestId: String
@@ -523,7 +512,6 @@ module TencentCloud
523
512
  # CreateStrategy返回参数结构体
524
513
  class CreateStrategyResponse < TencentCloud::Common::AbstractModel
525
514
  # @param StrategyId: 新增策略id
526
- # 注意:此字段可能返回 null,表示取不到有效值。
527
515
  # @type StrategyId: Integer
528
516
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
529
517
  # @type RequestId: String
@@ -560,7 +548,6 @@ module TencentCloud
560
548
  # DeleteAddressPool返回参数结构体
561
549
  class DeleteAddressPoolResponse < TencentCloud::Common::AbstractModel
562
550
  # @param Msg: 是否成功
563
- # 注意:此字段可能返回 null,表示取不到有效值。
564
551
  # @type Msg: String
565
552
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
566
553
  # @type RequestId: String
@@ -597,7 +584,6 @@ module TencentCloud
597
584
  # DeleteMonitor返回参数结构体
598
585
  class DeleteMonitorResponse < TencentCloud::Common::AbstractModel
599
586
  # @param Msg: 成功返回
600
- # 注意:此字段可能返回 null,表示取不到有效值。
601
587
  # @type Msg: String
602
588
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
603
589
  # @type RequestId: String
@@ -638,7 +624,6 @@ module TencentCloud
638
624
  # DeleteStrategy返回参数结构体
639
625
  class DeleteStrategyResponse < TencentCloud::Common::AbstractModel
640
626
  # @param Msg: 是否成功
641
- # 注意:此字段可能返回 null,表示取不到有效值。
642
627
  # @type Msg: String
643
628
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
644
629
  # @type RequestId: String
@@ -675,7 +660,6 @@ module TencentCloud
675
660
  # DescribeAddressLocation返回参数结构体
676
661
  class DescribeAddressLocationResponse < TencentCloud::Common::AbstractModel
677
662
  # @param AddressLocation: 所属地域
678
- # 注意:此字段可能返回 null,表示取不到有效值。
679
663
  # @type AddressLocation: Array
680
664
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
681
665
  # @type RequestId: String
@@ -719,10 +703,8 @@ module TencentCloud
719
703
  # DescribeAddressPoolDetail返回参数结构体
720
704
  class DescribeAddressPoolDetailResponse < TencentCloud::Common::AbstractModel
721
705
  # @param AddressPool: 资源组详情描述
722
- # 注意:此字段可能返回 null,表示取不到有效值。
723
706
  # @type AddressPool: :class:`Tencentcloud::Igtm.v20231024.models.AddressPoolDetail`
724
707
  # @param AddressSet: 资源组中的资源列表
725
- # 注意:此字段可能返回 null,表示取不到有效值。
726
708
  # @type AddressSet: Array
727
709
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
728
710
  # @type RequestId: String
@@ -786,10 +768,8 @@ module TencentCloud
786
768
  # DescribeAddressPoolList返回参数结构体
787
769
  class DescribeAddressPoolListResponse < TencentCloud::Common::AbstractModel
788
770
  # @param AddressPoolSet: 资源组列表
789
- # 注意:此字段可能返回 null,表示取不到有效值。
790
771
  # @type AddressPoolSet: Array
791
772
  # @param TotalCount: 总数
792
- # 注意:此字段可能返回 null,表示取不到有效值。
793
773
  # @type TotalCount: Integer
794
774
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
795
775
  # @type RequestId: String
@@ -848,7 +828,7 @@ module TencentCloud
848
828
  # @type IsExpire: Integer
849
829
  # @param Status: 状态 ENABLED: 正常 ISOLATED: 隔离 DESTROYED:销毁 REFUNDED:已退款
850
830
  # @type Status: String
851
- # @param AutoRenewFlag: 是否自动续费01是
831
+ # @param AutoRenewFlag: 是否自动续费:01是
852
832
  # @type AutoRenewFlag: Integer
853
833
  # @param Remark: 备注
854
834
  # @type Remark: String
@@ -1106,13 +1086,10 @@ module TencentCloud
1106
1086
  # DescribeInstanceList返回参数结构体
1107
1087
  class DescribeInstanceListResponse < TencentCloud::Common::AbstractModel
1108
1088
  # @param InstanceSet: 实例列表
1109
- # 注意:此字段可能返回 null,表示取不到有效值。
1110
1089
  # @type InstanceSet: Array
1111
1090
  # @param TotalCount: 列表总数
1112
- # 注意:此字段可能返回 null,表示取不到有效值。
1113
1091
  # @type TotalCount: Integer
1114
1092
  # @param SystemAccessEnabled: 是否支持系统域名接入:true支持;false不支持
1115
- # 注意:此字段可能返回 null,表示取不到有效值。
1116
1093
  # @type SystemAccessEnabled: Boolean
1117
1094
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1118
1095
  # @type RequestId: String
@@ -1222,7 +1199,6 @@ module TencentCloud
1222
1199
  # DescribeMonitorDetail返回参数结构体
1223
1200
  class DescribeMonitorDetailResponse < TencentCloud::Common::AbstractModel
1224
1201
  # @param MonitorDetail: 探测规则
1225
- # 注意:此字段可能返回 null,表示取不到有效值。
1226
1202
  # @type MonitorDetail: :class:`Tencentcloud::Igtm.v20231024.models.MonitorDetail`
1227
1203
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1228
1204
  # @type RequestId: String
@@ -1270,7 +1246,6 @@ module TencentCloud
1270
1246
  # DescribeMonitors返回参数结构体
1271
1247
  class DescribeMonitorsResponse < TencentCloud::Common::AbstractModel
1272
1248
  # @param MonitorDataSet: 监控器列表
1273
- # 注意:此字段可能返回 null,表示取不到有效值。
1274
1249
  # @type MonitorDataSet: Array
1275
1250
  # @param TotalCount: 数量
1276
1251
  # @type TotalCount: Integer
@@ -1318,7 +1293,6 @@ module TencentCloud
1318
1293
  # DescribeQuotas返回参数结构体
1319
1294
  class DescribeQuotasResponse < TencentCloud::Common::AbstractModel
1320
1295
  # @param Quotas: 配额id
1321
- # 注意:此字段可能返回 null,表示取不到有效值。
1322
1296
  # @type Quotas: :class:`Tencentcloud::Igtm.v20231024.models.Quota`
1323
1297
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1324
1298
  # @type RequestId: String
@@ -1420,10 +1394,8 @@ module TencentCloud
1420
1394
  # DescribeStrategyList返回参数结构体
1421
1395
  class DescribeStrategyListResponse < TencentCloud::Common::AbstractModel
1422
1396
  # @param StrategySet: 策略列表
1423
- # 注意:此字段可能返回 null,表示取不到有效值。
1424
1397
  # @type StrategySet: Array
1425
1398
  # @param TotalCount: 总数
1426
- # 注意:此字段可能返回 null,表示取不到有效值。
1427
1399
  # @type TotalCount: Integer
1428
1400
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1429
1401
  # @type RequestId: String
@@ -1945,13 +1917,10 @@ module TencentCloud
1945
1917
  # 注意:此字段可能返回 null,表示取不到有效值。
1946
1918
  # @type AddressPools: Array
1947
1919
  # @param MainAddressPoolId: 地址池集合id
1948
- # 注意:此字段可能返回 null,表示取不到有效值。
1949
1920
  # @type MainAddressPoolId: Integer
1950
1921
  # @param MinSurviveNum: 切换阀值,不能大于主力集合内地址总数
1951
- # 注意:此字段可能返回 null,表示取不到有效值。
1952
1922
  # @type MinSurviveNum: Integer
1953
1923
  # @param TrafficStrategy: 切换策略:ALL解析所有地址;WEIGHT:负载均衡。当为ALL时,解析地址的权重值为1;当为WEIGHT时;权重为地址池权重*地址权重
1954
- # 注意:此字段可能返回 null,表示取不到有效值。
1955
1924
  # @type TrafficStrategy: String
1956
1925
 
1957
1926
  attr_accessor :AddressPools, :MainAddressPoolId, :MinSurviveNum, :TrafficStrategy
@@ -2005,7 +1974,7 @@ module TencentCloud
2005
1974
  # @type PoolId: Integer
2006
1975
  # @param PoolName: 地址池名称,不允许重复
2007
1976
  # @type PoolName: String
2008
- # @param TrafficStrategy: 流量策略: WEIGHT负载均衡,ALl解析全部
1977
+ # @param TrafficStrategy: 流量策略: WEIGHT负载均衡,ALL解析全部
2009
1978
  # @type TrafficStrategy: String
2010
1979
  # @param MonitorId: 监控器id
2011
1980
  # @type MonitorId: Integer
@@ -2041,7 +2010,6 @@ module TencentCloud
2041
2010
  # ModifyAddressPool返回参数结构体
2042
2011
  class ModifyAddressPoolResponse < TencentCloud::Common::AbstractModel
2043
2012
  # @param Msg: 是否修改成功
2044
- # 注意:此字段可能返回 null,表示取不到有效值。
2045
2013
  # @type Msg: String
2046
2014
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2047
2015
  # @type RequestId: String
@@ -2188,7 +2156,6 @@ module TencentCloud
2188
2156
  # ModifyMonitor返回参数结构体
2189
2157
  class ModifyMonitorResponse < TencentCloud::Common::AbstractModel
2190
2158
  # @param Msg: success 为修改成功
2191
- # 注意:此字段可能返回 null,表示取不到有效值。
2192
2159
  # @type Msg: String
2193
2160
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2194
2161
  # @type RequestId: String
@@ -2278,7 +2245,6 @@ module TencentCloud
2278
2245
  # ModifyStrategy返回参数结构体
2279
2246
  class ModifyStrategyResponse < TencentCloud::Common::AbstractModel
2280
2247
  # @param Msg: 是否成功
2281
- # 注意:此字段可能返回 null,表示取不到有效值。
2282
2248
  # @type Msg: String
2283
2249
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2284
2250
  # @type RequestId: String
@@ -2401,37 +2367,26 @@ module TencentCloud
2401
2367
  # 配额
2402
2368
  class Quota < TencentCloud::Common::AbstractModel
2403
2369
  # @param TaskQuota: 探测任务配额
2404
- # 注意:此字段可能返回 null,表示取不到有效值。
2405
2370
  # @type TaskQuota: Integer
2406
2371
  # @param PoolQuota: 地址池配额
2407
- # 注意:此字段可能返回 null,表示取不到有效值。
2408
2372
  # @type PoolQuota: Integer
2409
2373
  # @param AddressQuota: 地址配额
2410
- # 注意:此字段可能返回 null,表示取不到有效值。
2411
2374
  # @type AddressQuota: Integer
2412
2375
  # @param MonitorQuota: 探点资源数
2413
- # 注意:此字段可能返回 null,表示取不到有效值。
2414
2376
  # @type MonitorQuota: Integer
2415
2377
  # @param MessageQuota: 消息资源数
2416
- # 注意:此字段可能返回 null,表示取不到有效值。
2417
2378
  # @type MessageQuota: Integer
2418
2379
  # @param UsedTaskQuota: 已使用探测任务数
2419
- # 注意:此字段可能返回 null,表示取不到有效值。
2420
2380
  # @type UsedTaskQuota: Integer
2421
2381
  # @param UsedFreeInstanceNum: 已使用体验实例数
2422
- # 注意:此字段可能返回 null,表示取不到有效值。
2423
2382
  # @type UsedFreeInstanceNum: Integer
2424
2383
  # @param UsedBillInstanceNum: 已使用付费实例
2425
- # 注意:此字段可能返回 null,表示取不到有效值。
2426
2384
  # @type UsedBillInstanceNum: Integer
2427
2385
  # @param FreePackageNum: 体验套餐总数
2428
- # 注意:此字段可能返回 null,表示取不到有效值。
2429
2386
  # @type FreePackageNum: Integer
2430
2387
  # @param UsedBillPackageNum: 已使用付费套餐数
2431
- # 注意:此字段可能返回 null,表示取不到有效值。
2432
2388
  # @type UsedBillPackageNum: Integer
2433
2389
  # @param BillPackageNum: 付费套餐总数
2434
- # 注意:此字段可能返回 null,表示取不到有效值。
2435
2390
  # @type BillPackageNum: Integer
2436
2391
 
2437
2392
  attr_accessor :TaskQuota, :PoolQuota, :AddressQuota, :MonitorQuota, :MessageQuota, :UsedTaskQuota, :UsedFreeInstanceNum, :UsedBillInstanceNum, :FreePackageNum, :UsedBillPackageNum, :BillPackageNum
@@ -2497,7 +2452,6 @@ module TencentCloud
2497
2452
  # @param DnsLineId: 解析请求来源线路id
2498
2453
  # @type DnsLineId: Integer
2499
2454
  # @param Name: 解析请求来源线路名
2500
- # 注意:此字段可能返回 null,表示取不到有效值。
2501
2455
  # @type Name: String
2502
2456
 
2503
2457
  attr_accessor :DnsLineId, :Name
@@ -2516,19 +2470,15 @@ module TencentCloud
2516
2470
  # 地址池
2517
2471
  class Strategy < TencentCloud::Common::AbstractModel
2518
2472
  # @param InstanceId: 实例id
2519
- # 注意:此字段可能返回 null,表示取不到有效值。
2520
2473
  # @type InstanceId: String
2521
2474
  # @param Name: 策略名
2522
- # 注意:此字段可能返回 null,表示取不到有效值。
2523
2475
  # @type Name: String
2524
2476
  # @param Source: 地址来源
2525
2477
  # 注意:此字段可能返回 null,表示取不到有效值。
2526
2478
  # @type Source: Array
2527
2479
  # @param StrategyId: 策略id
2528
- # 注意:此字段可能返回 null,表示取不到有效值。
2529
2480
  # @type StrategyId: Integer
2530
2481
  # @param Status: 健康状态:ok健康、warn风险、down故障
2531
- # 注意:此字段可能返回 null,表示取不到有效值。
2532
2482
  # @type Status: String
2533
2483
  # @param ActivateMainPoolId: 生效的主力池id,null则为未知
2534
2484
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2537,28 +2487,20 @@ module TencentCloud
2537
2487
  # 注意:此字段可能返回 null,表示取不到有效值。
2538
2488
  # @type ActivateLevel: Integer
2539
2489
  # @param ActivePoolType: 当前生效地址池集合类型:main主力;fallback兜底
2540
- # 注意:此字段可能返回 null,表示取不到有效值。
2541
2490
  # @type ActivePoolType: String
2542
2491
  # @param ActiveTrafficStrategy: 当前生效地址池流量策略:all解析所有;weight负载均衡
2543
- # 注意:此字段可能返回 null,表示取不到有效值。
2544
2492
  # @type ActiveTrafficStrategy: String
2545
2493
  # @param MonitorNum: 监控器数量
2546
- # 注意:此字段可能返回 null,表示取不到有效值。
2547
2494
  # @type MonitorNum: Integer
2548
2495
  # @param IsEnabled: 是否开启:ENABLED开启;DISABLED关闭
2549
- # 注意:此字段可能返回 null,表示取不到有效值。
2550
2496
  # @type IsEnabled: String
2551
2497
  # @param KeepDomainRecords: 是否保留线路:enabled保留,disabled不保留,只保留默认线路
2552
- # 注意:此字段可能返回 null,表示取不到有效值。
2553
2498
  # @type KeepDomainRecords: String
2554
2499
  # @param SwitchPoolType: 调度模式:AUTO默认;PAUSE仅暂停不切换
2555
- # 注意:此字段可能返回 null,表示取不到有效值。
2556
2500
  # @type SwitchPoolType: String
2557
2501
  # @param CreatedOn: 创建时间
2558
- # 注意:此字段可能返回 null,表示取不到有效值。
2559
2502
  # @type CreatedOn: String
2560
2503
  # @param UpdatedOn: 更新时间
2561
- # 注意:此字段可能返回 null,表示取不到有效值。
2562
2504
  # @type UpdatedOn: String
2563
2505
 
2564
2506
  attr_accessor :InstanceId, :Name, :Source, :StrategyId, :Status, :ActivateMainPoolId, :ActivateLevel, :ActivePoolType, :ActiveTrafficStrategy, :MonitorNum, :IsEnabled, :KeepDomainRecords, :SwitchPoolType, :CreatedOn, :UpdatedOn
@@ -2610,13 +2552,10 @@ module TencentCloud
2610
2552
  # 策略详情
2611
2553
  class StrategyDetail < TencentCloud::Common::AbstractModel
2612
2554
  # @param InstanceId: 实例id
2613
- # 注意:此字段可能返回 null,表示取不到有效值。
2614
2555
  # @type InstanceId: String
2615
2556
  # @param StrategyId: 策略id
2616
- # 注意:此字段可能返回 null,表示取不到有效值。
2617
2557
  # @type StrategyId: Integer
2618
2558
  # @param Name: 策略名
2619
- # 注意:此字段可能返回 null,表示取不到有效值。
2620
2559
  # @type Name: String
2621
2560
  # @param Source: 线路
2622
2561
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2628,19 +2567,15 @@ module TencentCloud
2628
2567
  # 注意:此字段可能返回 null,表示取不到有效值。
2629
2568
  # @type FallbackAddressPoolSet: Array
2630
2569
  # @param KeepDomainRecords: 是否保留线路:enabled保留,disabled不保留,只保留默认线路
2631
- # 注意:此字段可能返回 null,表示取不到有效值。
2632
2570
  # @type KeepDomainRecords: String
2633
2571
  # @param ActivateMainPoolId: 生效主力地址池id
2634
2572
  # 注意:此字段可能返回 null,表示取不到有效值。
2635
2573
  # @type ActivateMainPoolId: Integer
2636
2574
  # @param CreatedOn: 创建时间
2637
- # 注意:此字段可能返回 null,表示取不到有效值。
2638
2575
  # @type CreatedOn: String
2639
2576
  # @param UpdatedOn: 更新时间
2640
- # 注意:此字段可能返回 null,表示取不到有效值。
2641
2577
  # @type UpdatedOn: String
2642
2578
  # @param SwitchPoolType: 调度模式:AUTO默认;PAUSE仅暂停不切换
2643
- # 注意:此字段可能返回 null,表示取不到有效值。
2644
2579
  # @type SwitchPoolType: String
2645
2580
 
2646
2581
  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.1103
4
+ version: 3.0.1105
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-17 00:00:00.000000000 Z
11
+ date: 2025-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common