tencentcloud-sdk-tse 3.0.859 → 3.0.861
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 +63 -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: 09acae3234bb4a0f2809b9989251ce5bc71dd0da
|
4
|
+
data.tar.gz: a63138659d4ff7262898a12b45adae26a4c57e57
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de99ab68f55e980e43897c872d8762085cfb4c5f4493c623e75fe555062c5a875bee3857cf71221435427bbfefc8acc2d4853d4399333aa8fa15265033b716b1
|
7
|
+
data.tar.gz: 7a01c61573bc95f36b7db5f20a400e2d24ee78ccd503fc8cd8d7ace7592891b0347e72f76b1cbcc40215b71b9f02071e2025e853911d1dce4e01720c7343f616
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.861
|
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, 2024,
|
882
|
-
deprecate :MaxReplicas=, :none, 2024,
|
881
|
+
deprecate :MaxReplicas, :none, 2024, 7
|
882
|
+
deprecate :MaxReplicas=, :none, 2024, 7
|
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,
|
945
|
-
deprecate :Enabled=, :none, 2024,
|
946
|
-
deprecate :CreateTime, :none, 2024,
|
947
|
-
deprecate :CreateTime=, :none, 2024,
|
948
|
-
deprecate :ModifyTime, :none, 2024,
|
949
|
-
deprecate :ModifyTime=, :none, 2024,
|
950
|
-
deprecate :StrategyId, :none, 2024,
|
951
|
-
deprecate :StrategyId=, :none, 2024,
|
952
|
-
deprecate :AutoScalerId, :none, 2024,
|
953
|
-
deprecate :AutoScalerId=, :none, 2024,
|
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
|
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,
|
1083
|
-
deprecate :Enabled=, :none, 2024,
|
1084
|
-
deprecate :CreateTime, :none, 2024,
|
1085
|
-
deprecate :CreateTime=, :none, 2024,
|
1086
|
-
deprecate :ModifyTime, :none, 2024,
|
1087
|
-
deprecate :ModifyTime=, :none, 2024,
|
1088
|
-
deprecate :StrategyId, :none, 2024,
|
1089
|
-
deprecate :StrategyId=, :none, 2024,
|
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
|
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,
|
1785
|
-
deprecate :CronScalerConfig=, :none, 2024,
|
1786
|
-
deprecate :MaxReplicas, :none, 2024,
|
1787
|
-
deprecate :MaxReplicas=, :none, 2024,
|
1784
|
+
deprecate :CronScalerConfig, :none, 2024, 7
|
1785
|
+
deprecate :CronScalerConfig=, :none, 2024, 7
|
1786
|
+
deprecate :MaxReplicas, :none, 2024, 7
|
1787
|
+
deprecate :MaxReplicas=, :none, 2024, 7
|
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,
|
1832
|
-
deprecate :Result=, :none, 2024,
|
1831
|
+
deprecate :Result, :none, 2024, 7
|
1832
|
+
deprecate :Result=, :none, 2024, 7
|
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,
|
1908
|
-
deprecate :Key=, :none, 2024,
|
1909
|
-
deprecate :Crt, :none, 2024,
|
1910
|
-
deprecate :Crt=, :none, 2024,
|
1907
|
+
deprecate :Key, :none, 2024, 7
|
1908
|
+
deprecate :Key=, :none, 2024, 7
|
1909
|
+
deprecate :Crt, :none, 2024, 7
|
1910
|
+
deprecate :Crt=, :none, 2024, 7
|
1911
1911
|
|
1912
1912
|
def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
|
1913
1913
|
@GatewayId = gatewayid
|
@@ -2040,10 +2040,12 @@ module TencentCloud
|
|
2040
2040
|
# @type TradeType: Integer
|
2041
2041
|
# @param InternetConfig: 公网相关配置
|
2042
2042
|
# @type InternetConfig: :class:`Tencentcloud::Tse.v20201207.models.InternetConfig`
|
2043
|
+
# @param PromId: 关联的prometheus ID
|
2044
|
+
# @type PromId: String
|
2043
2045
|
|
2044
|
-
attr_accessor :Name, :Type, :GatewayVersion, :NodeConfig, :VpcConfig, :Description, :Tags, :EnableCls, :FeatureVersion, :InternetMaxBandwidthOut, :EngineRegion, :IngressClassName, :TradeType, :InternetConfig
|
2046
|
+
attr_accessor :Name, :Type, :GatewayVersion, :NodeConfig, :VpcConfig, :Description, :Tags, :EnableCls, :FeatureVersion, :InternetMaxBandwidthOut, :EngineRegion, :IngressClassName, :TradeType, :InternetConfig, :PromId
|
2045
2047
|
|
2046
|
-
def initialize(name=nil, type=nil, gatewayversion=nil, nodeconfig=nil, vpcconfig=nil, description=nil, tags=nil, enablecls=nil, featureversion=nil, internetmaxbandwidthout=nil, engineregion=nil, ingressclassname=nil, tradetype=nil, internetconfig=nil)
|
2048
|
+
def initialize(name=nil, type=nil, gatewayversion=nil, nodeconfig=nil, vpcconfig=nil, description=nil, tags=nil, enablecls=nil, featureversion=nil, internetmaxbandwidthout=nil, engineregion=nil, ingressclassname=nil, tradetype=nil, internetconfig=nil, promid=nil)
|
2047
2049
|
@Name = name
|
2048
2050
|
@Type = type
|
2049
2051
|
@GatewayVersion = gatewayversion
|
@@ -2058,6 +2060,7 @@ module TencentCloud
|
|
2058
2060
|
@IngressClassName = ingressclassname
|
2059
2061
|
@TradeType = tradetype
|
2060
2062
|
@InternetConfig = internetconfig
|
2063
|
+
@PromId = promid
|
2061
2064
|
end
|
2062
2065
|
|
2063
2066
|
def deserialize(params)
|
@@ -2091,6 +2094,7 @@ module TencentCloud
|
|
2091
2094
|
@InternetConfig = InternetConfig.new
|
2092
2095
|
@InternetConfig.deserialize(params['InternetConfig'])
|
2093
2096
|
end
|
2097
|
+
@PromId = params['PromId']
|
2094
2098
|
end
|
2095
2099
|
end
|
2096
2100
|
|
@@ -2235,8 +2239,8 @@ module TencentCloud
|
|
2235
2239
|
|
2236
2240
|
attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
|
2237
2241
|
extend Gem::Deprecate
|
2238
|
-
deprecate :ForceHttps, :none, 2024,
|
2239
|
-
deprecate :ForceHttps=, :none, 2024,
|
2242
|
+
deprecate :ForceHttps, :none, 2024, 7
|
2243
|
+
deprecate :ForceHttps=, :none, 2024, 7
|
2240
2244
|
|
2241
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)
|
2242
2246
|
@GatewayId = gatewayid
|
@@ -6757,8 +6761,8 @@ module TencentCloud
|
|
6757
6761
|
|
6758
6762
|
attr_accessor :GatewayId, :Type, :TypeList
|
6759
6763
|
extend Gem::Deprecate
|
6760
|
-
deprecate :Type, :none, 2024,
|
6761
|
-
deprecate :Type=, :none, 2024,
|
6764
|
+
deprecate :Type, :none, 2024, 7
|
6765
|
+
deprecate :Type=, :none, 2024, 7
|
6762
6766
|
|
6763
6767
|
def initialize(gatewayid=nil, type=nil, typelist=nil)
|
6764
6768
|
@GatewayId = gatewayid
|
@@ -8166,8 +8170,8 @@ module TencentCloud
|
|
8166
8170
|
|
8167
8171
|
attr_accessor :Total, :CertificatesList, :Pages
|
8168
8172
|
extend Gem::Deprecate
|
8169
|
-
deprecate :Pages, :none, 2024,
|
8170
|
-
deprecate :Pages=, :none, 2024,
|
8173
|
+
deprecate :Pages, :none, 2024, 7
|
8174
|
+
deprecate :Pages=, :none, 2024, 7
|
8171
8175
|
|
8172
8176
|
def initialize(total=nil, certificateslist=nil, pages=nil)
|
8173
8177
|
@Total = total
|
@@ -8325,8 +8329,8 @@ module TencentCloud
|
|
8325
8329
|
|
8326
8330
|
attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers
|
8327
8331
|
extend Gem::Deprecate
|
8328
|
-
deprecate :ForceHttps, :none, 2024,
|
8329
|
-
deprecate :ForceHttps=, :none, 2024,
|
8332
|
+
deprecate :ForceHttps, :none, 2024, 7
|
8333
|
+
deprecate :ForceHttps=, :none, 2024, 7
|
8330
8334
|
|
8331
8335
|
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)
|
8332
8336
|
@ID = id
|
@@ -9008,10 +9012,10 @@ module TencentCloud
|
|
9008
9012
|
|
9009
9013
|
attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
|
9010
9014
|
extend Gem::Deprecate
|
9011
|
-
deprecate :CronScalerConfig, :none, 2024,
|
9012
|
-
deprecate :CronScalerConfig=, :none, 2024,
|
9013
|
-
deprecate :MaxReplicas, :none, 2024,
|
9014
|
-
deprecate :MaxReplicas=, :none, 2024,
|
9015
|
+
deprecate :CronScalerConfig, :none, 2024, 7
|
9016
|
+
deprecate :CronScalerConfig=, :none, 2024, 7
|
9017
|
+
deprecate :MaxReplicas, :none, 2024, 7
|
9018
|
+
deprecate :MaxReplicas=, :none, 2024, 7
|
9015
9019
|
|
9016
9020
|
def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
|
9017
9021
|
@GatewayId = gatewayid
|
@@ -9135,10 +9139,10 @@ module TencentCloud
|
|
9135
9139
|
|
9136
9140
|
attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
|
9137
9141
|
extend Gem::Deprecate
|
9138
|
-
deprecate :Name, :none, 2024,
|
9139
|
-
deprecate :Name=, :none, 2024,
|
9140
|
-
deprecate :BindDomains, :none, 2024,
|
9141
|
-
deprecate :BindDomains=, :none, 2024,
|
9142
|
+
deprecate :Name, :none, 2024, 7
|
9143
|
+
deprecate :Name=, :none, 2024, 7
|
9144
|
+
deprecate :BindDomains, :none, 2024, 7
|
9145
|
+
deprecate :BindDomains=, :none, 2024, 7
|
9142
9146
|
|
9143
9147
|
def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
|
9144
9148
|
@GatewayId = gatewayid
|
@@ -9322,8 +9326,8 @@ module TencentCloud
|
|
9322
9326
|
|
9323
9327
|
attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
|
9324
9328
|
extend Gem::Deprecate
|
9325
|
-
deprecate :ForceHttps, :none, 2024,
|
9326
|
-
deprecate :ForceHttps=, :none, 2024,
|
9329
|
+
deprecate :ForceHttps, :none, 2024, 7
|
9330
|
+
deprecate :ForceHttps=, :none, 2024, 7
|
9327
9331
|
|
9328
9332
|
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)
|
9329
9333
|
@GatewayId = gatewayid
|
@@ -10341,15 +10345,19 @@ module TencentCloud
|
|
10341
10345
|
# @param NetworkId: 公网负载均衡 id
|
10342
10346
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10343
10347
|
# @type NetworkId: String
|
10348
|
+
# @param Description: 公网负载均衡描述
|
10349
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10350
|
+
# @type Description: String
|
10344
10351
|
|
10345
|
-
attr_accessor :Vip, :InternetMaxBandwidthOut, :GroupId, :GroupName, :NetworkId
|
10352
|
+
attr_accessor :Vip, :InternetMaxBandwidthOut, :GroupId, :GroupName, :NetworkId, :Description
|
10346
10353
|
|
10347
|
-
def initialize(vip=nil, internetmaxbandwidthout=nil, groupid=nil, groupname=nil, networkid=nil)
|
10354
|
+
def initialize(vip=nil, internetmaxbandwidthout=nil, groupid=nil, groupname=nil, networkid=nil, description=nil)
|
10348
10355
|
@Vip = vip
|
10349
10356
|
@InternetMaxBandwidthOut = internetmaxbandwidthout
|
10350
10357
|
@GroupId = groupid
|
10351
10358
|
@GroupName = groupname
|
10352
10359
|
@NetworkId = networkid
|
10360
|
+
@Description = description
|
10353
10361
|
end
|
10354
10362
|
|
10355
10363
|
def deserialize(params)
|
@@ -10358,6 +10366,7 @@ module TencentCloud
|
|
10358
10366
|
@GroupId = params['GroupId']
|
10359
10367
|
@GroupName = params['GroupName']
|
10360
10368
|
@NetworkId = params['NetworkId']
|
10369
|
+
@Description = params['Description']
|
10361
10370
|
end
|
10362
10371
|
end
|
10363
10372
|
|
@@ -11315,8 +11324,8 @@ module TencentCloud
|
|
11315
11324
|
|
11316
11325
|
attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes, :ZeroWeightHeathCheck
|
11317
11326
|
extend Gem::Deprecate
|
11318
|
-
deprecate :IgnoreZeroWeightNodes, :none, 2024,
|
11319
|
-
deprecate :IgnoreZeroWeightNodes=, :none, 2024,
|
11327
|
+
deprecate :IgnoreZeroWeightNodes, :none, 2024, 7
|
11328
|
+
deprecate :IgnoreZeroWeightNodes=, :none, 2024, 7
|
11320
11329
|
|
11321
11330
|
def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil, zeroweightheathcheck=nil)
|
11322
11331
|
@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.861
|
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-
|
11
|
+
date: 2024-07-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|