tencentcloud-sdk-tse 3.0.1037 → 3.0.1038

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/v20201207/models.rb +0 -150
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b0d9d37e7ca5f7f88e4d08b747d9dc4773ff1648
4
- data.tar.gz: 8c64817ce45dc0f11273cd8a16824bfcb1982e32
3
+ metadata.gz: e59a1c3f5712418785739ef5d4429bd715887c3f
4
+ data.tar.gz: 43b041a6d3a57d48b77960c6a260ddbf6f52ce55
5
5
  SHA512:
6
- metadata.gz: f9ecd89465b5b998f407eb2d53e8df3a919a48dcf968c152d92d4b731dd1577fce595d2277a49ee53ec508f2cca7c757ded2c5096f55d18708cceff372c7320a
7
- data.tar.gz: 2f9a6ca27a444a8bc1053b578659f44c25e209ab420cfe059249c73f62ec7edb52c205840d6cd5bd7eec11a4b94039af26864098d0bb43c3fb2a8aade5ea9ed4
6
+ metadata.gz: ab5d4fa716ef47e204962b0fd0db3d10cb55678156debd89e7ee80fcd53aebb1a6ffae578174c0ff07739b1fc6576a4ab73c3ff601f20b017345de23bc6d9de1
7
+ data.tar.gz: 3a51278b33b5e9e4dd4284dd26c4a6193082fc749a781e6b13743cbca022e809d188fffd6d0a84b154909a483b89e70989b1a9ff2417244bc67564090eac62cb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1037
1
+ 3.0.1038
@@ -343,10 +343,8 @@ module TencentCloud
343
343
  # 灰度规则列表
344
344
  class CloudAPIGatewayCanaryRuleList < TencentCloud::Common::AbstractModel
345
345
  # @param CanaryRuleList: 灰度规则
346
- # 注意:此字段可能返回 null,表示取不到有效值。
347
346
  # @type CanaryRuleList: Array
348
347
  # @param TotalCount: 总数
349
- # 注意:此字段可能返回 null,表示取不到有效值。
350
348
  # @type TotalCount: Integer
351
349
 
352
350
  attr_accessor :CanaryRuleList, :TotalCount
@@ -372,16 +370,12 @@ module TencentCloud
372
370
  # 含百分比流量配置的服务
373
371
  class CloudNativeAPIGatewayBalancedService < TencentCloud::Common::AbstractModel
374
372
  # @param ServiceID: 服务 ID,作为入参时,必填
375
- # 注意:此字段可能返回 null,表示取不到有效值。
376
373
  # @type ServiceID: String
377
374
  # @param ServiceName: 服务名称,作为入参时,无意义
378
- # 注意:此字段可能返回 null,表示取不到有效值。
379
375
  # @type ServiceName: String
380
376
  # @param UpstreamName: Upstream 名称,作为入参时,无意义
381
- # 注意:此字段可能返回 null,表示取不到有效值。
382
377
  # @type UpstreamName: String
383
378
  # @param Percent: 百分比,10 即 10%,范围0-100
384
- # 注意:此字段可能返回 null,表示取不到有效值。
385
379
  # @type Percent: Float
386
380
 
387
381
  attr_accessor :ServiceID, :ServiceName, :UpstreamName, :Percent
@@ -404,44 +398,32 @@ module TencentCloud
404
398
  # 灰度规则
405
399
  class CloudNativeAPIGatewayCanaryRule < TencentCloud::Common::AbstractModel
406
400
  # @param Priority: 优先级,值范围为 0 到 100;值越大,优先级越高;不同规则间优先级不可重复
407
- # 注意:此字段可能返回 null,表示取不到有效值。
408
401
  # @type Priority: Integer
409
402
  # @param Enabled: 是否启用规则
410
- # 注意:此字段可能返回 null,表示取不到有效值。
411
403
  # @type Enabled: Boolean
412
404
  # @param ConditionList: 参数匹配条件
413
- # 注意:此字段可能返回 null,表示取不到有效值。
414
405
  # @type ConditionList: Array
415
406
  # @param BalancedServiceList: 服务的流量百分比配置
416
407
  # 注意:此字段可能返回 null,表示取不到有效值。
417
408
  # @type BalancedServiceList: Array
418
409
  # @param ServiceId: 归属服务 ID
419
- # 注意:此字段可能返回 null,表示取不到有效值。
420
410
  # @type ServiceId: String
421
411
  # @param ServiceName: 归属服务名称
422
- # 注意:此字段可能返回 null,表示取不到有效值。
423
412
  # @type ServiceName: String
424
413
  # @param RuleType: 灰度规则类别
425
414
  # Standard|Lane
426
- # 注意:此字段可能返回 null,表示取不到有效值。
427
415
  # @type RuleType: String
428
416
  # @param MatchType: 全链路灰度策略多个条件之间的匹配方式,与AND,或OR
429
- # 注意:此字段可能返回 null,表示取不到有效值。
430
417
  # @type MatchType: String
431
418
  # @param GroupId: 泳道组ID
432
- # 注意:此字段可能返回 null,表示取不到有效值。
433
419
  # @type GroupId: String
