tencentcloud-sdk-tse 3.0.876 → 3.0.877

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 +57 -52
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c32c5bc8305edd931f899af0289535bd68c837a0
4
- data.tar.gz: bc2a3b44cb7d04413b7d168e69ab8dfa1b176d6f
3
+ metadata.gz: 8805ecbd85d8cf5b82582d9469ecc988c6b54847
4
+ data.tar.gz: dbcb3c03862e74ee30ddc21f62cd93561a3d32bb
5
5
  SHA512:
6
- metadata.gz: 42d2c270b0dfdfda36b6e88946bcd66fb40e006afdffad6afac740c5d38826e3b61dc716057c0a63b1a0cae2ea0afd2765b83ec083a80632104630677d3bcbab
7
- data.tar.gz: dd2656306d5fea8b9bb3cbcb70af03820963698d8a8e63ce48ec2256232f995b24ad1c6b28122df11d2be083a1e741549e9c5eefab02421ac45edb2c326a554a
6
+ metadata.gz: da4c7e699d0b87ffe32288f52db56950e67bc9fe86e9aded294cd38af9ebb81523f12be562f962c744f728cf5d5e413cd1c528c898825b53fcae8a7827e2550e
7
+ data.tar.gz: 71aea48c383fe26c708f93b4ca4fad1f1589493a2c37be95de900b78a87a2057ddfcdaf71e35d120994adec3e773083176acfa30f81b9b3d90b94e6ea5827fb1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.876
1
+ 3.0.877
@@ -878,8 +878,8 @@ module TencentCloud
878
878
 
879
879
  attr_accessor :StrategyId, :StrategyName, :CreateTime, :ModifyTime, :Description, :Config, :GatewayId, :CronConfig, :MaxReplicas
880
880
  extend Gem::Deprecate
881
- deprecate :MaxReplicas, :none, 2024, 7
882
- deprecate :MaxReplicas=, :none, 2024, 7
881
+ deprecate :MaxReplicas, :none, 2024, 8
882
+ deprecate :MaxReplicas=, :none, 2024, 8
883
883
 
884
884
  def initialize(strategyid=nil, strategyname=nil, createtime=nil, modifytime=nil, description=nil, config=nil, gatewayid=nil, cronconfig=nil, maxreplicas=nil)
885
885
  @StrategyId = strategyid
@@ -941,16 +941,16 @@ module TencentCloud
941
941
 
942
942
  attr_accessor :MaxReplicas, :Metrics, :Enabled, :CreateTime, :ModifyTime, :StrategyId, :AutoScalerId, :Behavior
943
943
  extend Gem::Deprecate
944
- deprecate :Enabled, :none, 2024, 7
945
- deprecate :Enabled=, :none, 2024, 7
946
- deprecate :CreateTime, :none, 2024, 7
947
- deprecate :CreateTime=, :none, 2024, 7
948
- deprecate :ModifyTime, :none, 2024, 7
949
- deprecate :ModifyTime=, :none, 2024, 7
950
- deprecate :StrategyId, :none, 2024, 7
951
- deprecate :StrategyId=, :none, 2024, 7
952
- deprecate :AutoScalerId, :none, 2024, 7
953
- deprecate :AutoScalerId=, :none, 2024, 7
944
+ deprecate :Enabled, :none, 2024, 8
945
+ deprecate :Enabled=, :none, 2024, 8
946
+ deprecate :CreateTime, :none, 2024, 8
947
+ deprecate :CreateTime=, :none, 2024, 8
948
+ deprecate :ModifyTime, :none, 2024, 8
949
+ deprecate :ModifyTime=, :none, 2024, 8
950
+ deprecate :StrategyId, :none, 2024, 8
951
+ deprecate :StrategyId=, :none, 2024, 8
952
+ deprecate :AutoScalerId, :none, 2024, 8
953
+ deprecate :AutoScalerId=, :none, 2024, 8
954
954
 
955
955
  def initialize(maxreplicas=nil, metrics=nil, enabled=nil, createtime=nil, modifytime=nil, strategyid=nil, autoscalerid=nil, behavior=nil)
956
956
  @MaxReplicas = maxreplicas
@@ -1079,14 +1079,14 @@ module TencentCloud
1079
1079
 
1080
1080
  attr_accessor :Enabled, :Params, :CreateTime, :ModifyTime, :StrategyId
1081
1081
  extend Gem::Deprecate
