tencentcloud-sdk-tse 3.0.978 → 3.0.979
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 +62 -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: b5540ff531d7392c867a20a06ca8cb613de3f494
|
|
4
|
+
data.tar.gz: 299cc4c9c3b8609cf04f69b3e96e654330281e6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e6c194c356d89a2429a17e2bbcfa688510ba0ce3c22469031a817e2db3abd844dbc52372875663c1aff1bbd00b67d2d876b98e0d5175ab52659ef0029102973
|
|
7
|
+
data.tar.gz: b9794853117a49221e6605591f451bc26282dde96b5d628fe4f6092c60715749b63e6923efc9346cde287dc92fbc3ca32004d51cf5c59543bc53293bfc91f1e3
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.979
|
data/lib/v20201207/models.rb
CHANGED
|
@@ -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,
|
|
882
|
-
deprecate :MaxReplicas=, :none,
|
|
881
|
+
deprecate :MaxReplicas, :none, 2025, 1
|
|
882
|
+
deprecate :MaxReplicas=, :none, 2025, 1
|
|
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,
|
|
945
|
-
deprecate :Enabled=, :none,
|
|
946
|
-
deprecate :CreateTime, :none,
|
|
947
|
-
deprecate :CreateTime=, :none,
|
|
948
|
-
deprecate :ModifyTime, :none,
|
|
949
|
-
deprecate :ModifyTime=, :none,
|
|
950
|
-
deprecate :StrategyId, :none,
|
|
951
|
-
deprecate :StrategyId=, :none,
|
|
952
|
-
deprecate :AutoScalerId, :none,
|
|
953
|
-
deprecate :AutoScalerId=, :none,
|
|
944
|
+
deprecate :Enabled, :none, 2025, 1
|
|
945
|
+
deprecate :Enabled=, :none, 2025, 1
|
|
946
|
+
deprecate :CreateTime, :none, 2025, 1
|
|
947
|
+
deprecate :CreateTime=, :none, 2025, 1
|
|
948
|
+
deprecate :ModifyTime, :none, 2025, 1
|
|
949
|
+
deprecate :ModifyTime=, :none, 2025, 1
|
|
950
|
+
deprecate :StrategyId, :none, 2025, 1
|
|
951
|
+
deprecate :StrategyId=, :none, 2025, 1
|
|
952
|
+
deprecate :AutoScalerId, :none, 2025, 1
|
|
953
|
+
deprecate :AutoScalerId=, :none, 2025, 1
|
|
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,
|
|
1083
|
-
deprecate :Enabled=, :none,
|
|
1084
|
-
deprecate :CreateTime, :none,
|
|
1085
|
-
deprecate :CreateTime=, :none,
|
|
1086
|
-
deprecate :ModifyTime, :none,
|
|
1087
|
-
deprecate :ModifyTime=, :none,
|
|
1088
|
-
deprecate :StrategyId, :none,
|
|
1089
|
-
deprecate :StrategyId=, :none,
|
|
1082
|
+
deprecate :Enabled, :none, 2025, 1
|
|
1083
|
+
deprecate :Enabled=, :none, 2025, 1
|
|
1084
|
+
deprecate :CreateTime, :none, 2025, 1
|
|
1085
|
+
deprecate :CreateTime=, :none, 2025, 1
|
|
1086
|
+
deprecate :ModifyTime, :none, 2025, 1
|
|
1087
|
+
deprecate :ModifyTime=, :none, 2025, 1
|
|
1088
|
+
deprecate :StrategyId, :none, 2025, 1
|
|
1089
|
+
deprecate :StrategyId=, :none, 2025, 1
|
|
1090
1090
|
|
|
1091
1091
|
def initialize(enabled=nil, params=nil, createtime=nil, modifytime=nil, strategyid=nil)
|
|
1092
1092
|
@Enabled = enabled
|
|
@@ -1791,10 +1791,10 @@ module TencentCloud
|
|
|
1791
1791
|
|
|
1792
1792
|
attr_accessor :GatewayId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
|
|
1793
1793
|
extend Gem::Deprecate
|
|
1794
|
-
deprecate :CronScalerConfig, :none,
|
|
1795
|
-
deprecate :CronScalerConfig=, :none,
|
|
1796
|
-
deprecate :MaxReplicas, :none,
|
|
1797
|
-
deprecate :MaxReplicas=, :none,
|
|
1794
|
+
deprecate :CronScalerConfig, :none, 2025, 1
|
|
1795
|
+
deprecate :CronScalerConfig=, :none, 2025, 1
|
|
1796
|
+
deprecate :MaxReplicas, :none, 2025, 1
|
|
1797
|
+
deprecate :MaxReplicas=, :none, 2025, 1
|
|
1798
1798
|
|
|
1799
1799
|
def initialize(gatewayid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
|
|
1800
1800
|
@GatewayId = gatewayid
|
|
@@ -1838,8 +1838,8 @@ module TencentCloud
|
|
|
1838
1838
|
|
|
1839
1839
|
attr_accessor :Result, :StrategyId, :RequestId
|
|
1840
1840
|
extend Gem::Deprecate
|
|
1841
|
-
deprecate :Result, :none,
|
|
1842
|
-
deprecate :Result=, :none,
|
|
1841
|
+
deprecate :Result, :none, 2025, 1
|
|
1842
|
+
deprecate :Result=, :none, 2025, 1
|
|
1843
1843
|
|
|
1844
1844
|
def initialize(result=nil, strategyid=nil, requestid=nil)
|
|
1845
1845
|
@Result = result
|
|
@@ -1914,10 +1914,10 @@ module TencentCloud
|
|
|
1914
1914
|
|
|
1915
1915
|
attr_accessor :GatewayId, :BindDomains, :CertId, :Name, :Key, :Crt
|
|
1916
1916
|
extend Gem::Deprecate
|
|
1917
|
-
deprecate :Key, :none,
|
|
1918
|
-
deprecate :Key=, :none,
|
|
1919
|
-
deprecate :Crt, :none,
|
|
1920
|
-
deprecate :Crt=, :none,
|
|
1917
|
+
deprecate :Key, :none, 2025, 1
|
|
1918
|
+
deprecate :Key=, :none, 2025, 1
|
|
1919
|
+
deprecate :Crt, :none, 2025, 1
|
|
1920
|
+
deprecate :Crt=, :none, 2025, 1
|
|
1921
1921
|
|
|
1922
1922
|
def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
|
|
1923
1923
|
@GatewayId = gatewayid
|
|
@@ -2253,8 +2253,8 @@ module TencentCloud
|
|
|
2253
2253
|
|
|
2254
2254
|
attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering
|
|
2255
2255
|
extend Gem::Deprecate
|
|
2256
|
-
deprecate :ForceHttps, :none,
|
|
2257
|
-
deprecate :ForceHttps=, :none,
|
|
2256
|
+
deprecate :ForceHttps, :none, 2025, 1
|
|
2257
|
+
deprecate :ForceHttps=, :none, 2025, 1
|
|
2258
2258
|
|
|
2259
2259
|
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)
|
|
2260
2260
|
@GatewayId = gatewayid
|
|
@@ -7073,8 +7073,8 @@ module TencentCloud
|
|
|
7073
7073
|
|
|
7074
7074
|
attr_accessor :GatewayId, :Type, :TypeList
|
|
7075
7075
|
extend Gem::Deprecate
|
|
7076
|
-
deprecate :Type, :none,
|
|
7077
|
-
deprecate :Type=, :none,
|
|
7076
|
+
deprecate :Type, :none, 2025, 1
|
|
7077
|
+
deprecate :Type=, :none, 2025, 1
|
|
7078
7078
|
|
|
7079
7079
|
def initialize(gatewayid=nil, type=nil, typelist=nil)
|
|
7080
7080
|
@GatewayId = gatewayid
|
|
@@ -7983,10 +7983,12 @@ module TencentCloud
|
|
|
7983
7983
|
# 2、列表内容仅一个元素,且为字符 *,表示所有命名空间可见(包括新增)
|
|
7984
7984
|
# 3、列表内容为部份命名空间名称,则只对这些命名空间下可见
|
|
7985
7985
|
# @type ServiceExportTo: Array
|
|
7986
|
+
# @param SyncToGlobalRegistry: 是否开启同步到全局注册中心
|
|
7987
|
+
# @type SyncToGlobalRegistry: Boolean
|
|
7986
7988
|
|
|
7987
|
-
attr_accessor :Name, :Comment, :UserIds, :GroupIds, :RemoveUserIds, :RemoveGroupIds, :ServiceExportTo
|
|
7989
|
+
attr_accessor :Name, :Comment, :UserIds, :GroupIds, :RemoveUserIds, :RemoveGroupIds, :ServiceExportTo, :SyncToGlobalRegistry
|
|
7988
7990
|
|
|
7989
|
-
def initialize(name=nil, comment=nil, userids=nil, groupids=nil, removeuserids=nil, removegroupids=nil, serviceexportto=nil)
|
|
7991
|
+
def initialize(name=nil, comment=nil, userids=nil, groupids=nil, removeuserids=nil, removegroupids=nil, serviceexportto=nil, synctoglobalregistry=nil)
|
|
7990
7992
|
@Name = name
|
|
7991
7993
|
@Comment = comment
|
|
7992
7994
|
@UserIds = userids
|
|
@@ -7994,6 +7996,7 @@ module TencentCloud
|
|
|
7994
7996
|
@RemoveUserIds = removeuserids
|
|
7995
7997
|
@RemoveGroupIds = removegroupids
|
|
7996
7998
|
@ServiceExportTo = serviceexportto
|
|
7999
|
+
@SyncToGlobalRegistry = synctoglobalregistry
|
|
7997
8000
|
end
|
|
7998
8001
|
|
|
7999
8002
|
def deserialize(params)
|
|
@@ -8004,6 +8007,7 @@ module TencentCloud
|
|
|
8004
8007
|
@RemoveUserIds = params['RemoveUserIds']
|
|
8005
8008
|
@RemoveGroupIds = params['RemoveGroupIds']
|
|
8006
8009
|
@ServiceExportTo = params['ServiceExportTo']
|
|
8010
|
+
@SyncToGlobalRegistry = params['SyncToGlobalRegistry']
|
|
8007
8011
|
end
|
|
8008
8012
|
end
|
|
8009
8013
|
|
|
@@ -8243,10 +8247,12 @@ module TencentCloud
|
|
|
8243
8247
|
# @type RemoveGroupIds: Array
|
|
8244
8248
|
# @param ExportTo: 该服务对哪些命名空间可见
|
|
8245
8249
|
# @type ExportTo: Array
|
|
8250
|
+
# @param SyncToGlobalRegistry: 是否开启同步到全局注册中心
|
|
8251
|
+
# @type SyncToGlobalRegistry: Boolean
|
|
8246
8252
|
|
|
8247
|
-
attr_accessor :Name, :Namespace, :Comment, :Metadatas, :Department, :Business, :UserIds, :GroupIds, :RemoveUserIds, :RemoveGroupIds, :ExportTo
|
|
8253
|
+
attr_accessor :Name, :Namespace, :Comment, :Metadatas, :Department, :Business, :UserIds, :GroupIds, :RemoveUserIds, :RemoveGroupIds, :ExportTo, :SyncToGlobalRegistry
|
|
8248
8254
|
|
|
8249
|
-
def initialize(name=nil, namespace=nil, comment=nil, metadatas=nil, department=nil, business=nil, userids=nil, groupids=nil, removeuserids=nil, removegroupids=nil, exportto=nil)
|
|
8255
|
+
def initialize(name=nil, namespace=nil, comment=nil, metadatas=nil, department=nil, business=nil, userids=nil, groupids=nil, removeuserids=nil, removegroupids=nil, exportto=nil, synctoglobalregistry=nil)
|
|
8250
8256
|
@Name = name
|
|
8251
8257
|
@Namespace = namespace
|
|
8252
8258
|
@Comment = comment
|
|
@@ -8258,6 +8264,7 @@ module TencentCloud
|
|
|
8258
8264
|
@RemoveUserIds = removeuserids
|
|
8259
8265
|
@RemoveGroupIds = removegroupids
|
|
8260
8266
|
@ExportTo = exportto
|
|
8267
|
+
@SyncToGlobalRegistry = synctoglobalregistry
|
|
8261
8268
|
end
|
|
8262
8269
|
|
|
8263
8270
|
def deserialize(params)
|
|
@@ -8279,6 +8286,7 @@ module TencentCloud
|
|
|
8279
8286
|
@RemoveUserIds = params['RemoveUserIds']
|
|
8280
8287
|
@RemoveGroupIds = params['RemoveGroupIds']
|
|
8281
8288
|
@ExportTo = params['ExportTo']
|
|
8289
|
+
@SyncToGlobalRegistry = params['SyncToGlobalRegistry']
|
|
8282
8290
|
end
|
|
8283
8291
|
end
|
|
8284
8292
|
|
|
@@ -8508,8 +8516,8 @@ module TencentCloud
|
|
|
8508
8516
|
|
|
8509
8517
|
attr_accessor :Total, :CertificatesList, :Pages
|
|
8510
8518
|
extend Gem::Deprecate
|
|
8511
|
-
deprecate :Pages, :none,
|
|
8512
|
-
deprecate :Pages=, :none,
|
|
8519
|
+
deprecate :Pages, :none, 2025, 1
|
|
8520
|
+
deprecate :Pages=, :none, 2025, 1
|
|
8513
8521
|
|
|
8514
8522
|
def initialize(total=nil, certificateslist=nil, pages=nil)
|
|
8515
8523
|
@Total = total
|
|
@@ -8671,8 +8679,8 @@ module TencentCloud
|
|
|
8671
8679
|
|
|
8672
8680
|
attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering
|
|
8673
8681
|
extend Gem::Deprecate
|
|
8674
|
-
deprecate :ForceHttps, :none,
|
|
8675
|
-
deprecate :ForceHttps=, :none,
|
|
8682
|
+
deprecate :ForceHttps, :none, 2025, 1
|
|
8683
|
+
deprecate :ForceHttps=, :none, 2025, 1
|
|
8676
8684
|
|
|
8677
8685
|
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)
|
|
8678
8686
|
@ID = id
|
|
@@ -9385,10 +9393,10 @@ module TencentCloud
|
|
|
9385
9393
|
|
|
9386
9394
|
attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
|
|
9387
9395
|
extend Gem::Deprecate
|
|
9388
|
-
deprecate :CronScalerConfig, :none,
|
|
9389
|
-
deprecate :CronScalerConfig=, :none,
|
|
9390
|
-
deprecate :MaxReplicas, :none,
|
|
9391
|
-
deprecate :MaxReplicas=, :none,
|
|
9396
|
+
deprecate :CronScalerConfig, :none, 2025, 1
|
|
9397
|
+
deprecate :CronScalerConfig=, :none, 2025, 1
|
|
9398
|
+
deprecate :MaxReplicas, :none, 2025, 1
|
|
9399
|
+
deprecate :MaxReplicas=, :none, 2025, 1
|
|
9392
9400
|
|
|
9393
9401
|
def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
|
|
9394
9402
|
@GatewayId = gatewayid
|
|
@@ -9512,10 +9520,10 @@ module TencentCloud
|
|
|
9512
9520
|
|
|
9513
9521
|
attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
|
|
9514
9522
|
extend Gem::Deprecate
|
|
9515
|
-
deprecate :Name, :none,
|
|
9516
|
-
deprecate :Name=, :none,
|
|
9517
|
-
deprecate :BindDomains, :none,
|
|
9518
|
-
deprecate :BindDomains=, :none,
|
|
9523
|
+
deprecate :Name, :none, 2025, 1
|
|
9524
|
+
deprecate :Name=, :none, 2025, 1
|
|
9525
|
+
deprecate :BindDomains, :none, 2025, 1
|
|
9526
|
+
deprecate :BindDomains=, :none, 2025, 1
|
|
9519
9527
|
|
|
9520
9528
|
def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
|
|
9521
9529
|
@GatewayId = gatewayid
|
|
@@ -9703,8 +9711,8 @@ module TencentCloud
|
|
|
9703
9711
|
|
|
9704
9712
|
attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering
|
|
9705
9713
|
extend Gem::Deprecate
|
|
9706
|
-
deprecate :ForceHttps, :none,
|
|
9707
|
-
deprecate :ForceHttps=, :none,
|
|
9714
|
+
deprecate :ForceHttps, :none, 2025, 1
|
|
9715
|
+
deprecate :ForceHttps=, :none, 2025, 1
|
|
9708
9716
|
|
|
9709
9717
|
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)
|
|
9710
9718
|
@GatewayId = gatewayid
|
|
@@ -11959,8 +11967,8 @@ module TencentCloud
|
|
|
11959
11967
|
|
|
11960
11968
|
attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes, :ZeroWeightHeathCheck
|
|
11961
11969
|
extend Gem::Deprecate
|
|
11962
|
-
deprecate :IgnoreZeroWeightNodes, :none,
|
|
11963
|
-
deprecate :IgnoreZeroWeightNodes=, :none,
|
|
11970
|
+
deprecate :IgnoreZeroWeightNodes, :none, 2025, 1
|
|
11971
|
+
deprecate :IgnoreZeroWeightNodes=, :none, 2025, 1
|
|
11964
11972
|
|
|
11965
11973
|
def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil, zeroweightheathcheck=nil)
|
|
11966
11974
|
@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.979
|
|
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-01-
|
|
11
|
+
date: 2025-01-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|