434
420
  # @param GroupName: 泳道组名称
435
- # 注意:此字段可能返回 null,表示取不到有效值。
436
421
  # @type GroupName: String
437
422
  # @param LaneId: 泳道ID
438
- # 注意:此字段可能返回 null,表示取不到有效值。
439
423
  # @type LaneId: String
440
424
  # @param LaneName: 泳道名称
441
- # 注意:此字段可能返回 null,表示取不到有效值。
442
425
  # @type LaneName: String
443
426
  # @param MatchMode: 泳道匹配规则:严格STRICT|宽松PERMISSIVE
444
- # 注意:此字段可能返回 null,表示取不到有效值。
445
427
  # @type MatchMode: String
446
428
  # @param LaneTag: 泳道标签
447
429
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -501,25 +483,18 @@ module TencentCloud
501
483
  # 灰度规则中的条件配置
502
484
  class CloudNativeAPIGatewayCanaryRuleCondition < TencentCloud::Common::AbstractModel
503
485
  # @param Type: 条件类型,支持 path, method, query, header, cookie, body 和 system。
504
- # 注意:此字段可能返回 null,表示取不到有效值。
505
486
  # @type Type: String
506
487
  # @param Key: 参数名
507
- # 注意:此字段可能返回 null,表示取不到有效值。
508
488
  # @type Key: String
509
489
  # @param Operator: 操作符,支持 "le", "eq", "lt", "ne", "ge", "gt", "regex", "exists", "in", "not in", "prefix" ,"exact", "regex" 等
510
- # 注意:此字段可能返回 null,表示取不到有效值。
511
490
  # @type Operator: String
512
491
  # @param Value: 目标参数值
513
- # 注意:此字段可能返回 null,表示取不到有效值。
514
492
  # @type Value: String
515
493
  # @param Delimiter: 分隔符,当 Operator 为 in 或者 not in 时生效。支持值为英文逗号,英文分号,空格,换行符。
516
- # 注意:此字段可能返回 null,表示取不到有效值。
517
494
  # @type Delimiter: String
518
495
  # @param GlobalConfigId: 全局配置 Id
519
- # 注意:此字段可能返回 null,表示取不到有效值。
520
496
  # @type GlobalConfigId: String
521
497
  # @param GlobalConfigName: 全局配置名称
522
- # 注意:此字段可能返回 null,表示取不到有效值。
523
498
  # @type GlobalConfigName: String
524
499
 
525
500
  attr_accessor :Type, :Key, :Operator, :Value, :Delimiter, :GlobalConfigId, :GlobalConfigName
@@ -652,25 +627,18 @@ module TencentCloud
652
627
  # @param NodeIp: 节点 ip
653
628
  # @type NodeIp: String
654
629
  # @param ZoneId: Zone id
655
- # 注意:此字段可能返回 null,表示取不到有效值。
656
630
  # @type ZoneId: String
657
631
  # @param Zone: Zone
658
- # 注意:此字段可能返回 null,表示取不到有效值。
659
632
  # @type Zone: String
660
633
  # @param GroupId: 分组ID
661
- # 注意:此字段可能返回 null,表示取不到有效值。
662
634
  # @type GroupId: String
663
635
  # @param GroupName: 分组名
664
- # 注意:此字段可能返回 null,表示取不到有效值。
665
636
  # @type GroupName: String
666
637
  # @param Status: 状态
667
- # 注意:此字段可能返回 null,表示取不到有效值。
668
638
  # @type Status: String
669
639
  # @param Weight: 节点权重
670
- # 注意:此字段可能返回 null,表示取不到有效值。
671
640
  # @type Weight: Integer
672
641
  # @param IsDefaultWeight: 是否默认权重
673
- # 注意:此字段可能返回 null,表示取不到有效值。
674
642
  # @type IsDefaultWeight: Boolean
675
643
 
676
644
  attr_accessor :NodeId, :NodeIp, :ZoneId, :Zone, :GroupId, :GroupName, :Status, :Weight, :IsDefaultWeight
@@ -727,30 +695,22 @@ module TencentCloud
727
695
  # @param QpsThresholds: qps阈值
728
696
  # @type QpsThresholds: Array
729
697
  # @param Path: 需要进行流量控制的请求路径
730
- # 注意:此字段可能返回 null,表示取不到有效值。
731
698
  # @type Path: String
732
699
  # @param Header: 需要进行流量控制的请求头Key
733
- # 注意:此字段可能返回 null,表示取不到有效值。
734
700
  # @type Header: String
735
701
  # @param LimitBy: 限流依据
736
702
  # ip service consumer credential path header
737
703
  # @type LimitBy: String
738
704
  # @param ExternalRedis: 外部redis配置
739
- # 注意:此字段可能返回 null,表示取不到有效值。
740
705
  # @type ExternalRedis: :class:`Tencentcloud::Tse.v20201207.models.ExternalRedis`
741
706
  # @param Policy: 计数器策略
742
707
  # local 单机
743
708
  # redis 默认redis
744
709
  # external_redis 外部redis
745
-
746
- # 注意:此字段可能返回 null,表示取不到有效值。
747
710
  # @type Policy: String