1082
- deprecate :Enabled, :none, 2024, 7
1083
- deprecate :Enabled=, :none, 2024, 7
1084
- deprecate :CreateTime, :none, 2024, 7
1085
- deprecate :CreateTime=, :none, 2024, 7
1086
- deprecate :ModifyTime, :none, 2024, 7
1087
- deprecate :ModifyTime=, :none, 2024, 7
1088
- deprecate :StrategyId, :none, 2024, 7
1089
- deprecate :StrategyId=, :none, 2024, 7
1082
+ deprecate :Enabled, :none, 2024, 8
1083
+ deprecate :Enabled=, :none, 2024, 8
1084
+ deprecate :CreateTime, :none, 2024, 8
1085
+ deprecate :CreateTime=, :none, 2024, 8
1086
+ deprecate :ModifyTime, :none, 2024, 8
1087
+ deprecate :ModifyTime=, :none, 2024, 8
1088
+ deprecate :StrategyId, :none, 2024, 8
1089
+ deprecate :StrategyId=, :none, 2024, 8
1090
1090
 
1091
1091
  def initialize(enabled=nil, params=nil, createtime=nil, modifytime=nil, strategyid=nil)
1092
1092
  @Enabled = enabled
@@ -1781,10 +1781,10 @@ module TencentCloud
1781
1781
 
1782
1782
  attr_accessor :GatewayId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
1783
1783
  extend Gem::Deprecate
1784
- deprecate :CronScalerConfig, :none, 2024, 7
1785
- deprecate :CronScalerConfig=, :none, 2024, 7
1786
- deprecate :MaxReplicas, :none, 2024, 7
1787
- deprecate :MaxReplicas=, :none, 2024, 7
1784
+ deprecate :CronScalerConfig, :none, 2024, 8
1785
+ deprecate :CronScalerConfig=, :none, 2024, 8
1786
+ deprecate :MaxReplicas, :none, 2024, 8
1787
+ deprecate :MaxReplicas=, :none, 2024, 8
1788
1788
 
1789
1789
  def initialize(gatewayid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
1790
1790
  @GatewayId = gatewayid
@@ -1828,8 +1828,8 @@ module TencentCloud
1828
1828
 
1829
1829
  attr_accessor :Result, :StrategyId, :RequestId
1830
1830
  extend Gem::Deprecate
1831
- deprecate :Result, :none, 2024, 7
1832
- deprecate :Result=, :none, 2024, 7
1831
+ deprecate :Result, :none, 2024, 8
1832
+ deprecate :Result=, :none, 2024, 8
1833
1833
 
1834
1834
  def initialize(result=nil, strategyid=nil, requestid=nil)
1835
1835
  @Result = result
@@ -1904,10 +1904,10 @@ module TencentCloud
1904
1904
 
1905
1905
  attr_accessor :GatewayId, :BindDomains, :CertId, :Name, :Key, :Crt
1906
1906
  extend Gem::Deprecate
1907
- deprecate :Key, :none, 2024, 7
1908
- deprecate :Key=, :none, 2024, 7
1909
- deprecate :Crt, :none, 2024, 7
1910
- deprecate :Crt=, :none, 2024, 7
1907
+ deprecate :Key, :none, 2024, 8
1908
+ deprecate :Key=, :none, 2024, 8
1909
+ deprecate :Crt, :none, 2024, 8
1910
+ deprecate :Crt=, :none, 2024, 8
1911
1911
 
1912
1912
  def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
1913
1913
  @GatewayId = gatewayid
@@ -2239,8 +2239,8 @@ module TencentCloud
2239
2239
 
2240
2240
  attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
2241
2241
  extend Gem::Deprecate
2242
- deprecate :ForceHttps, :none, 2024, 7
2243
- deprecate :ForceHttps=, :none, 2024, 7
2242
+ deprecate :ForceHttps, :none, 2024, 8
2243
+ deprecate :ForceHttps=, :none, 2024, 8
2244
2244
 
2245
2245
  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)
2246
2246
  @GatewayId = gatewayid
@@ -6761,8 +6761,8 @@ module TencentCloud
6761
6761
 
6762
6762
  attr_accessor :GatewayId, :Type, :TypeList
6763
6763
  extend Gem::Deprecate
6764
- deprecate :Type, :none, 2024, 7
6765
- deprecate :Type=, :none, 2024, 7
6764
+ deprecate :Type, :none, 2024, 8
6765
+ deprecate :Type=, :none, 2024, 8
6766
6766
 
6767
6767
  def initialize(gatewayid=nil, type=nil, typelist=nil)
6768
6768
  @GatewayId = gatewayid
@@ -8120,19 +8120,24 @@ module TencentCloud
8120
8120
  # @param HttpPath: 在 GET HTTP 请求中使用的路径,以作为主动运行状况检查的探测器运行。默认: ”/”。
8121
8121
  # 注意:此字段可能返回 null,表示取不到有效值。
8122
8122
  # @type HttpPath: String
8123
+ # @param Timeout: GET HTTP 请求的超时时间,单位:秒。默认 60。
8124
+ # 注意:此字段可能返回 null,表示取不到有效值。
8125
+ # @type Timeout: Float
8123
8126
 
8124
- attr_accessor :HealthyInterval, :UnHealthyInterval, :HttpPath
8127
+ attr_accessor :HealthyInterval, :UnHealthyInterval, :HttpPath, :Timeout
8125
8128
 
