tencentcloud-sdk-tse 3.0.1101 → 3.0.1125
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/v20201207/models.rb +66 -54
- 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: d4e98c2572185817339ce8b388cc62268f36131f
|
4
|
+
data.tar.gz: f631aaf2117dc5d047dcf8fafdb1b0ddc8016673
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a0b6cbab36508ca5fd8a2ca79c8e61e0249f292384c04807279e832d2f254a799820f96464441a9bcfed7441ba61df54c8332d473cb49567e22a7c05e2c4a22
|
7
|
+
data.tar.gz: 74b3a9eace030e42f396ddbd091058c1172d033f93e558dd0f074773ebcdaef58ed24df1943a3cfb391a87294512876f2b59a2e7d915fb5fbd8bc4c3cc3f3e3a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1125
|
data/lib/v20201207/models.rb
CHANGED
@@ -823,8 +823,8 @@ module TencentCloud
|
|
823
823
|
|
824
824
|
attr_accessor :StrategyId, :StrategyName, :CreateTime, :ModifyTime, :Description, :Config, :GatewayId, :CronConfig, :MaxReplicas
|
825
825
|
extend Gem::Deprecate
|
826
|
-
deprecate :MaxReplicas, :none, 2025,
|
827
|
-
deprecate :MaxReplicas=, :none, 2025,
|
826
|
+
deprecate :MaxReplicas, :none, 2025, 8
|
827
|
+
deprecate :MaxReplicas=, :none, 2025, 8
|
828
828
|
|
829
829
|
def initialize(strategyid=nil, strategyname=nil, createtime=nil, modifytime=nil, description=nil, config=nil, gatewayid=nil, cronconfig=nil, maxreplicas=nil)
|
830
830
|
@StrategyId = strategyid
|
@@ -885,16 +885,16 @@ module TencentCloud
|
|
885
885
|
|
886
886
|
attr_accessor :MaxReplicas, :Metrics, :Enabled, :CreateTime, :ModifyTime, :StrategyId, :AutoScalerId, :Behavior
|
887
887
|
extend Gem::Deprecate
|
888
|
-
deprecate :Enabled, :none, 2025,
|
889
|
-
deprecate :Enabled=, :none, 2025,
|
890
|
-
deprecate :CreateTime, :none, 2025,
|
891
|
-
deprecate :CreateTime=, :none, 2025,
|
892
|
-
deprecate :ModifyTime, :none, 2025,
|
893
|
-
deprecate :ModifyTime=, :none, 2025,
|
894
|
-
deprecate :StrategyId, :none, 2025,
|
895
|
-
deprecate :StrategyId=, :none, 2025,
|
896
|
-
deprecate :AutoScalerId, :none, 2025,
|
897
|
-
deprecate :AutoScalerId=, :none, 2025,
|
888
|
+
deprecate :Enabled, :none, 2025, 8
|
889
|
+
deprecate :Enabled=, :none, 2025, 8
|
890
|
+
deprecate :CreateTime, :none, 2025, 8
|
891
|
+
deprecate :CreateTime=, :none, 2025, 8
|
892
|
+
deprecate :ModifyTime, :none, 2025, 8
|
893
|
+
deprecate :ModifyTime=, :none, 2025, 8
|
894
|
+
deprecate :StrategyId, :none, 2025, 8
|
895
|
+
deprecate :StrategyId=, :none, 2025, 8
|
896
|
+
deprecate :AutoScalerId, :none, 2025, 8
|
897
|
+
deprecate :AutoScalerId=, :none, 2025, 8
|
898
898
|
|
899
899
|
def initialize(maxreplicas=nil, metrics=nil, enabled=nil, createtime=nil, modifytime=nil, strategyid=nil, autoscalerid=nil, behavior=nil)
|
900
900
|
@MaxReplicas = maxreplicas
|
@@ -1015,14 +1015,14 @@ module TencentCloud
|
|
1015
1015
|
|
1016
1016
|
attr_accessor :Enabled, :Params, :CreateTime, :ModifyTime, :StrategyId
|
1017
1017
|
extend Gem::Deprecate
|
1018
|
-
deprecate :Enabled, :none, 2025,
|
1019
|
-
deprecate :Enabled=, :none, 2025,
|
1020
|
-
deprecate :CreateTime, :none, 2025,
|
1021
|
-
deprecate :CreateTime=, :none, 2025,
|
1022
|
-
deprecate :ModifyTime, :none, 2025,
|
1023
|
-
deprecate :ModifyTime=, :none, 2025,
|
1024
|
-
deprecate :StrategyId, :none, 2025,
|
1025
|
-
deprecate :StrategyId=, :none, 2025,
|
1018
|
+
deprecate :Enabled, :none, 2025, 8
|
1019
|
+
deprecate :Enabled=, :none, 2025, 8
|
1020
|
+
deprecate :CreateTime, :none, 2025, 8
|
1021
|
+
deprecate :CreateTime=, :none, 2025, 8
|
1022
|
+
deprecate :ModifyTime, :none, 2025, 8
|
1023
|
+
deprecate :ModifyTime=, :none, 2025, 8
|
1024
|
+
deprecate :StrategyId, :none, 2025, 8
|
1025
|
+
deprecate :StrategyId=, :none, 2025, 8
|
1026
1026
|
|
1027
1027
|
def initialize(enabled=nil, params=nil, createtime=nil, modifytime=nil, strategyid=nil)
|
1028
1028
|
@Enabled = enabled
|
@@ -1700,10 +1700,10 @@ module TencentCloud
|
|
1700
1700
|
|
1701
1701
|
attr_accessor :GatewayId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
|
1702
1702
|
extend Gem::Deprecate
|
1703
|
-
deprecate :CronScalerConfig, :none, 2025,
|
1704
|
-
deprecate :CronScalerConfig=, :none, 2025,
|
1705
|
-
deprecate :MaxReplicas, :none, 2025,
|
1706
|
-
deprecate :MaxReplicas=, :none, 2025,
|
1703
|
+
deprecate :CronScalerConfig, :none, 2025, 8
|
1704
|
+
deprecate :CronScalerConfig=, :none, 2025, 8
|
1705
|
+
deprecate :MaxReplicas, :none, 2025, 8
|
1706
|
+
deprecate :MaxReplicas=, :none, 2025, 8
|
1707
1707
|
|
1708
1708
|
def initialize(gatewayid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
|
1709
1709
|
@GatewayId = gatewayid
|
@@ -1746,8 +1746,8 @@ module TencentCloud
|
|
1746
1746
|
|
1747
1747
|
attr_accessor :Result, :StrategyId, :RequestId
|
1748
1748
|
extend Gem::Deprecate
|
1749
|
-
deprecate :Result, :none, 2025,
|
1750
|
-
deprecate :Result=, :none, 2025,
|
1749
|
+
deprecate :Result, :none, 2025, 8
|
1750
|
+
deprecate :Result=, :none, 2025, 8
|
1751
1751
|
|
1752
1752
|
def initialize(result=nil, strategyid=nil, requestid=nil)
|
1753
1753
|
@Result = result
|
@@ -1833,10 +1833,10 @@ module TencentCloud
|
|
1833
1833
|
|
1834
1834
|
attr_accessor :GatewayId, :BindDomains, :CertId, :Name, :Key, :Crt
|
1835
1835
|
extend Gem::Deprecate
|
1836
|
-
deprecate :Key, :none, 2025,
|
1837
|
-
deprecate :Key=, :none, 2025,
|
1838
|
-
deprecate :Crt, :none, 2025,
|
1839
|
-
deprecate :Crt=, :none, 2025,
|
1836
|
+
deprecate :Key, :none, 2025, 8
|
1837
|
+
deprecate :Key=, :none, 2025, 8
|
1838
|
+
deprecate :Crt, :none, 2025, 8
|
1839
|
+
deprecate :Crt=, :none, 2025, 8
|
1840
1840
|
|
1841
1841
|
def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
|
1842
1842
|
@GatewayId = gatewayid
|
@@ -2171,8 +2171,8 @@ module TencentCloud
|
|
2171
2171
|
|
2172
2172
|
attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
|
2173
2173
|
extend Gem::Deprecate
|
2174
|
-
deprecate :ForceHttps, :none, 2025,
|
2175
|
-
deprecate :ForceHttps=, :none, 2025,
|
2174
|
+
deprecate :ForceHttps, :none, 2025, 8
|
2175
|
+
deprecate :ForceHttps=, :none, 2025, 8
|
2176
2176
|
|
2177
2177
|
def initialize(gatewayid=nil, serviceid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil, regexpriority=nil)
|
2178
2178
|
@GatewayId = gatewayid
|
@@ -2582,10 +2582,14 @@ module TencentCloud
|
|
2582
2582
|
# @type StorageOption: Array
|
2583
2583
|
# @param AffinityConstraint: ZK引擎实例,可用区分布约束,STRICT:强约束,PERMISSIVE: 弱约束
|
2584
2584
|
# @type AffinityConstraint: String
|
2585
|
+
# @param ZoneIds: 指定zone id列表
|
2586
|
+
# @type ZoneIds: Array
|
2587
|
+
# @param EngineRegionTag: 地域特殊标签,用于区分相同地域,不通的业务属性
|
2588
|
+
# @type EngineRegionTag: String
|
2585
2589
|
|
2586
|
-
attr_accessor :EngineType, :EngineVersion, :EngineProductVersion, :EngineRegion, :EngineName, :TradeType, :EngineResourceSpec, :EngineNodeNum, :VpcId, :SubnetId, :ApolloEnvParams, :EngineTags, :EngineAdmin, :PrepaidPeriod, :PrepaidRenewFlag, :EngineRegionInfos, :StorageType, :StorageCapacity, :StorageOption, :AffinityConstraint
|
2590
|
+
attr_accessor :EngineType, :EngineVersion, :EngineProductVersion, :EngineRegion, :EngineName, :TradeType, :EngineResourceSpec, :EngineNodeNum, :VpcId, :SubnetId, :ApolloEnvParams, :EngineTags, :EngineAdmin, :PrepaidPeriod, :PrepaidRenewFlag, :EngineRegionInfos, :StorageType, :StorageCapacity, :StorageOption, :AffinityConstraint, :ZoneIds, :EngineRegionTag
|
2587
2591
|
|
2588
|
-
def initialize(enginetype=nil, engineversion=nil, engineproductversion=nil, engineregion=nil, enginename=nil, tradetype=nil, engineresourcespec=nil, enginenodenum=nil, vpcid=nil, subnetid=nil, apolloenvparams=nil, enginetags=nil, engineadmin=nil, prepaidperiod=nil, prepaidrenewflag=nil, engineregioninfos=nil, storagetype=nil, storagecapacity=nil, storageoption=nil, affinityconstraint=nil)
|
2592
|
+
def initialize(enginetype=nil, engineversion=nil, engineproductversion=nil, engineregion=nil, enginename=nil, tradetype=nil, engineresourcespec=nil, enginenodenum=nil, vpcid=nil, subnetid=nil, apolloenvparams=nil, enginetags=nil, engineadmin=nil, prepaidperiod=nil, prepaidrenewflag=nil, engineregioninfos=nil, storagetype=nil, storagecapacity=nil, storageoption=nil, affinityconstraint=nil, zoneids=nil, engineregiontag=nil)
|
2589
2593
|
@EngineType = enginetype
|
2590
2594
|
@EngineVersion = engineversion
|
2591
2595
|
@EngineProductVersion = engineproductversion
|
@@ -2606,6 +2610,8 @@ module TencentCloud
|
|
2606
2610
|
@StorageCapacity = storagecapacity
|
2607
2611
|
@StorageOption = storageoption
|
2608
2612
|
@AffinityConstraint = affinityconstraint
|
2613
|
+
@ZoneIds = zoneids
|
2614
|
+
@EngineRegionTag = engineregiontag
|
2609
2615
|
end
|
2610
2616
|
|
2611
2617
|
def deserialize(params)
|
@@ -2660,6 +2666,8 @@ module TencentCloud
|
|
2660
2666
|
end
|
2661
2667
|
end
|
2662
2668
|
@AffinityConstraint = params['AffinityConstraint']
|
2669
|
+
@ZoneIds = params['ZoneIds']
|
2670
|
+
@EngineRegionTag = params['EngineRegionTag']
|
2663
2671
|
end
|
2664
2672
|
end
|
2665
2673
|
|
@@ -3491,17 +3499,21 @@ module TencentCloud
|
|
3491
3499
|
# @type GatewayId: String
|
3492
3500
|
# @param Name: 服务名字,服务ID
|
3493
3501
|
# @type Name: String
|
3502
|
+
# @param DeleteRoutes: 是否同步删除服务上绑定的路由
|
3503
|
+
# @type DeleteRoutes: Boolean
|
3494
3504
|
|
3495
|
-
attr_accessor :GatewayId, :Name
|
3505
|
+
attr_accessor :GatewayId, :Name, :DeleteRoutes
|
3496
3506
|
|
3497
|
-
def initialize(gatewayid=nil, name=nil)
|
3507
|
+
def initialize(gatewayid=nil, name=nil, deleteroutes=nil)
|
3498
3508
|
@GatewayId = gatewayid
|
3499
3509
|
@Name = name
|
3510
|
+
@DeleteRoutes = deleteroutes
|
3500
3511
|
end
|
3501
3512
|
|
3502
3513
|
def deserialize(params)
|
3503
3514
|
@GatewayId = params['GatewayId']
|
3504
3515
|
@Name = params['Name']
|
3516
|
+
@DeleteRoutes = params['DeleteRoutes']
|
3505
3517
|
end
|
3506
3518
|
end
|
3507
3519
|
|
@@ -7055,8 +7067,8 @@ module TencentCloud
|
|
7055
7067
|
|
7056
7068
|
attr_accessor :GatewayId, :Type, :TypeList
|
7057
7069
|
extend Gem::Deprecate
|
7058
|
-
deprecate :Type, :none, 2025,
|
7059
|
-
deprecate :Type=, :none, 2025,
|
7070
|
+
deprecate :Type, :none, 2025, 8
|
7071
|
+
deprecate :Type=, :none, 2025, 8
|
7060
7072
|
|
7061
7073
|
def initialize(gatewayid=nil, type=nil, typelist=nil)
|
7062
7074
|
@GatewayId = gatewayid
|
@@ -8457,8 +8469,8 @@ module TencentCloud
|
|
8457
8469
|
|
8458
8470
|
attr_accessor :Total, :CertificatesList, :Pages
|
8459
8471
|
extend Gem::Deprecate
|
8460
|
-
deprecate :Pages, :none, 2025,
|
8461
|
-
deprecate :Pages=, :none, 2025,
|
8472
|
+
deprecate :Pages, :none, 2025, 8
|
8473
|
+
deprecate :Pages=, :none, 2025, 8
|
8462
8474
|
|
8463
8475
|
def initialize(total=nil, certificateslist=nil, pages=nil)
|
8464
8476
|
@Total = total
|
@@ -8599,8 +8611,8 @@ module TencentCloud
|
|
8599
8611
|
|
8600
8612
|
attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
|
8601
8613
|
extend Gem::Deprecate
|
8602
|
-
deprecate :ForceHttps, :none, 2025,
|
8603
|
-
deprecate :ForceHttps=, :none, 2025,
|
8614
|
+
deprecate :ForceHttps, :none, 2025, 8
|
8615
|
+
deprecate :ForceHttps=, :none, 2025, 8
|
8604
8616
|
|
8605
8617
|
def initialize(id=nil, name=nil, methods=nil, paths=nil, hosts=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, createdtime=nil, forcehttps=nil, servicename=nil, serviceid=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil, regexpriority=nil)
|
8606
8618
|
@ID = id
|
@@ -9303,10 +9315,10 @@ module TencentCloud
|
|
9303
9315
|
|
9304
9316
|
attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
|
9305
9317
|
extend Gem::Deprecate
|
9306
|
-
deprecate :CronScalerConfig, :none, 2025,
|
9307
|
-
deprecate :CronScalerConfig=, :none, 2025,
|
9308
|
-
deprecate :MaxReplicas, :none, 2025,
|
9309
|
-
deprecate :MaxReplicas=, :none, 2025,
|
9318
|
+
deprecate :CronScalerConfig, :none, 2025, 8
|
9319
|
+
deprecate :CronScalerConfig=, :none, 2025, 8
|
9320
|
+
deprecate :MaxReplicas, :none, 2025, 8
|
9321
|
+
deprecate :MaxReplicas=, :none, 2025, 8
|
9310
9322
|
|
9311
9323
|
def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
|
9312
9324
|
@GatewayId = gatewayid
|
@@ -9441,10 +9453,10 @@ module TencentCloud
|
|
9441
9453
|
|
9442
9454
|
attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
|
9443
9455
|
extend Gem::Deprecate
|
9444
|
-
deprecate :Name, :none, 2025,
|
9445
|
-
deprecate :Name=, :none, 2025,
|
9446
|
-
deprecate :BindDomains, :none, 2025,
|
9447
|
-
deprecate :BindDomains=, :none, 2025,
|
9456
|
+
deprecate :Name, :none, 2025, 8
|
9457
|
+
deprecate :Name=, :none, 2025, 8
|
9458
|
+
deprecate :BindDomains, :none, 2025, 8
|
9459
|
+
deprecate :BindDomains=, :none, 2025, 8
|
9448
9460
|
|
9449
9461
|
def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
|
9450
9462
|
@GatewayId = gatewayid
|
@@ -9638,8 +9650,8 @@ module TencentCloud
|
|
9638
9650
|
|
9639
9651
|
attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
|
9640
9652
|
extend Gem::Deprecate
|
9641
|
-
deprecate :ForceHttps, :none, 2025,
|
9642
|
-
deprecate :ForceHttps=, :none, 2025,
|
9653
|
+
deprecate :ForceHttps, :none, 2025, 8
|
9654
|
+
deprecate :ForceHttps=, :none, 2025, 8
|
9643
9655
|
|
9644
9656
|
def initialize(gatewayid=nil, serviceid=nil, routeid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil, regexpriority=nil)
|
9645
9657
|
@GatewayId = gatewayid
|
@@ -11828,8 +11840,8 @@ module TencentCloud
|
|
11828
11840
|
|
11829
11841
|
attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes, :ZeroWeightHeathCheck
|
11830
11842
|
extend Gem::Deprecate
|
11831
|
-
deprecate :IgnoreZeroWeightNodes, :none, 2025,
|
11832
|
-
deprecate :IgnoreZeroWeightNodes=, :none, 2025,
|
11843
|
+
deprecate :IgnoreZeroWeightNodes, :none, 2025, 8
|
11844
|
+
deprecate :IgnoreZeroWeightNodes=, :none, 2025, 8
|
11833
11845
|
|
11834
11846
|
def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil, zeroweightheathcheck=nil)
|
11835
11847
|
@EnableActiveHealthCheck = enableactivehealthcheck
|
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.
|
4
|
+
version: 3.0.1125
|
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-
|
11
|
+
date: 2025-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|