748
711
  # @param RateLimitResponse: 响应配置,响应策略为text
749
-
750
- # 注意:此字段可能返回 null,表示取不到有效值。
751
712
  # @type RateLimitResponse: :class:`Tencentcloud::Tse.v20201207.models.RateLimitResponse`
752
713
  # @param RateLimitResponseUrl: 请求转发地址
753
- # 注意:此字段可能返回 null,表示取不到有效值。
754
714
  # @type RateLimitResponseUrl: String
755
715
  # @param ResponseType: 响应策略
756
716
  # url请求转发
@@ -841,25 +801,18 @@ module TencentCloud
841
801
  # @param StrategyId: 策略ID
842
802
  # @type StrategyId: String
843
803
  # @param StrategyName: 策略名称
844
- # 注意:此字段可能返回 null,表示取不到有效值。
845
804
  # @type StrategyName: String
846
805
  # @param CreateTime: 创建时间
847
- # 注意:此字段可能返回 null,表示取不到有效值。
848
806
  # @type CreateTime: String
849
807
  # @param ModifyTime: 更新时间
850
- # 注意:此字段可能返回 null,表示取不到有效值。
851
808
  # @type ModifyTime: String
852
809
  # @param Description: 策略描述
853
- # 注意:此字段可能返回 null,表示取不到有效值。
854
810
  # @type Description: String
855
811
  # @param Config: 弹性伸缩配置
856
- # 注意:此字段可能返回 null,表示取不到有效值。
857
812
  # @type Config: :class:`Tencentcloud::Tse.v20201207.models.CloudNativeAPIGatewayStrategyAutoScalerConfig`
858
813
  # @param GatewayId: 网关实例ID
859
- # 注意:此字段可能返回 null,表示取不到有效值。
860
814
  # @type GatewayId: String
861
815
  # @param CronConfig: 定时伸缩配置
862
- # 注意:此字段可能返回 null,表示取不到有效值。
863
816
  # @type CronConfig: :class:`Tencentcloud::Tse.v20201207.models.CloudNativeAPIGatewayStrategyCronScalerConfig`
864
817
  # @param MaxReplicas: 最大节点数
865
818
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -1007,19 +960,14 @@ module TencentCloud
1007
960
  # 策略绑定的网关分组信息
1008
961
  class CloudNativeAPIGatewayStrategyBindingGroupInfo < TencentCloud::Common::AbstractModel
1009
962
  # @param GroupId: 网关分组ID
1010
- # 注意:此字段可能返回 null,表示取不到有效值。
1011
963
  # @type GroupId: String
1012
964
  # @param NodeConfig: 节点配置
1013
- # 注意:此字段可能返回 null,表示取不到有效值。
1014
965
  # @type NodeConfig: :class:`Tencentcloud::Tse.v20201207.models.CloudNativeAPIGatewayNodeConfig`
1015
966
  # @param BindTime: 绑定时间
1016
- # 注意:此字段可能返回 null,表示取不到有效值。
1017
967
  # @type BindTime: String
1018
968
  # @param GroupName: 网关分组名称
1019
- # 注意:此字段可能返回 null,表示取不到有效值。
1020
969
  # @type GroupName: String
1021
970
  # @param Status: 绑定状态
1022
- # 注意:此字段可能返回 null,表示取不到有效值。
1023
971
  # @type Status: String
1024
972
 
1025
973
  attr_accessor :GroupId, :NodeConfig, :BindTime, :GroupName, :Status
@@ -1128,10 +1076,8 @@ module TencentCloud
1128
1076
  # 云原生API网关vpc配置。
1129
1077
  class CloudNativeAPIGatewayVpcConfig < TencentCloud::Common::AbstractModel
1130
1078
  # @param VpcId: 私有网络ID。
1131
- # 注意:此字段可能返回 null,表示取不到有效值。
1132
1079
  # @type VpcId: String
1133
1080
  # @param SubnetId: 子网ID。
1134
- # 注意:此字段可能返回 null,表示取不到有效值。
1135
1081
  # @type SubnetId: String
1136
1082
 
1137
1083
  attr_accessor :VpcId, :SubnetId
@@ -2098,7 +2044,6 @@ module TencentCloud
2098
2044
  # @param Status: 云原生网关状态。
2099
2045
  # @type Status: String
2100
2046
  # @param TaskId: 任务ID
2101
- # 注意:此字段可能返回 null,表示取不到有效值。
2102
2047
  # @type TaskId: String
2103
2048
 
2104
2049
  attr_accessor :GatewayId, :Status, :TaskId
@@ -4028,7 +3973,6 @@ module TencentCloud
4028
3973
  # @param Status: 删除状态
4029
3974
  # @type Status: String
4030
3975
  # @param TaskId: 任务ID
4031
- # 注意:此字段可能返回 null,表示取不到有效值。
4032
3976
  # @type TaskId: String
4033
3977
 
4034
3978
  attr_accessor :GatewayId, :GroupId, :Status, :TaskId
@@ -4471,13 +4415,10 @@ module TencentCloud
4471
4415
  # @param ConfigList: 分组网络配置列表。
