tencentcloud-sdk-tse 3.0.1074 → 3.0.1087

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 +62 -54
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91a76c5283bf25cc48a5edf4a914df5b26646a03
4
- data.tar.gz: 4bc5ed4fe38185230ea065f32a0e790bcb282609
3
+ metadata.gz: 50d2b6c5a514ce47f929e5c07d5fd931125492d9
4
+ data.tar.gz: e7fb20a94002724197f4fbe2ae80e8723467e841
5
5
  SHA512:
6
- metadata.gz: f59ec958fae9c8b98433aed12497266f2a384caef439049b1f69cbcdc1bd0932d87659495d11f1157b332861b80b6c10fee5608ee128c53d3604897559c4a3a7
7
- data.tar.gz: b258f8b4d56a1468d9751f77b827e3ca90773970fe88ccf9076c83445b40f7540cd8652a487a39231b6fcb9628c6ac3893c85efc521268837547ce24a11ada2a
6
+ metadata.gz: 3bb193873361b520ad46ba0bf13f04e89a047c2fbc02da9a3ee8b92a77f5eb796bc46f3f0bc2a1b8a26b2bae2a19159fddd427f4d2c676e891514aa8920ca826
7
+ data.tar.gz: 481d337303ef6c7fdb161f9ba511ceab37bcdf1faa990514ad556735aceec258dd66f4a6bbe7d0d8a603fb1381799f524eb7e9a6bff26fa70ba32ce02ec9ca01
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1087
@@ -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, 5
827
- deprecate :MaxReplicas=, :none, 2025, 5
826
+ deprecate :MaxReplicas, :none, 2025, 6
827
+ deprecate :MaxReplicas=, :none, 2025, 6
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, 5
889
- deprecate :Enabled=, :none, 2025, 5
890
- deprecate :CreateTime, :none, 2025, 5
891
- deprecate :CreateTime=, :none, 2025, 5
892
- deprecate :ModifyTime, :none, 2025, 5
893
- deprecate :ModifyTime=, :none, 2025, 5
894
- deprecate :StrategyId, :none, 2025, 5
895
- deprecate :StrategyId=, :none, 2025, 5
896
- deprecate :AutoScalerId, :none, 2025, 5
897
- deprecate :AutoScalerId=, :none, 2025, 5
888
+ deprecate :Enabled, :none, 2025, 6
889
+ deprecate :Enabled=, :none, 2025, 6
890
+ deprecate :CreateTime, :none, 2025, 6
891
+ deprecate :CreateTime=, :none, 2025, 6
892
+ deprecate :ModifyTime, :none, 2025, 6
893
+ deprecate :ModifyTime=, :none, 2025, 6
894
+ deprecate :StrategyId, :none, 2025, 6
895
+ deprecate :StrategyId=, :none, 2025, 6
896
+ deprecate :AutoScalerId, :none, 2025, 6
897
+ deprecate :AutoScalerId=, :none, 2025, 6
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, 5
1019
- deprecate :Enabled=, :none, 2025, 5
1020
- deprecate :CreateTime, :none, 2025, 5
1021
- deprecate :CreateTime=, :none, 2025, 5
1022
- deprecate :ModifyTime, :none, 2025, 5
1023
- deprecate :ModifyTime=, :none, 2025, 5
1024
- deprecate :StrategyId, :none, 2025, 5
1025
- deprecate :StrategyId=, :none, 2025, 5
1018
+ deprecate :Enabled, :none, 2025, 6
1019
+ deprecate :Enabled=, :none, 2025, 6
1020
+ deprecate :CreateTime, :none, 2025, 6
1021
+ deprecate :CreateTime=, :none, 2025, 6
1022
+ deprecate :ModifyTime, :none, 2025, 6
1023
+ deprecate :ModifyTime=, :none, 2025, 6
1024
+ deprecate :StrategyId, :none, 2025, 6
1025
+ deprecate :StrategyId=, :none, 2025, 6
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, 5
1704
- deprecate :CronScalerConfig=, :none, 2025, 5
1705
- deprecate :MaxReplicas, :none, 2025, 5
1706
- deprecate :MaxReplicas=, :none, 2025, 5
1703
+ deprecate :CronScalerConfig, :none, 2025, 6
1704
+ deprecate :CronScalerConfig=, :none, 2025, 6
1705
+ deprecate :MaxReplicas, :none, 2025, 6
1706
+ deprecate :MaxReplicas=, :none, 2025, 6
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, 5
1750
- deprecate :Result=, :none, 2025, 5
1749
+ deprecate :Result, :none, 2025, 6
1750
+ deprecate :Result=, :none, 2025, 6
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, 5
1837
- deprecate :Key=, :none, 2025, 5
1838
- deprecate :Crt, :none, 2025, 5
1839
- deprecate :Crt=, :none, 2025, 5
1836
+ deprecate :Key, :none, 2025, 6
1837
+ deprecate :Key=, :none, 2025, 6
1838
+ deprecate :Crt, :none, 2025, 6
1839
+ deprecate :Crt=, :none, 2025, 6
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, 5
2175
- deprecate :ForceHttps=, :none, 2025, 5
2174
+ deprecate :ForceHttps, :none, 2025, 6
2175
+ deprecate :ForceHttps=, :none, 2025, 6
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
@@ -4708,10 +4708,12 @@ module TencentCloud
4708
4708
  # @type LoadBalancerType: String
