tencentcloud-sdk-tse 3.0.747 → 3.0.749
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201207/models.rb +35 -35
- 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: 1e07e954f21ba236399178379fe9c700d65d2403
|
4
|
+
data.tar.gz: b5a13547bebcf60ee11f5fa7684485c72506f600
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15b3b46574a34407d36bb86ccd0e91f6279d25843c04369abf48cedf587791a35cf7bd6be38898dd4911b28168f5bc56cf114c341c6667e2158a09b2309fae2c
|
7
|
+
data.tar.gz: 6b565bce623f244c1de469041a93fa73ee15863894e490bb9b754be2d72af9ad6d0f8909f6f88ea36eb89d5d9f7b1a11b908ab46081ed2239f109d92c122f564
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.749
|
data/lib/v20201207/models.rb
CHANGED
@@ -739,8 +739,8 @@ module TencentCloud
|
|
739
739
|
|
740
740
|
attr_accessor :StrategyId, :StrategyName, :CreateTime, :ModifyTime, :Description, :Config, :GatewayId, :CronConfig, :MaxReplicas
|
741
741
|
extend Gem::Deprecate
|
742
|
-
deprecate :MaxReplicas, :none,
|
743
|
-
deprecate :MaxReplicas=, :none,
|
742
|
+
deprecate :MaxReplicas, :none, 2024, 1
|
743
|
+
deprecate :MaxReplicas=, :none, 2024, 1
|
744
744
|
|
745
745
|
def initialize(strategyid=nil, strategyname=nil, createtime=nil, modifytime=nil, description=nil, config=nil, gatewayid=nil, cronconfig=nil, maxreplicas=nil)
|
746
746
|
@StrategyId = strategyid
|
@@ -802,14 +802,14 @@ module TencentCloud
|
|
802
802
|
|
803
803
|
attr_accessor :MaxReplicas, :Metrics, :Enabled, :CreateTime, :ModifyTime, :StrategyId, :AutoScalerId, :Behavior
|
804
804
|
extend Gem::Deprecate
|
805
|
-
deprecate :CreateTime, :none,
|
806
|
-
deprecate :CreateTime=, :none,
|
807
|
-
deprecate :ModifyTime, :none,
|
808
|
-
deprecate :ModifyTime=, :none,
|
809
|
-
deprecate :StrategyId, :none,
|
810
|
-
deprecate :StrategyId=, :none,
|
811
|
-
deprecate :AutoScalerId, :none,
|
812
|
-
deprecate :AutoScalerId=, :none,
|
805
|
+
deprecate :CreateTime, :none, 2024, 1
|
806
|
+
deprecate :CreateTime=, :none, 2024, 1
|
807
|
+
deprecate :ModifyTime, :none, 2024, 1
|
808
|
+
deprecate :ModifyTime=, :none, 2024, 1
|
809
|
+
deprecate :StrategyId, :none, 2024, 1
|
810
|
+
deprecate :StrategyId=, :none, 2024, 1
|
811
|
+
deprecate :AutoScalerId, :none, 2024, 1
|
812
|
+
deprecate :AutoScalerId=, :none, 2024, 1
|
813
813
|
|
814
814
|
def initialize(maxreplicas=nil, metrics=nil, enabled=nil, createtime=nil, modifytime=nil, strategyid=nil, autoscalerid=nil, behavior=nil)
|
815
815
|
@MaxReplicas = maxreplicas
|
@@ -896,12 +896,12 @@ module TencentCloud
|
|
896
896
|
|
897
897
|
attr_accessor :Enabled, :Params, :CreateTime, :ModifyTime, :StrategyId
|
898
898
|
extend Gem::Deprecate
|
899
|
-
deprecate :CreateTime, :none,
|
900
|
-
deprecate :CreateTime=, :none,
|
901
|
-
deprecate :ModifyTime, :none,
|
902
|
-
deprecate :ModifyTime=, :none,
|
903
|
-
deprecate :StrategyId, :none,
|
904
|
-
deprecate :StrategyId=, :none,
|
899
|
+
deprecate :CreateTime, :none, 2024, 1
|
900
|
+
deprecate :CreateTime=, :none, 2024, 1
|
901
|
+
deprecate :ModifyTime, :none, 2024, 1
|
902
|
+
deprecate :ModifyTime=, :none, 2024, 1
|
903
|
+
deprecate :StrategyId, :none, 2024, 1
|
904
|
+
deprecate :StrategyId=, :none, 2024, 1
|
905
905
|
|
906
906
|
def initialize(enabled=nil, params=nil, createtime=nil, modifytime=nil, strategyid=nil)
|
907
907
|
@Enabled = enabled
|
@@ -1041,10 +1041,10 @@ module TencentCloud
|
|
1041
1041
|
|
1042
1042
|
attr_accessor :GatewayId, :BindDomains, :CertId, :Name, :Key, :Crt
|
1043
1043
|
extend Gem::Deprecate
|
1044
|
-
deprecate :Key, :none,
|
1045
|
-
deprecate :Key=, :none,
|
1046
|
-
deprecate :Crt, :none,
|
1047
|
-
deprecate :Crt=, :none,
|
1044
|
+
deprecate :Key, :none, 2024, 1
|
1045
|
+
deprecate :Key=, :none, 2024, 1
|
1046
|
+
deprecate :Crt, :none, 2024, 1
|
1047
|
+
deprecate :Crt=, :none, 2024, 1
|
1048
1048
|
|
1049
1049
|
def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
|
1050
1050
|
@GatewayId = gatewayid
|
@@ -1364,8 +1364,8 @@ module TencentCloud
|
|
1364
1364
|
|
1365
1365
|
attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
|
1366
1366
|
extend Gem::Deprecate
|
1367
|
-
deprecate :ForceHttps, :none,
|
1368
|
-
deprecate :ForceHttps=, :none,
|
1367
|
+
deprecate :ForceHttps, :none, 2024, 1
|
1368
|
+
deprecate :ForceHttps=, :none, 2024, 1
|
1369
1369
|
|
1370
1370
|
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)
|
1371
1371
|
@GatewayId = gatewayid
|
@@ -3811,8 +3811,8 @@ module TencentCloud
|
|
3811
3811
|
|
3812
3812
|
attr_accessor :GatewayId, :Type, :TypeList
|
3813
3813
|
extend Gem::Deprecate
|
3814
|
-
deprecate :Type, :none,
|
3815
|
-
deprecate :Type=, :none,
|
3814
|
+
deprecate :Type, :none, 2024, 1
|
3815
|
+
deprecate :Type=, :none, 2024, 1
|
3816
3816
|
|
3817
3817
|
def initialize(gatewayid=nil, type=nil, typelist=nil)
|
3818
3818
|
@GatewayId = gatewayid
|
@@ -4007,7 +4007,7 @@ module TencentCloud
|
|
4007
4007
|
end
|
4008
4008
|
end
|
4009
4009
|
|
4010
|
-
#
|
4010
|
+
# 引擎的初始管理账号,当前仅支持Apollo引擎
|
4011
4011
|
class EngineAdmin < TencentCloud::Common::AbstractModel
|
4012
4012
|
# @param Name: 控制台初始用户名
|
4013
4013
|
# @type Name: String
|
@@ -4470,8 +4470,8 @@ module TencentCloud
|
|
4470
4470
|
|
4471
4471
|
attr_accessor :Total, :CertificatesList, :Pages
|
4472
4472
|
extend Gem::Deprecate
|
4473
|
-
deprecate :Pages, :none,
|
4474
|
-
deprecate :Pages=, :none,
|
4473
|
+
deprecate :Pages, :none, 2024, 1
|
4474
|
+
deprecate :Pages=, :none, 2024, 1
|
4475
4475
|
|
4476
4476
|
def initialize(total=nil, certificateslist=nil, pages=nil)
|
4477
4477
|
@Total = total
|
@@ -4629,8 +4629,8 @@ module TencentCloud
|
|
4629
4629
|
|
4630
4630
|
attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers
|
4631
4631
|
extend Gem::Deprecate
|
4632
|
-
deprecate :ForceHttps, :none,
|
4633
|
-
deprecate :ForceHttps=, :none,
|
4632
|
+
deprecate :ForceHttps, :none, 2024, 1
|
4633
|
+
deprecate :ForceHttps=, :none, 2024, 1
|
4634
4634
|
|
4635
4635
|
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)
|
4636
4636
|
@ID = id
|
@@ -5205,10 +5205,10 @@ module TencentCloud
|
|
5205
5205
|
|
5206
5206
|
attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
|
5207
5207
|
extend Gem::Deprecate
|
5208
|
-
deprecate :Name, :none,
|
5209
|
-
deprecate :Name=, :none,
|
5210
|
-
deprecate :BindDomains, :none,
|
5211
|
-
deprecate :BindDomains=, :none,
|
5208
|
+
deprecate :Name, :none, 2024, 1
|
5209
|
+
deprecate :Name=, :none, 2024, 1
|
5210
|
+
deprecate :BindDomains, :none, 2024, 1
|
5211
|
+
deprecate :BindDomains=, :none, 2024, 1
|
5212
5212
|
|
5213
5213
|
def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
|
5214
5214
|
@GatewayId = gatewayid
|
@@ -5392,8 +5392,8 @@ module TencentCloud
|
|
5392
5392
|
|
5393
5393
|
attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
|
5394
5394
|
extend Gem::Deprecate
|
5395
|
-
deprecate :ForceHttps, :none,
|
5396
|
-
deprecate :ForceHttps=, :none,
|
5395
|
+
deprecate :ForceHttps, :none, 2024, 1
|
5396
|
+
deprecate :ForceHttps=, :none, 2024, 1
|
5397
5397
|
|
5398
5398
|
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)
|
5399
5399
|
@GatewayId = gatewayid
|
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.749
|
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-01-
|
11
|
+
date: 2024-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|