4472
4416
  # @type ConfigList: Array
4473
4417
  # @param GroupSubnetId: 分组子网信息
4474
- # 注意:此字段可能返回 null,表示取不到有效值。
4475
4418
  # @type GroupSubnetId: String
4476
4419
  # @param GroupVpcId: 分组VPC信息
4477
- # 注意:此字段可能返回 null,表示取不到有效值。
4478
4420
  # @type GroupVpcId: String
4479
4421
  # @param GroupId: 分组ID
4480
- # 注意:此字段可能返回 null,表示取不到有效值。
4481
4422
  # @type GroupId: String
4482
4423
 
4483
4424
  attr_accessor :GatewayId, :ConfigList, :GroupSubnetId, :GroupVpcId, :GroupId
@@ -4724,53 +4665,37 @@ module TencentCloud
4724
4665
  # @param CreateTime: 云原生API网关创建时间。
4725
4666
  # @type CreateTime: String
4726
4667
  # @param Tags: 实例的标签信息
4727
- # 注意:此字段可能返回 null,表示取不到有效值。
4728
4668
  # @type Tags: Array
4729
4669
  # @param EnableCls: 是否开启 cls 日志
4730
- # 注意:此字段可能返回 null,表示取不到有效值。
4731
4670
  # @type EnableCls: Boolean
4732
4671
  # @param TradeType: 付费模式,0表示后付费,1预付费
4733
- # 注意:此字段可能返回 null,表示取不到有效值。
4734
4672
  # @type TradeType: Integer
4735
4673
  # @param FeatureVersion: 实例版本,当前支持开发版、标准版、专业版【TRIAL、STANDARD、PROFESSIONAL】
4736
- # 注意:此字段可能返回 null,表示取不到有效值。
4737
4674
  # @type FeatureVersion: String
4738
4675
  # @param InternetMaxBandwidthOut: 公网出流量带宽,[1,2048]Mbps
4739
- # 注意:此字段可能返回 null,表示取不到有效值。
4740
4676
  # @type InternetMaxBandwidthOut: Integer
4741
4677
  # @param AutoRenewFlag: 自动续费标记,0表示默认状态(用户未设置,即初始状态);
4742
4678
  # 1表示自动续费,2表示明确不自动续费(用户设置),若业务无续费概念或无需自动续费,需要设置为0
4743
- # 注意:此字段可能返回 null,表示取不到有效值。
4744
4679
  # @type AutoRenewFlag: Integer
4745
4680
  # @param CurDeadline: 到期时间,预付费时使用
4746
- # 注意:此字段可能返回 null,表示取不到有效值。
4747
4681
  # @type CurDeadline: String
4748
4682
  # @param IsolateTime: 隔离时间,实例隔离时使用
4749
- # 注意:此字段可能返回 null,表示取不到有效值。
4750
4683
  # @type IsolateTime: String
4751
4684
  # @param EnableInternet: 是否开启客户端公网。
4752
- # 注意:此字段可能返回 null,表示取不到有效值。
4753
4685
  # @type EnableInternet: Boolean
4754
4686
  # @param EngineRegion: 实例实际的地域信息
4755
- # 注意:此字段可能返回 null,表示取不到有效值。
4756
4687
  # @type EngineRegion: String
4757
4688
  # @param IngressClassName: Ingress class名称
4758
- # 注意:此字段可能返回 null,表示取不到有效值。
4759
4689
  # @type IngressClassName: String
4760
4690
  # @param InternetPayMode: 公网计费方式。可选取值 BANDWIDTH | TRAFFIC ,表示按带宽和按流量计费。
4761
- # 注意:此字段可能返回 null,表示取不到有效值。
4762
4691
  # @type InternetPayMode: String
4763
4692
  # @param GatewayMinorVersion: 云原生API网关小版本号
4764
- # 注意:此字段可能返回 null,表示取不到有效值。
4765
4693
  # @type GatewayMinorVersion: String
4766
4694
  # @param InstancePort: 实例监听的端口信息
4767
- # 注意:此字段可能返回 null,表示取不到有效值。
4768
4695
  # @type InstancePort: :class:`Tencentcloud::Tse.v20201207.models.InstancePort`
4769
4696
  # @param LoadBalancerType: 公网CLB默认类型
4770
- # 注意:此字段可能返回 null,表示取不到有效值。
4771
4697
  # @type LoadBalancerType: String
4772
4698
  # @param PublicIpAddresses: 公网IP地址列表
4773
- # 注意:此字段可能返回 null,表示取不到有效值。
4774
4699
  # @type PublicIpAddresses: Array
4775
4700
 
4776
4701
  attr_accessor :GatewayId, :Status, :Name, :Type, :GatewayVersion, :NodeConfig, :VpcConfig, :Description, :CreateTime, :Tags, :EnableCls, :TradeType, :FeatureVersion, :InternetMaxBandwidthOut, :AutoRenewFlag, :CurDeadline, :IsolateTime, :EnableInternet, :EngineRegion, :IngressClassName, :InternetPayMode, :GatewayMinorVersion, :InstancePort, :LoadBalancerType, :PublicIpAddresses