4709
4709
  # @param PublicIpAddresses: 公网IP地址列表
4710
4710
  # @type PublicIpAddresses: Array
4711
+ # @param DeleteProtect: 是否开启删除保护
4712
+ # @type DeleteProtect: Boolean
4711
4713
 
4712
- 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
4714
+ 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, :DeleteProtect
4713
4715
 
4714
- def initialize(gatewayid=nil, status=nil, name=nil, type=nil, gatewayversion=nil, nodeconfig=nil, vpcconfig=nil, description=nil, createtime=nil, tags=nil, enablecls=nil, tradetype=nil, featureversion=nil, internetmaxbandwidthout=nil, autorenewflag=nil, curdeadline=nil, isolatetime=nil, enableinternet=nil, engineregion=nil, ingressclassname=nil, internetpaymode=nil, gatewayminorversion=nil, instanceport=nil, loadbalancertype=nil, publicipaddresses=nil)
4716
+ def initialize(gatewayid=nil, status=nil, name=nil, type=nil, gatewayversion=nil, nodeconfig=nil, vpcconfig=nil, description=nil, createtime=nil, tags=nil, enablecls=nil, tradetype=nil, featureversion=nil, internetmaxbandwidthout=nil, autorenewflag=nil, curdeadline=nil, isolatetime=nil, enableinternet=nil, engineregion=nil, ingressclassname=nil, internetpaymode=nil, gatewayminorversion=nil, instanceport=nil, loadbalancertype=nil, publicipaddresses=nil, deleteprotect=nil)
4715
4717
  @GatewayId = gatewayid
4716
4718
  @Status = status
4717
4719
  @Name = name
@@ -4737,6 +4739,7 @@ module TencentCloud
4737
4739
  @InstancePort = instanceport
4738
4740
  @LoadBalancerType = loadbalancertype
4739
4741
  @PublicIpAddresses = publicipaddresses
4742
+ @DeleteProtect = deleteprotect
4740
4743
  end
4741
4744
 
4742
4745
  def deserialize(params)
@@ -4781,6 +4784,7 @@ module TencentCloud
4781
4784
  end
4782
4785
  @LoadBalancerType = params['LoadBalancerType']
4783
4786
  @PublicIpAddresses = params['PublicIpAddresses']
4787
+ @DeleteProtect = params['DeleteProtect']
4784
4788
  end
4785
4789
  end
4786
4790
 
@@ -6993,8 +6997,8 @@ module TencentCloud
6993
6997
 
6994
6998
  attr_accessor :GatewayId, :Type, :TypeList
6995
6999
  extend Gem::Deprecate
6996
- deprecate :Type, :none, 2025, 5
6997
- deprecate :Type=, :none, 2025, 5
7000
+ deprecate :Type, :none, 2025, 6
7001
+ deprecate :Type=, :none, 2025, 6
6998
7002
 
6999
7003
  def initialize(gatewayid=nil, type=nil, typelist=nil)
7000
7004
  @GatewayId = gatewayid
@@ -8368,8 +8372,8 @@ module TencentCloud
8368
8372
 
8369
8373
  attr_accessor :Total, :CertificatesList, :Pages
8370
8374
  extend Gem::Deprecate
8371
- deprecate :Pages, :none, 2025, 5
8372
- deprecate :Pages=, :none, 2025, 5
8375
+ deprecate :Pages, :none, 2025, 6
8376
+ deprecate :Pages=, :none, 2025, 6
8373
8377
 
8374
8378
  def initialize(total=nil, certificateslist=nil, pages=nil)
8375
8379
  @Total = total
@@ -8510,8 +8514,8 @@ module TencentCloud
8510
8514
 
8511
8515
  attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
8512
8516
  extend Gem::Deprecate
8513
- deprecate :ForceHttps, :none, 2025, 5
8514
- deprecate :ForceHttps=, :none, 2025, 5
8517
+ deprecate :ForceHttps, :none, 2025, 6
8518
+ deprecate :ForceHttps=, :none, 2025, 6
8515
8519
 