8126
- def initialize(healthyinterval=nil, unhealthyinterval=nil, httppath=nil)
8129
+ def initialize(healthyinterval=nil, unhealthyinterval=nil, httppath=nil, timeout=nil)
8127
8130
  @HealthyInterval = healthyinterval
8128
8131
  @UnHealthyInterval = unhealthyinterval
8129
8132
  @HttpPath = httppath
8133
+ @Timeout = timeout
8130
8134
  end
8131
8135
 
8132
8136
  def deserialize(params)
8133
8137
  @HealthyInterval = params['HealthyInterval']
8134
8138
  @UnHealthyInterval = params['UnHealthyInterval']
8135
8139
  @HttpPath = params['HttpPath']
8140
+ @Timeout = params['Timeout']
8136
8141
  end
8137
8142
  end
8138
8143
 
@@ -8170,8 +8175,8 @@ module TencentCloud
8170
8175
 
8171
8176
  attr_accessor :Total, :CertificatesList, :Pages
8172
8177
  extend Gem::Deprecate
8173
- deprecate :Pages, :none, 2024, 7
8174
- deprecate :Pages=, :none, 2024, 7
8178
+ deprecate :Pages, :none, 2024, 8
8179
+ deprecate :Pages=, :none, 2024, 8
8175
8180
 
8176
8181
  def initialize(total=nil, certificateslist=nil, pages=nil)
8177
8182
  @Total = total
@@ -8329,8 +8334,8 @@ module TencentCloud
8329
8334
 
8330
8335
  attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers
8331
8336
  extend Gem::Deprecate
8332
- deprecate :ForceHttps, :none, 2024, 7
8333
- deprecate :ForceHttps=, :none, 2024, 7
8337
+ deprecate :ForceHttps, :none, 2024, 8
8338
+ deprecate :ForceHttps=, :none, 2024, 8
8334
8339
 
8335
8340
  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)
8336
8341
  @ID = id
@@ -9012,10 +9017,10 @@ module TencentCloud
9012
9017
 
9013
9018
  attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
9014
9019
  extend Gem::Deprecate
9015
- deprecate :CronScalerConfig, :none, 2024, 7
9016
- deprecate :CronScalerConfig=, :none, 2024, 7
9017
- deprecate :MaxReplicas, :none, 2024, 7
9018
- deprecate :MaxReplicas=, :none, 2024, 7
9020
+ deprecate :CronScalerConfig, :none, 2024, 8
9021
+ deprecate :CronScalerConfig=, :none, 2024, 8
9022
+ deprecate :MaxReplicas, :none, 2024, 8
9023
+ deprecate :MaxReplicas=, :none, 2024, 8
9019
9024
 
9020
9025
  def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
9021
9026
  @GatewayId = gatewayid
@@ -9139,10 +9144,10 @@ module TencentCloud
9139
9144
 
9140
9145
  attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
9141
9146
  extend Gem::Deprecate
9142
- deprecate :Name, :none, 2024, 7
9143
- deprecate :Name=, :none, 2024, 7
9144
- deprecate :BindDomains, :none, 2024, 7
9145
- deprecate :BindDomains=, :none, 2024, 7
9147
+ deprecate :Name, :none, 2024, 8
9148
+ deprecate :Name=, :none, 2024, 8
9149
+ deprecate :BindDomains, :none, 2024, 8
9150
+ deprecate :BindDomains=, :none, 2024, 8
9146
9151
 
9147
9152
  def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
9148
9153
  @GatewayId = gatewayid
@@ -9326,8 +9331,8 @@ module TencentCloud
9326
9331
 
9327
9332
  attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
9328
9333
  extend Gem::Deprecate
9329
- deprecate :ForceHttps, :none, 2024, 7
9330
- deprecate :ForceHttps=, :none, 2024, 7
9334
+ deprecate :ForceHttps, :none, 2024, 8
9335
+ deprecate :ForceHttps=, :none, 2024, 8
9331
9336
 
9332
9337
  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)
9333
9338
  @GatewayId = gatewayid
@@ -11324,8 +11329,8 @@ module TencentCloud
11324
11329
 
11325
11330
  attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes, :ZeroWeightHeathCheck
11326
11331
  extend Gem::Deprecate
11327
- deprecate :IgnoreZeroWeightNodes, :none, 2024, 7
11328
- deprecate :IgnoreZeroWeightNodes=, :none, 2024, 7
11332
+ deprecate :IgnoreZeroWeightNodes, :none, 2024, 8
11333
+ deprecate :IgnoreZeroWeightNodes=, :none, 2024, 8
11329
11334
 
11330
11335
  def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil, zeroweightheathcheck=nil)
11331
11336
  @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.876
4
+ version: 3.0.877
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-30 00:00:00.000000000 Z
11
+ date: 2024-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common