@@ -6669,13 +6594,10 @@ module TencentCloud
6669
6594
  # 获取云原生api网关公网地址信息响应结果
6670
6595
  class DescribePublicAddressConfigResult < TencentCloud::Common::AbstractModel
6671
6596
  # @param GatewayId: 网关实例id
6672
- # 注意:此字段可能返回 null,表示取不到有效值。
6673
6597
  # @type GatewayId: String
6674
6598
  # @param ConfigList: 公网地址信息
6675
- # 注意:此字段可能返回 null,表示取不到有效值。
6676
6599
  # @type ConfigList: Array
6677
6600
  # @param TotalCount: 总个数
6678
- # 注意:此字段可能返回 null,表示取不到有效值。
6679
6601
  # @type TotalCount: Integer
6680
6602
 
6681
6603
  attr_accessor :GatewayId, :ConfigList, :TotalCount
@@ -7102,16 +7024,12 @@ module TencentCloud
7102
7024
  # 获取WAF保护资源状态
7103
7025
  class DescribeWafProtectionResult < TencentCloud::Common::AbstractModel
7104
7026
  # @param GlobalStatus: 全局防护状态
7105
- # 注意:此字段可能返回 null,表示取不到有效值。
7106
7027
  # @type GlobalStatus: String
7107
7028
  # @param ServicesStatus: 服务防护状态
7108
- # 注意:此字段可能返回 null,表示取不到有效值。
7109
7029
  # @type ServicesStatus: Array
7110
7030
  # @param RouteStatus: 路由防护状态
7111
- # 注意:此字段可能返回 null,表示取不到有效值。
7112
7031
  # @type RouteStatus: Array
7113
7032
  # @param ObjectStatus: 对象防护状态
7114
- # 注意:此字段可能返回 null,表示取不到有效值。
7115
7033
  # @type ObjectStatus: String
7116
7034
 
7117
7035
  attr_accessor :GlobalStatus, :ServicesStatus, :RouteStatus, :ObjectStatus
@@ -7444,16 +7362,12 @@ module TencentCloud
7444
7362
  # 云原生网关限流插件外部redis配置
7445
7363
  class ExternalRedis < TencentCloud::Common::AbstractModel
7446
7364
  # @param RedisHost: redis ip
7447
- # 注意:此字段可能返回 null,表示取不到有效值。
7448
7365
  # @type RedisHost: String
7449
7366
  # @param RedisPassword: redis密码
7450
- # 注意:此字段可能返回 null,表示取不到有效值。
7451
7367
  # @type RedisPassword: String
7452
7368
  # @param RedisPort: redis端口
7453
- # 注意:此字段可能返回 null,表示取不到有效值。
7454
7369
  # @type RedisPort: Integer
7455
7370
  # @param RedisTimeout: 超时时间 ms
7456
- # 注意:此字段可能返回 null,表示取不到有效值。
7457
7371
  # @type RedisTimeout: Integer
7458
7372
 
7459
7373
  attr_accessor :RedisHost, :RedisPassword, :RedisPort, :RedisTimeout
@@ -8198,16 +8112,12 @@ module TencentCloud
8198
8112
  # 实例监听端口信息
8199
8113
  class InstancePort < TencentCloud::Common::AbstractModel
8200
8114
  # @param HttpPort: 监听的 http 端口范围。
8201
- # 注意:此字段可能返回 null,表示取不到有效值。
8202
8115
  # @type HttpPort: String
8203
8116
  # @param HttpsPort: 监听的 https 端口范围。
8204
- # 注意:此字段可能返回 null,表示取不到有效值。
8205
8117
  # @type HttpsPort: String
8206
8118
  # @param TcpPort: 监听的 tcp 端口范围。
8207
- # 注意:此字段可能返回 null,表示取不到有效值。
8208
8119
  # @type TcpPort: String
8209
8120
  # @param UdpPort: 监听的 udp 端口范围。
8210
- # 注意:此字段可能返回 null,表示取不到有效值。
8211
8121
  # @type UdpPort: String
8212
8122
 
8213
8123
  attr_accessor :HttpPort, :HttpsPort, :TcpPort, :UdpPort
@@ -8334,10 +8244,8 @@ module TencentCloud
8334
8244
  # Key/Value结构
8335
8245
  class KeyValue < TencentCloud::Common::AbstractModel
8336
8246
  # @param Key: 条件的Key
8337
- # 注意:此字段可能返回 null,表示取不到有效值。
8338
8247
  # @type Key: String
8339
8248
  # @param Value: 条件的Value
8340
- # 注意:此字段可能返回 null,表示取不到有效值。
8341
8249
  # @type Value: String
8342
8250
 
8343
8251
  attr_accessor :Key, :Value
@@ -8403,7 +8311,6 @@ module TencentCloud
8403
8311
  # kong证书列表
8404
8312
  class KongCertificatesList < TencentCloud::Common::AbstractModel
8405
8313
  # @param Total: 证书列表总数
8406
- # 注意:此字段可能返回 null,表示取不到有效值。
8407
8314
  # @type Total: Integer
8408
8315
  # @param CertificatesList: 无