8516
8520
  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)
8517
8521
  @ID = id
@@ -9162,10 +9166,10 @@ module TencentCloud
9162
9166
 
9163
9167
  attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
9164
9168
  extend Gem::Deprecate
9165
- deprecate :CronScalerConfig, :none, 2025, 5
9166
- deprecate :CronScalerConfig=, :none, 2025, 5
9167
- deprecate :MaxReplicas, :none, 2025, 5
9168
- deprecate :MaxReplicas=, :none, 2025, 5
9169
+ deprecate :CronScalerConfig, :none, 2025, 6
9170
+ deprecate :CronScalerConfig=, :none, 2025, 6
9171
+ deprecate :MaxReplicas, :none, 2025, 6
9172
+ deprecate :MaxReplicas=, :none, 2025, 6
9169
9173
 
9170
9174
  def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
9171
9175
  @GatewayId = gatewayid
@@ -9300,10 +9304,10 @@ module TencentCloud
9300
9304
 
9301
9305
  attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
9302
9306
  extend Gem::Deprecate
9303
- deprecate :Name, :none, 2025, 5
9304
- deprecate :Name=, :none, 2025, 5
9305
- deprecate :BindDomains, :none, 2025, 5
9306
- deprecate :BindDomains=, :none, 2025, 5
9307
+ deprecate :Name, :none, 2025, 6
9308
+ deprecate :Name=, :none, 2025, 6
9309
+ deprecate :BindDomains, :none, 2025, 6
9310
+ deprecate :BindDomains=, :none, 2025, 6
9307
9311
 
9308
9312
  def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
9309
9313
  @GatewayId = gatewayid
@@ -9356,15 +9360,18 @@ module TencentCloud
9356
9360
  # @type EnableCls: Boolean
9357
9361
  # @param InternetPayMode: 公网计费模式。可选取值 BANDWIDTH | TRAFFIC ,表示按带宽和按流量计费。
9358
9362
  # @type InternetPayMode: String
9363
+ # @param DeleteProtect: 是否开启实例删除保护,默认false
9364
+ # @type DeleteProtect: Boolean
9359
9365
 
9360
- attr_accessor :GatewayId, :Name, :Description, :EnableCls, :InternetPayMode
9366
+ attr_accessor :GatewayId, :Name, :Description, :EnableCls, :InternetPayMode, :DeleteProtect
9361
9367
 
9362
- def initialize(gatewayid=nil, name=nil, description=nil, enablecls=nil, internetpaymode=nil)
9368
+ def initialize(gatewayid=nil, name=nil, description=nil, enablecls=nil, internetpaymode=nil, deleteprotect=nil)
9363
9369
  @GatewayId = gatewayid
9364
9370
  @Name = name
9365
9371
  @Description = description
9366
9372
  @EnableCls = enablecls
9367
9373
  @InternetPayMode = internetpaymode
9374
+ @DeleteProtect = deleteprotect
9368
9375
  end
9369
9376
 
9370
9377
  def deserialize(params)
@@ -9373,6 +9380,7 @@ module TencentCloud
9373
9380
  @Description = params['Description']
9374
9381
  @EnableCls = params['EnableCls']
9375
9382
  @InternetPayMode = params['InternetPayMode']
9383
+ @DeleteProtect = params['DeleteProtect']
9376
9384
  end
9377
9385
  end
9378
9386
 
@@ -9493,8 +9501,8 @@ module TencentCloud
9493
9501
 
9494
9502
  attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
9495
9503
  extend Gem::Deprecate
9496
- deprecate :ForceHttps, :none, 2025, 5
9497
- deprecate :ForceHttps=, :none, 2025, 5
9504
+ deprecate :ForceHttps, :none, 2025, 6
9505
+ deprecate :ForceHttps=, :none, 2025, 6
9498
9506
 
9499
9507
  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)
9500
9508
  @GatewayId = gatewayid
@@ -11683,8 +11691,8 @@ module TencentCloud
11683
11691
 
11684
11692
  attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes, :ZeroWeightHeathCheck
11685
11693
  extend Gem::Deprecate
11686
- deprecate :IgnoreZeroWeightNodes, :none, 2025, 5
11687
- deprecate :IgnoreZeroWeightNodes=, :none, 2025, 5
11694
+ deprecate :IgnoreZeroWeightNodes, :none, 2025, 6
11695
+ deprecate :IgnoreZeroWeightNodes=, :none, 2025, 6
11688
11696
 
11689
11697
  def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil, zeroweightheathcheck=nil)
11690
11698
  @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.1074
4
+ version: 3.0.1087
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common