tencentcloud-sdk-tse 3.0.730 → 3.0.732
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 +36 -36
- 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: abba4e536b222fc91dba286ee333579318075859
|
|
4
|
+
data.tar.gz: 43220903e93d002ace45f20a7a13a447ae907ebb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16419eb890f12b8f74325acd84c22f433f7833cc7e2c71005cad0dd86c66e9a424b6ba6095c9426081cc6515b81cb6eb8c54c40de1fb6298b8187ef0f2f3019c
|
|
7
|
+
data.tar.gz: cb62f3e8fb52fbcf20fde47ab61eaf7268beae7eb813015534daf2a02f1b1212dd4485052805a7f3c650f375140688b3d96500a3d5973ccd2f132b615a6a6c56
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.732
|
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, 2023,
|
|
743
|
-
deprecate :MaxReplicas=, :none, 2023,
|
|
742
|
+
deprecate :MaxReplicas, :none, 2023, 12
|
|
743
|
+
deprecate :MaxReplicas=, :none, 2023, 12
|
|
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, 2023,
|
|
806
|
-
deprecate :CreateTime=, :none, 2023,
|
|
807
|
-
deprecate :ModifyTime, :none, 2023,
|
|
808
|
-
deprecate :ModifyTime=, :none, 2023,
|
|
809
|
-
deprecate :StrategyId, :none, 2023,
|
|
810
|
-
deprecate :StrategyId=, :none, 2023,
|
|
811
|
-
deprecate :AutoScalerId, :none, 2023,
|
|
812
|
-
deprecate :AutoScalerId=, :none, 2023,
|
|
805
|
+
deprecate :CreateTime, :none, 2023, 12
|
|
806
|
+
deprecate :CreateTime=, :none, 2023, 12
|
|
807
|
+
deprecate :ModifyTime, :none, 2023, 12
|
|
808
|
+
deprecate :ModifyTime=, :none, 2023, 12
|
|
809
|
+
deprecate :StrategyId, :none, 2023, 12
|
|
810
|
+
deprecate :StrategyId=, :none, 2023, 12
|
|
811
|
+
deprecate :AutoScalerId, :none, 2023, 12
|
|
812
|
+
deprecate :AutoScalerId=, :none, 2023, 12
|
|
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, 2023,
|
|
900
|
-
deprecate :CreateTime=, :none, 2023,
|
|
901
|
-
deprecate :ModifyTime, :none, 2023,
|
|
902
|
-
deprecate :ModifyTime=, :none, 2023,
|
|
903
|
-
deprecate :StrategyId, :none, 2023,
|
|
904
|
-
deprecate :StrategyId=, :none, 2023,
|
|
899
|
+
deprecate :CreateTime, :none, 2023, 12
|
|
900
|
+
deprecate :CreateTime=, :none, 2023, 12
|
|
901
|
+
deprecate :ModifyTime, :none, 2023, 12
|
|
902
|
+
deprecate :ModifyTime=, :none, 2023, 12
|
|
903
|
+
deprecate :StrategyId, :none, 2023, 12
|
|
904
|
+
deprecate :StrategyId=, :none, 2023, 12
|
|
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, 2023,
|
|
1045
|
-
deprecate :Key=, :none, 2023,
|
|
1046
|
-
deprecate :Crt, :none, 2023,
|
|
1047
|
-
deprecate :Crt=, :none, 2023,
|
|
1044
|
+
deprecate :Key, :none, 2023, 12
|
|
1045
|
+
deprecate :Key=, :none, 2023, 12
|
|
1046
|
+
deprecate :Crt, :none, 2023, 12
|
|
1047
|
+
deprecate :Crt=, :none, 2023, 12
|
|
1048
1048
|
|
|
1049
1049
|
def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
|
|
1050
1050
|
@GatewayId = gatewayid
|
|
@@ -1321,8 +1321,8 @@ module TencentCloud
|
|
|
1321
1321
|
|
|
1322
1322
|
attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
|
|
1323
1323
|
extend Gem::Deprecate
|
|
1324
|
-
deprecate :ForceHttps, :none, 2023,
|
|
1325
|
-
deprecate :ForceHttps=, :none, 2023,
|
|
1324
|
+
deprecate :ForceHttps, :none, 2023, 12
|
|
1325
|
+
deprecate :ForceHttps=, :none, 2023, 12
|
|
1326
1326
|
|
|
1327
1327
|
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)
|
|
1328
1328
|
@GatewayId = gatewayid
|
|
@@ -1610,7 +1610,7 @@ module TencentCloud
|
|
|
1610
1610
|
# @type ApolloEnvParams: Array
|
|
1611
1611
|
# @param EngineTags: 引擎的标签列表。用户自定义的key/value形式,无参考值
|
|
1612
1612
|
# @type EngineTags: Array
|
|
1613
|
-
# @param EngineAdmin:
|
|
1613
|
+
# @param EngineAdmin: 引擎的初始账号信息。可设置参数:
|
|
1614
1614
|
# - Name:控制台初始用户名
|
|
1615
1615
|
# - Password:控制台初始密码
|
|
1616
1616
|
# - Token:引擎接口的管理员 Token
|
|
@@ -3722,8 +3722,8 @@ module TencentCloud
|
|
|
3722
3722
|
|
|
3723
3723
|
attr_accessor :GatewayId, :Type, :TypeList
|
|
3724
3724
|
extend Gem::Deprecate
|
|
3725
|
-
deprecate :Type, :none, 2023,
|
|
3726
|
-
deprecate :Type=, :none, 2023,
|
|
3725
|
+
deprecate :Type, :none, 2023, 12
|
|
3726
|
+
deprecate :Type=, :none, 2023, 12
|
|
3727
3727
|
|
|
3728
3728
|
def initialize(gatewayid=nil, type=nil, typelist=nil)
|
|
3729
3729
|
@GatewayId = gatewayid
|
|
@@ -3918,7 +3918,7 @@ module TencentCloud
|
|
|
3918
3918
|
end
|
|
3919
3919
|
end
|
|
3920
3920
|
|
|
3921
|
-
#
|
|
3921
|
+
# 引擎的初始管理账号
|
|
3922
3922
|
class EngineAdmin < TencentCloud::Common::AbstractModel
|
|
3923
3923
|
# @param Name: 控制台初始用户名
|
|
3924
3924
|
# @type Name: String
|
|
@@ -4381,8 +4381,8 @@ module TencentCloud
|
|
|
4381
4381
|
|
|
4382
4382
|
attr_accessor :Total, :CertificatesList, :Pages
|
|
4383
4383
|
extend Gem::Deprecate
|
|
4384
|
-
deprecate :Pages, :none, 2023,
|
|
4385
|
-
deprecate :Pages=, :none, 2023,
|
|
4384
|
+
deprecate :Pages, :none, 2023, 12
|
|
4385
|
+
deprecate :Pages=, :none, 2023, 12
|
|
4386
4386
|
|
|
4387
4387
|
def initialize(total=nil, certificateslist=nil, pages=nil)
|
|
4388
4388
|
@Total = total
|
|
@@ -4540,8 +4540,8 @@ module TencentCloud
|
|
|
4540
4540
|
|
|
4541
4541
|
attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers
|
|
4542
4542
|
extend Gem::Deprecate
|
|
4543
|
-
deprecate :ForceHttps, :none, 2023,
|
|
4544
|
-
deprecate :ForceHttps=, :none, 2023,
|
|
4543
|
+
deprecate :ForceHttps, :none, 2023, 12
|
|
4544
|
+
deprecate :ForceHttps=, :none, 2023, 12
|
|
4545
4545
|
|
|
4546
4546
|
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)
|
|
4547
4547
|
@ID = id
|
|
@@ -5116,10 +5116,10 @@ module TencentCloud
|
|
|
5116
5116
|
|
|
5117
5117
|
attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
|
|
5118
5118
|
extend Gem::Deprecate
|
|
5119
|
-
deprecate :Name, :none, 2023,
|
|
5120
|
-
deprecate :Name=, :none, 2023,
|
|
5121
|
-
deprecate :BindDomains, :none, 2023,
|
|
5122
|
-
deprecate :BindDomains=, :none, 2023,
|
|
5119
|
+
deprecate :Name, :none, 2023, 12
|
|
5120
|
+
deprecate :Name=, :none, 2023, 12
|
|
5121
|
+
deprecate :BindDomains, :none, 2023, 12
|
|
5122
|
+
deprecate :BindDomains=, :none, 2023, 12
|
|
5123
5123
|
|
|
5124
5124
|
def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
|
|
5125
5125
|
@GatewayId = gatewayid
|
|
@@ -5303,8 +5303,8 @@ module TencentCloud
|
|
|
5303
5303
|
|
|
5304
5304
|
attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
|
|
5305
5305
|
extend Gem::Deprecate
|
|
5306
|
-
deprecate :ForceHttps, :none, 2023,
|
|
5307
|
-
deprecate :ForceHttps=, :none, 2023,
|
|
5306
|
+
deprecate :ForceHttps, :none, 2023, 12
|
|
5307
|
+
deprecate :ForceHttps=, :none, 2023, 12
|
|
5308
5308
|
|
|
5309
5309
|
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)
|
|
5310
5310
|
@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.732
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-12-
|
|
11
|
+
date: 2023-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|