8409
8316
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -8612,37 +8519,28 @@ module TencentCloud
8612
8519
  # 云原生网关服务详细信息
8613
8520
  class KongServiceDetail < TencentCloud::Common::AbstractModel
8614
8521
  # @param ID: 服务ID
8615
- # 注意:此字段可能返回 null,表示取不到有效值。
8616
8522
  # @type ID: String
8617
8523
  # @param Name: 服务名字
8618
- # 注意:此字段可能返回 null,表示取不到有效值。
8619
8524
  # @type Name: String
8620
8525
  # @param Protocol: 后端协议
8621
- # 注意:此字段可能返回 null,表示取不到有效值。
8622
8526
  # @type Protocol: String
8623
8527
  # @param Path: 后端路径
8624
8528
  # 注意:此字段可能返回 null,表示取不到有效值。
8625
8529
  # @type Path: String
8626
8530
  # @param Timeout: 后端延时,单位ms
8627
- # 注意:此字段可能返回 null,表示取不到有效值。
8628
8531
  # @type Timeout: Integer
8629
8532
  # @param Retries: 重试次数
8630
- # 注意:此字段可能返回 null,表示取不到有效值。
8631
8533
  # @type Retries: Integer
8632
8534
  # @param Tags: 标签
8633
8535
  # 注意:此字段可能返回 null,表示取不到有效值。
8634
8536
  # @type Tags: Array
8635
8537
  # @param UpstreamInfo: 后端配置
8636
- # 注意:此字段可能返回 null,表示取不到有效值。
8637
8538
  # @type UpstreamInfo: :class:`Tencentcloud::Tse.v20201207.models.KongUpstreamInfo`
8638
8539
  # @param UpstreamType: 后端类型
8639
- # 注意:此字段可能返回 null,表示取不到有效值。
8640
8540
  # @type UpstreamType: String
8641
8541
  # @param Editable: 是否可编辑
8642
- # 注意:此字段可能返回 null,表示取不到有效值。
8643
8542
  # @type Editable: Boolean
8644
8543
  # @param CreatedTime: 创建时间
8645
- # 注意:此字段可能返回 null,表示取不到有效值。
8646
8544
  # @type CreatedTime: String
8647
8545
 
8648
8546
  attr_accessor :ID, :Name, :Protocol, :Path, :Timeout, :Retries, :Tags, :UpstreamInfo, :UpstreamType, :Editable, :CreatedTime
@@ -8944,7 +8842,6 @@ module TencentCloud
8944
8842
  # kong后端upstream列表
8945
8843
  class KongUpstreamList < TencentCloud::Common::AbstractModel
8946
8844
  # @param UpstreamList: 无
8947
- # 注意:此字段可能返回 null,表示取不到有效值。
8948
8845
  # @type UpstreamList: Array
8949
8846
 
8950
8847
  attr_accessor :UpstreamList
@@ -8968,13 +8865,10 @@ module TencentCloud
8968
8865
  # 云原生网关Upstream信息
8969
8866
  class KongUpstreamPreview < TencentCloud::Common::AbstractModel
8970
8867
  # @param ID: 服务ID
8971
- # 注意:此字段可能返回 null,表示取不到有效值。
8972
8868
  # @type ID: String
8973
8869
  # @param Name: 服务名字
8974
- # 注意:此字段可能返回 null,表示取不到有效值。
8975
8870
  # @type Name: String
8976
8871
  # @param Target: 后端配置
8977
- # 注意:此字段可能返回 null,表示取不到有效值。
8978
8872
  # @type Target: Array
8979
8873
 
8980
8874
  attr_accessor :ID, :Name, :Target
@@ -9002,16 +8896,12 @@ module TencentCloud
9002
8896
  # 参数限流的规则
9003
8897
  class LimitRule < TencentCloud::Common::AbstractModel
9004
8898
  # @param Filters: 请求匹配条件
9005
- # 注意:此字段可能返回 null,表示取不到有效值。
9006
8899
  # @type Filters: Array
9007
8900
  # @param LimitBy: 参数限流依据组合
9008
- # 注意:此字段可能返回 null,表示取不到有效值。
9009
8901
  # @type LimitBy: Array
9010
8902
  # @param QpsThresholds: 限流阈值
9011
- # 注意:此字段可能返回 null,表示取不到有效值。
9012
8903
  # @type QpsThresholds: Array
9013
8904
  # @param AccurateQpsThresholds: 精确限流阈值
9014
- # 注意:此字段可能返回 null,表示取不到有效值。
9015
8905
  # @type AccurateQpsThresholds: Array
9016
8906
 
9017
8907
  attr_accessor :Filters, :LimitBy, :QpsThresholds, :AccurateQpsThresholds
@@ -10403,25 +10293,18 @@ module TencentCloud
10403
10293
  # 1:是。
10404
10294
  # @type IsFirstGroup: Integer
10405
10295
  # @param BindingStrategy: 关联策略信息
10406
- # 注意:此字段可能返回 null,表示取不到有效值。
10407
10296
  # @type BindingStrategy: :class:`Tencentcloud::Tse.v20201207.models.CloudNativeAPIGatewayStrategy`
10408
10297
  # @param GatewayId: 网关实例 id
10409
- # 注意:此字段可能返回 null,表示取不到有效值。
10410
10298
  # @type GatewayId: String
10411
10299
  # @param InternetMaxBandwidthOut: 带宽
10412
- # 注意:此字段可能返回 null,表示取不到有效值。
10413
10300
  # @type InternetMaxBandwidthOut: Integer
10414
10301
  # @param ModifyTime: 修改时间
10415
- # 注意:此字段可能返回 null,表示取不到有效值。
10416
10302
  # @type ModifyTime: String
10417
10303
  # @param SubnetIds: 子网id
10418
- # 注意:此字段可能返回 null,表示取不到有效值。
10419
10304
  # @type SubnetIds: String
10420
10305
  # @param DefaultWeight: 分组默认权重
10421
- # 注意:此字段可能返回 null,表示取不到有效值。
10422
10306
  # @type DefaultWeight: Integer
10423
10307
  # @param ElasticNumber: 弹性节点
10424
- # 注意:此字段可能返回 null,表示取不到有效值。
10425
10308
  # @type ElasticNumber: Integer
10426
10309
 
10427
10310
  attr_accessor :GroupId, :Name, :Description, :NodeConfig, :Status, :CreateTime, :IsFirstGroup, :BindingStrategy, :GatewayId, :InternetMaxBandwidthOut, :ModifyTime, :SubnetIds, :DefaultWeight, :ElasticNumber
@@ -10652,22 +10535,16 @@ module TencentCloud
10652
10535
  # 公网地址信息
10653
10536
  class PublicAddressConfig < TencentCloud::Common::AbstractModel
10654
10537
  # @param Vip: 公网 ip
10655
- # 注意:此字段可能返回 null,表示取不到有效值。
10656
10538
  # @type Vip: String
10657
10539
  # @param InternetMaxBandwidthOut: 公网最大带宽
10658
- # 注意:此字段可能返回 null,表示取不到有效值。
10659
10540
  # @type InternetMaxBandwidthOut: Integer
10660
10541
  # @param GroupId: 公网所属分组 id
10661
- # 注意:此字段可能返回 null,表示取不到有效值。
10662
10542
  # @type GroupId: String
10663
10543
  # @param GroupName: 公网所属分组名
10664
- # 注意:此字段可能返回 null,表示取不到有效值。
10665
10544
  # @type GroupName: String
10666
10545
  # @param NetworkId: 公网负载均衡 id
10667
- # 注意:此字段可能返回 null,表示取不到有效值。
10668
10546
  # @type NetworkId: String
10669
10547
  # @param Description: 公网负载均衡描述
10670
- # 注意:此字段可能返回 null,表示取不到有效值。
10671
10548
  # @type Description: String
10672
10549
 
10673
10550
  attr_accessor :Vip, :InternetMaxBandwidthOut, :GroupId, :GroupName, :NetworkId, :Description
@@ -10765,13 +10642,10 @@ module TencentCloud
10765
10642
  # 云原生网关限流插件自定义响应
10766
10643
  class RateLimitResponse < TencentCloud::Common::AbstractModel
10767
10644
  # @param Body: 自定义响应体
10768
- # 注意:此字段可能返回 null,表示取不到有效值。
10769
10645
  # @type Body: String
10770
10646
  # @param Headers: Headers
10771
- # 注意:此字段可能返回 null,表示取不到有效值。
10772
10647
  # @type Headers: Array
10773
10648
  # @param HttpStatus: http状态码
10774
- # 注意:此字段可能返回 null,表示取不到有效值。
10775
10649
  # @type HttpStatus: Integer
10776
10650
 
10777
10651
  attr_accessor :Body, :Headers, :HttpStatus
@@ -10926,28 +10800,20 @@ module TencentCloud
10926
10800
  # 路由 WAF 状态
10927
10801
  class RouteWafStatus < TencentCloud::Common::AbstractModel
10928
10802
  # @param Name: 路由的名字
10929
- # 注意:此字段可能返回 null,表示取不到有效值。
10930
10803
  # @type Name: String
10931
10804
  # @param Id: 路由的 ID
10932
- # 注意:此字段可能返回 null,表示取不到有效值。
10933
10805
  # @type Id: String
10934
10806
  # @param Status: 路由是否开启 WAF 防护
10935
- # 注意:此字段可能返回 null,表示取不到有效值。
10936
10807
  # @type Status: String
10937
10808
  # @param Methods: 方法
10938
- # 注意:此字段可能返回 null,表示取不到有效值。
10939
10809
  # @type Methods: Array
10940
10810
  # @param Paths: 路径
10941
- # 注意:此字段可能返回 null,表示取不到有效值。
10942
10811
  # @type Paths: Array
10943
10812
  # @param Hosts: 域名
10944
- # 注意:此字段可能返回 null,表示取不到有效值。
10945
10813
  # @type Hosts: Array
10946
10814
  # @param ServiceName: 路由对应服务的名字
10947
- # 注意:此字段可能返回 null,表示取不到有效值。
10948
10815
  # @type ServiceName: String
10949
10816
  # @param ServiceId: 路由对应服务的ID
10950
- # 注意:此字段可能返回 null,表示取不到有效值。
10951
10817
  # @type ServiceId: String
10952
10818
 
10953
10819
  attr_accessor :Name, :Id, :Status, :Methods, :Paths, :Hosts, :ServiceName, :ServiceId
@@ -10978,16 +10844,12 @@ module TencentCloud
10978
10844
  # 限流规则的Filter
10979
10845
  class RuleFilter < TencentCloud::Common::AbstractModel
10980
10846
  # @param Key: 限流条件的Key
10981
- # 注意:此字段可能返回 null,表示取不到有效值。
10982
10847
  # @type Key: String
10983
10848
  # @param Values: 限流条件的Values
10984
- # 注意:此字段可能返回 null,表示取不到有效值。
10985
10849
  # @type Values: Array
10986
10850
  # @param Operator: 操作符
10987
- # 注意:此字段可能返回 null,表示取不到有效值。
10988
10851
  # @type Operator: String
10989
10852
  # @param Name: header或query对应的name
10990
- # 注意:此字段可能返回 null,表示取不到有效值。
10991
10853
  # @type Name: String
10992
10854
 
10993
10855
  attr_accessor :Key, :Values, :Operator, :Name
@@ -11294,16 +11156,12 @@ module TencentCloud
11294
11156
  # 服务的 WAF 状态
11295
11157
  class ServiceWafStatus < TencentCloud::Common::AbstractModel
11296
11158
  # @param Name: 服务的名字
11297
- # 注意:此字段可能返回 null,表示取不到有效值。
11298
11159
  # @type Name: String
11299
11160
  # @param Id: 服务的 ID
11300
- # 注意:此字段可能返回 null,表示取不到有效值。
11301
11161
  # @type Id: String
11302
11162
  # @param Type: 服务的类型
11303
- # 注意:此字段可能返回 null,表示取不到有效值。
11304
11163
  # @type Type: String
11305
11164
  # @param Status: 服务是否开启 WAF 防护
11306
- # 注意:此字段可能返回 null,表示取不到有效值。
11307
11165
  # @type Status: String
11308
11166
 
11309
11167
  attr_accessor :Name, :Id, :Type, :Status
@@ -11328,10 +11186,8 @@ module TencentCloud
11328
11186
  # @param Addresses: 微服务引擎接入IP地址信息
11329
11187
  # @type Addresses: Array
11330
11188
  # @param VpcInfo: 微服务引擎VPC信息
11331
- # 注意:此字段可能返回 null,表示取不到有效值。
11332
11189
  # @type VpcInfo: :class:`Tencentcloud::Tse.v20201207.models.SourceInstanceVpcInfo`
11333
11190
  # @param Auth: 微服务引擎鉴权信息
11334
- # 注意:此字段可能返回 null,表示取不到有效值。
11335
11191
  # @type Auth: :class:`Tencentcloud::Tse.v20201207.models.SourceInstanceAuth`
11336
11192
 
11337
11193
  attr_accessor :Addresses, :VpcInfo, :Auth
@@ -11358,13 +11214,10 @@ module TencentCloud
11358
11214
  # 实例鉴权信息
11359
11215
  class SourceInstanceAuth < TencentCloud::Common::AbstractModel
11360
11216
  # @param Username: 用户名
11361
- # 注意:此字段可能返回 null,表示取不到有效值。
11362
11217
  # @type Username: String
11363
11218
  # @param Password: 账户密码
11364
- # 注意:此字段可能返回 null,表示取不到有效值。
11365
11219
  # @type Password: String
11366
11220
  # @param AccessToken: 访问凭据 token
11367
- # 注意:此字段可能返回 null,表示取不到有效值。
11368
11221
  # @type AccessToken: String
11369
11222
 
11370
11223
  attr_accessor :Username, :Password, :AccessToken
@@ -11385,10 +11238,8 @@ module TencentCloud
11385
11238
  # 微服务引擎实例的VPC信息
11386
11239
  class SourceInstanceVpcInfo < TencentCloud::Common::AbstractModel
11387
11240
  # @param VpcID: 微服务引擎VPC信息
11388
- # 注意:此字段可能返回 null,表示取不到有效值。
11389
11241
  # @type VpcID: String
11390
11242
  # @param SubnetID: 微服务引擎子网信息
11391
- # 注意:此字段可能返回 null,表示取不到有效值。
11392
11243
  # @type SubnetID: String
11393
11244
 
11394
11245
  attr_accessor :VpcID, :SubnetID
@@ -11523,7 +11374,6 @@ module TencentCloud
11523
11374
  # @param Status: 云原生网关状态。
11524
11375
  # @type Status: String
11525
11376
  # @param TaskId: 任务ID
11526
- # 注意:此字段可能返回 null,表示取不到有效值。
11527
11377
  # @type TaskId: String
11528
11378
 
11529
11379
  attr_accessor :GatewayId, :Status, :TaskId
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1037
4
+ version: 3.0.1038
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-04-09 00:00:00.000000000 Z
11
+ date: 2025-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common