tencentcloud-sdk-tse 3.0.1125 → 3.0.1146
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/client.rb +1 -1
- data/lib/v20201207/models.rb +82 -58
- 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: d1c05c8675298e5e0c5da8b933b158c9d98f67f1
|
4
|
+
data.tar.gz: ffb5d36c6d57ad8a1be5fb558a538cf428739f89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6dde4949cc249e09cb500cdcccd9a50ca486e8b0e8f7de9fe38c996b6ca0a133d8aa8c88ac3516fce250d90bc3c1d92992c16de360149201611a82375b562071
|
7
|
+
data.tar.gz: 845b4ac3c5ba86f7daa70020c041ee97152e9854d2e83a27628f04f8be4d225462c432dff0bf08562028381920567f2aa084a1852377dc6efdacfdde32248763
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1146
|
data/lib/v20201207/client.rb
CHANGED
@@ -2621,7 +2621,7 @@ module TencentCloud
|
|
2621
2621
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2622
2622
|
end
|
2623
2623
|
|
2624
|
-
# 修改云原生API
|
2624
|
+
# 修改云原生API网关实例网络基本信息,例如带宽以及描述、规格升级,只支持修改客户端公网/内网的信息。
|
2625
2625
|
|
2626
2626
|
# @param request: Request instance for ModifyNetworkBasicInfo.
|
2627
2627
|
# @type request: :class:`Tencentcloud::tse::V20201207::ModifyNetworkBasicInfoRequest`
|
data/lib/v20201207/models.rb
CHANGED
@@ -566,10 +566,12 @@ module TencentCloud
|
|
566
566
|
# @type NetworkId: String
|
567
567
|
# @param IPV6FullChain: 是否为新 ipv6 CLB
|
568
568
|
# @type IPV6FullChain: Boolean
|
569
|
+
# @param CustomizedConfigContent: 负载均衡个性化配置内容
|
570
|
+
# @type CustomizedConfigContent: String
|
569
571
|
|
570
|
-
attr_accessor :ConsoleType, :HttpUrl, :HttpsUrl, :NetType, :AdminUser, :AdminPassword, :Status, :AccessControl, :SubnetId, :VpcId, :Description, :SlaType, :SlaName, :Vip, :InternetMaxBandwidthOut, :MultiZoneFlag, :MasterZoneId, :SlaveZoneId, :MasterZoneName, :SlaveZoneName, :NetworkId, :IPV6FullChain
|
572
|
+
attr_accessor :ConsoleType, :HttpUrl, :HttpsUrl, :NetType, :AdminUser, :AdminPassword, :Status, :AccessControl, :SubnetId, :VpcId, :Description, :SlaType, :SlaName, :Vip, :InternetMaxBandwidthOut, :MultiZoneFlag, :MasterZoneId, :SlaveZoneId, :MasterZoneName, :SlaveZoneName, :NetworkId, :IPV6FullChain, :CustomizedConfigContent
|
571
573
|
|
572
|
-
def initialize(consoletype=nil, httpurl=nil, httpsurl=nil, nettype=nil, adminuser=nil, adminpassword=nil, status=nil, accesscontrol=nil, subnetid=nil, vpcid=nil, description=nil, slatype=nil, slaname=nil, vip=nil, internetmaxbandwidthout=nil, multizoneflag=nil, masterzoneid=nil, slavezoneid=nil, masterzonename=nil, slavezonename=nil, networkid=nil, ipv6fullchain=nil)
|
574
|
+
def initialize(consoletype=nil, httpurl=nil, httpsurl=nil, nettype=nil, adminuser=nil, adminpassword=nil, status=nil, accesscontrol=nil, subnetid=nil, vpcid=nil, description=nil, slatype=nil, slaname=nil, vip=nil, internetmaxbandwidthout=nil, multizoneflag=nil, masterzoneid=nil, slavezoneid=nil, masterzonename=nil, slavezonename=nil, networkid=nil, ipv6fullchain=nil, customizedconfigcontent=nil)
|
573
575
|
@ConsoleType = consoletype
|
574
576
|
@HttpUrl = httpurl
|
575
577
|
@HttpsUrl = httpsurl
|
@@ -592,6 +594,7 @@ module TencentCloud
|
|
592
594
|
@SlaveZoneName = slavezonename
|
593
595
|
@NetworkId = networkid
|
594
596
|
@IPV6FullChain = ipv6fullchain
|
597
|
+
@CustomizedConfigContent = customizedconfigcontent
|
595
598
|
end
|
596
599
|
|
597
600
|
def deserialize(params)
|
@@ -620,6 +623,7 @@ module TencentCloud
|
|
620
623
|
@SlaveZoneName = params['SlaveZoneName']
|
621
624
|
@NetworkId = params['NetworkId']
|
622
625
|
@IPV6FullChain = params['IPV6FullChain']
|
626
|
+
@CustomizedConfigContent = params['CustomizedConfigContent']
|
623
627
|
end
|
624
628
|
end
|
625
629
|
|
@@ -823,8 +827,8 @@ module TencentCloud
|
|
823
827
|
|
824
828
|
attr_accessor :StrategyId, :StrategyName, :CreateTime, :ModifyTime, :Description, :Config, :GatewayId, :CronConfig, :MaxReplicas
|
825
829
|
extend Gem::Deprecate
|
826
|
-
deprecate :MaxReplicas, :none, 2025,
|
827
|
-
deprecate :MaxReplicas=, :none, 2025,
|
830
|
+
deprecate :MaxReplicas, :none, 2025, 9
|
831
|
+
deprecate :MaxReplicas=, :none, 2025, 9
|
828
832
|
|
829
833
|
def initialize(strategyid=nil, strategyname=nil, createtime=nil, modifytime=nil, description=nil, config=nil, gatewayid=nil, cronconfig=nil, maxreplicas=nil)
|
830
834
|
@StrategyId = strategyid
|
@@ -885,16 +889,16 @@ module TencentCloud
|
|
885
889
|
|
886
890
|
attr_accessor :MaxReplicas, :Metrics, :Enabled, :CreateTime, :ModifyTime, :StrategyId, :AutoScalerId, :Behavior
|
887
891
|
extend Gem::Deprecate
|
888
|
-
deprecate :Enabled, :none, 2025,
|
889
|
-
deprecate :Enabled=, :none, 2025,
|
890
|
-
deprecate :CreateTime, :none, 2025,
|
891
|
-
deprecate :CreateTime=, :none, 2025,
|
892
|
-
deprecate :ModifyTime, :none, 2025,
|
893
|
-
deprecate :ModifyTime=, :none, 2025,
|
894
|
-
deprecate :StrategyId, :none, 2025,
|
895
|
-
deprecate :StrategyId=, :none, 2025,
|
896
|
-
deprecate :AutoScalerId, :none, 2025,
|
897
|
-
deprecate :AutoScalerId=, :none, 2025,
|
892
|
+
deprecate :Enabled, :none, 2025, 9
|
893
|
+
deprecate :Enabled=, :none, 2025, 9
|
894
|
+
deprecate :CreateTime, :none, 2025, 9
|
895
|
+
deprecate :CreateTime=, :none, 2025, 9
|
896
|
+
deprecate :ModifyTime, :none, 2025, 9
|
897
|
+
deprecate :ModifyTime=, :none, 2025, 9
|
898
|
+
deprecate :StrategyId, :none, 2025, 9
|
899
|
+
deprecate :StrategyId=, :none, 2025, 9
|
900
|
+
deprecate :AutoScalerId, :none, 2025, 9
|
901
|
+
deprecate :AutoScalerId=, :none, 2025, 9
|
898
902
|
|
899
903
|
def initialize(maxreplicas=nil, metrics=nil, enabled=nil, createtime=nil, modifytime=nil, strategyid=nil, autoscalerid=nil, behavior=nil)
|
900
904
|
@MaxReplicas = maxreplicas
|
@@ -1015,14 +1019,14 @@ module TencentCloud
|
|
1015
1019
|
|
1016
1020
|
attr_accessor :Enabled, :Params, :CreateTime, :ModifyTime, :StrategyId
|
1017
1021
|
extend Gem::Deprecate
|
1018
|
-
deprecate :Enabled, :none, 2025,
|
1019
|
-
deprecate :Enabled=, :none, 2025,
|
1020
|
-
deprecate :CreateTime, :none, 2025,
|
1021
|
-
deprecate :CreateTime=, :none, 2025,
|
1022
|
-
deprecate :ModifyTime, :none, 2025,
|
1023
|
-
deprecate :ModifyTime=, :none, 2025,
|
1024
|
-
deprecate :StrategyId, :none, 2025,
|
1025
|
-
deprecate :StrategyId=, :none, 2025,
|
1022
|
+
deprecate :Enabled, :none, 2025, 9
|
1023
|
+
deprecate :Enabled=, :none, 2025, 9
|
1024
|
+
deprecate :CreateTime, :none, 2025, 9
|
1025
|
+
deprecate :CreateTime=, :none, 2025, 9
|
1026
|
+
deprecate :ModifyTime, :none, 2025, 9
|
1027
|
+
deprecate :ModifyTime=, :none, 2025, 9
|
1028
|
+
deprecate :StrategyId, :none, 2025, 9
|
1029
|
+
deprecate :StrategyId=, :none, 2025, 9
|
1026
1030
|
|
1027
1031
|
def initialize(enabled=nil, params=nil, createtime=nil, modifytime=nil, strategyid=nil)
|
1028
1032
|
@Enabled = enabled
|
@@ -1700,10 +1704,10 @@ module TencentCloud
|
|
1700
1704
|
|
1701
1705
|
attr_accessor :GatewayId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
|
1702
1706
|
extend Gem::Deprecate
|
1703
|
-
deprecate :CronScalerConfig, :none, 2025,
|
1704
|
-
deprecate :CronScalerConfig=, :none, 2025,
|
1705
|
-
deprecate :MaxReplicas, :none, 2025,
|
1706
|
-
deprecate :MaxReplicas=, :none, 2025,
|
1707
|
+
deprecate :CronScalerConfig, :none, 2025, 9
|
1708
|
+
deprecate :CronScalerConfig=, :none, 2025, 9
|
1709
|
+
deprecate :MaxReplicas, :none, 2025, 9
|
1710
|
+
deprecate :MaxReplicas=, :none, 2025, 9
|
1707
1711
|
|
1708
1712
|
def initialize(gatewayid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
|
1709
1713
|
@GatewayId = gatewayid
|
@@ -1746,8 +1750,8 @@ module TencentCloud
|
|
1746
1750
|
|
1747
1751
|
attr_accessor :Result, :StrategyId, :RequestId
|
1748
1752
|
extend Gem::Deprecate
|
1749
|
-
deprecate :Result, :none, 2025,
|
1750
|
-
deprecate :Result=, :none, 2025,
|
1753
|
+
deprecate :Result, :none, 2025, 9
|
1754
|
+
deprecate :Result=, :none, 2025, 9
|
1751
1755
|
|
1752
1756
|
def initialize(result=nil, strategyid=nil, requestid=nil)
|
1753
1757
|
@Result = result
|
@@ -1833,10 +1837,10 @@ module TencentCloud
|
|
1833
1837
|
|
1834
1838
|
attr_accessor :GatewayId, :BindDomains, :CertId, :Name, :Key, :Crt
|
1835
1839
|
extend Gem::Deprecate
|
1836
|
-
deprecate :Key, :none, 2025,
|
1837
|
-
deprecate :Key=, :none, 2025,
|
1838
|
-
deprecate :Crt, :none, 2025,
|
1839
|
-
deprecate :Crt=, :none, 2025,
|
1840
|
+
deprecate :Key, :none, 2025, 9
|
1841
|
+
deprecate :Key=, :none, 2025, 9
|
1842
|
+
deprecate :Crt, :none, 2025, 9
|
1843
|
+
deprecate :Crt=, :none, 2025, 9
|
1840
1844
|
|
1841
1845
|
def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
|
1842
1846
|
@GatewayId = gatewayid
|
@@ -2171,8 +2175,8 @@ module TencentCloud
|
|
2171
2175
|
|
2172
2176
|
attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
|
2173
2177
|
extend Gem::Deprecate
|
2174
|
-
deprecate :ForceHttps, :none, 2025,
|
2175
|
-
deprecate :ForceHttps=, :none, 2025,
|
2178
|
+
deprecate :ForceHttps, :none, 2025, 9
|
2179
|
+
deprecate :ForceHttps=, :none, 2025, 9
|
2176
2180
|
|
2177
2181
|
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, regexpriority=nil)
|
2178
2182
|
@GatewayId = gatewayid
|
@@ -3024,18 +3028,22 @@ module TencentCloud
|
|
3024
3028
|
class CreateNativeGatewayServiceSourceResponse < TencentCloud::Common::AbstractModel
|
3025
3029
|
# @param Result: 创建是否成功
|
3026
3030
|
# @type Result: Boolean
|
3031
|
+
# @param SourceID: 服务来源ID
|
3032
|
+
# @type SourceID: String
|
3027
3033
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3028
3034
|
# @type RequestId: String
|
3029
3035
|
|
3030
|
-
attr_accessor :Result, :RequestId
|
3036
|
+
attr_accessor :Result, :SourceID, :RequestId
|
3031
3037
|
|
3032
|
-
def initialize(result=nil, requestid=nil)
|
3038
|
+
def initialize(result=nil, sourceid=nil, requestid=nil)
|
3033
3039
|
@Result = result
|
3040
|
+
@SourceID = sourceid
|
3034
3041
|
@RequestId = requestid
|
3035
3042
|
end
|
3036
3043
|
|
3037
3044
|
def deserialize(params)
|
3038
3045
|
@Result = params['Result']
|
3046
|
+
@SourceID = params['SourceID']
|
3039
3047
|
@RequestId = params['RequestId']
|
3040
3048
|
end
|
3041
3049
|
end
|
@@ -6527,6 +6535,8 @@ module TencentCloud
|
|
6527
6535
|
# @type Limit: Integer
|
6528
6536
|
# @param Offset: 分页偏移量
|
6529
6537
|
# @type Offset: Integer
|
6538
|
+
# @param SourceID: 服务来源ID
|
6539
|
+
# @type SourceID: String
|
6530
6540
|
# @param SourceName: 服务来源实例名称,模糊搜索
|
6531
6541
|
# @type SourceName: String
|
6532
6542
|
# @param SourceTypes: 微服务引擎类型:TSE-Nacos|TSE-Consul|TSE-PolarisMesh|Customer-Nacos|Customer-Consul|Customer-PolarisMesh
|
@@ -6536,12 +6546,13 @@ module TencentCloud
|
|
6536
6546
|
# @param OrderType: 排序类型,AES/DESC
|
6537
6547
|
# @type OrderType: String
|
6538
6548
|
|
6539
|
-
attr_accessor :GatewayID, :Limit, :Offset, :SourceName, :SourceTypes, :OrderField, :OrderType
|
6549
|
+
attr_accessor :GatewayID, :Limit, :Offset, :SourceID, :SourceName, :SourceTypes, :OrderField, :OrderType
|
6540
6550
|
|
6541
|
-
def initialize(gatewayid=nil, limit=nil, offset=nil, sourcename=nil, sourcetypes=nil, orderfield=nil, ordertype=nil)
|
6551
|
+
def initialize(gatewayid=nil, limit=nil, offset=nil, sourceid=nil, sourcename=nil, sourcetypes=nil, orderfield=nil, ordertype=nil)
|
6542
6552
|
@GatewayID = gatewayid
|
6543
6553
|
@Limit = limit
|
6544
6554
|
@Offset = offset
|
6555
|
+
@SourceID = sourceid
|
6545
6556
|
@SourceName = sourcename
|
6546
6557
|
@SourceTypes = sourcetypes
|
6547
6558
|
@OrderField = orderfield
|
@@ -6552,6 +6563,7 @@ module TencentCloud
|
|
6552
6563
|
@GatewayID = params['GatewayID']
|
6553
6564
|
@Limit = params['Limit']
|
6554
6565
|
@Offset = params['Offset']
|
6566
|
+
@SourceID = params['SourceID']
|
6555
6567
|
@SourceName = params['SourceName']
|
6556
6568
|
@SourceTypes = params['SourceTypes']
|
6557
6569
|
@OrderField = params['OrderField']
|
@@ -7067,8 +7079,8 @@ module TencentCloud
|
|
7067
7079
|
|
7068
7080
|
attr_accessor :GatewayId, :Type, :TypeList
|
7069
7081
|
extend Gem::Deprecate
|
7070
|
-
deprecate :Type, :none, 2025,
|
7071
|
-
deprecate :Type=, :none, 2025,
|
7082
|
+
deprecate :Type, :none, 2025, 9
|
7083
|
+
deprecate :Type=, :none, 2025, 9
|
7072
7084
|
|
7073
7085
|
def initialize(gatewayid=nil, type=nil, typelist=nil)
|
7074
7086
|
@GatewayId = gatewayid
|
@@ -8469,8 +8481,8 @@ module TencentCloud
|
|
8469
8481
|
|
8470
8482
|
attr_accessor :Total, :CertificatesList, :Pages
|
8471
8483
|
extend Gem::Deprecate
|
8472
|
-
deprecate :Pages, :none, 2025,
|
8473
|
-
deprecate :Pages=, :none, 2025,
|
8484
|
+
deprecate :Pages, :none, 2025, 9
|
8485
|
+
deprecate :Pages=, :none, 2025, 9
|
8474
8486
|
|
8475
8487
|
def initialize(total=nil, certificateslist=nil, pages=nil)
|
8476
8488
|
@Total = total
|
@@ -8611,8 +8623,8 @@ module TencentCloud
|
|
8611
8623
|
|
8612
8624
|
attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
|
8613
8625
|
extend Gem::Deprecate
|
8614
|
-
deprecate :ForceHttps, :none, 2025,
|
8615
|
-
deprecate :ForceHttps=, :none, 2025,
|
8626
|
+
deprecate :ForceHttps, :none, 2025, 9
|
8627
|
+
deprecate :ForceHttps=, :none, 2025, 9
|
8616
8628
|
|
8617
8629
|
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, regexpriority=nil)
|
8618
8630
|
@ID = id
|
@@ -9315,10 +9327,10 @@ module TencentCloud
|
|
9315
9327
|
|
9316
9328
|
attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
|
9317
9329
|
extend Gem::Deprecate
|
9318
|
-
deprecate :CronScalerConfig, :none, 2025,
|
9319
|
-
deprecate :CronScalerConfig=, :none, 2025,
|
9320
|
-
deprecate :MaxReplicas, :none, 2025,
|
9321
|
-
deprecate :MaxReplicas=, :none, 2025,
|
9330
|
+
deprecate :CronScalerConfig, :none, 2025, 9
|
9331
|
+
deprecate :CronScalerConfig=, :none, 2025, 9
|
9332
|
+
deprecate :MaxReplicas, :none, 2025, 9
|
9333
|
+
deprecate :MaxReplicas=, :none, 2025, 9
|
9322
9334
|
|
9323
9335
|
def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
|
9324
9336
|
@GatewayId = gatewayid
|
@@ -9453,10 +9465,10 @@ module TencentCloud
|
|
9453
9465
|
|
9454
9466
|
attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
|
9455
9467
|
extend Gem::Deprecate
|
9456
|
-
deprecate :Name, :none, 2025,
|
9457
|
-
deprecate :Name=, :none, 2025,
|
9458
|
-
deprecate :BindDomains, :none, 2025,
|
9459
|
-
deprecate :BindDomains=, :none, 2025,
|
9468
|
+
deprecate :Name, :none, 2025, 9
|
9469
|
+
deprecate :Name=, :none, 2025, 9
|
9470
|
+
deprecate :BindDomains, :none, 2025, 9
|
9471
|
+
deprecate :BindDomains=, :none, 2025, 9
|
9460
9472
|
|
9461
9473
|
def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
|
9462
9474
|
@GatewayId = gatewayid
|
@@ -9650,8 +9662,8 @@ module TencentCloud
|
|
9650
9662
|
|
9651
9663
|
attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
|
9652
9664
|
extend Gem::Deprecate
|
9653
|
-
deprecate :ForceHttps, :none, 2025,
|
9654
|
-
deprecate :ForceHttps=, :none, 2025,
|
9665
|
+
deprecate :ForceHttps, :none, 2025, 9
|
9666
|
+
deprecate :ForceHttps=, :none, 2025, 9
|
9655
9667
|
|
9656
9668
|
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, regexpriority=nil)
|
9657
9669
|
@GatewayId = gatewayid
|
@@ -10331,16 +10343,27 @@ module TencentCloud
|
|
10331
10343
|
# @type InternetMaxBandwidthOut: Integer
|
10332
10344
|
# @param Description: 负载均衡描述
|
10333
10345
|
# @type Description: String
|
10346
|
+
# @param SlaType: 负载均衡的规格类型,支持:
|
10347
|
+
# - 不传为共享型。
|
10348
|
+
# - clb.c2.medium:标准型规格
|
10349
|
+
# - clb.c3.small:高阶型1规格
|
10350
|
+
# - clb.c3.medium:高阶型2规格
|
10351
|
+
# - clb.c4.small:超强型1规格
|
10352
|
+
# - clb.c4.medium:超强型2规格
|
10353
|
+
# - clb.c4.large:超强型3规格
|
10354
|
+
# - clb.c4.xlarge:超强型4规格
|
10355
|
+
# @type SlaType: String
|
10334
10356
|
|
10335
|
-
attr_accessor :GatewayId, :GroupId, :NetworkType, :Vip, :InternetMaxBandwidthOut, :Description
|
10357
|
+
attr_accessor :GatewayId, :GroupId, :NetworkType, :Vip, :InternetMaxBandwidthOut, :Description, :SlaType
|
10336
10358
|
|
10337
|
-
def initialize(gatewayid=nil, groupid=nil, networktype=nil, vip=nil, internetmaxbandwidthout=nil, description=nil)
|
10359
|
+
def initialize(gatewayid=nil, groupid=nil, networktype=nil, vip=nil, internetmaxbandwidthout=nil, description=nil, slatype=nil)
|
10338
10360
|
@GatewayId = gatewayid
|
10339
10361
|
@GroupId = groupid
|
10340
10362
|
@NetworkType = networktype
|
10341
10363
|
@Vip = vip
|
10342
10364
|
@InternetMaxBandwidthOut = internetmaxbandwidthout
|
10343
10365
|
@Description = description
|
10366
|
+
@SlaType = slatype
|
10344
10367
|
end
|
10345
10368
|
|
10346
10369
|
def deserialize(params)
|
@@ -10350,6 +10373,7 @@ module TencentCloud
|
|
10350
10373
|
@Vip = params['Vip']
|
10351
10374
|
@InternetMaxBandwidthOut = params['InternetMaxBandwidthOut']
|
10352
10375
|
@Description = params['Description']
|
10376
|
+
@SlaType = params['SlaType']
|
10353
10377
|
end
|
10354
10378
|
end
|
10355
10379
|
|
@@ -11840,8 +11864,8 @@ module TencentCloud
|
|
11840
11864
|
|
11841
11865
|
attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes, :ZeroWeightHeathCheck
|
11842
11866
|
extend Gem::Deprecate
|
11843
|
-
deprecate :IgnoreZeroWeightNodes, :none, 2025,
|
11844
|
-
deprecate :IgnoreZeroWeightNodes=, :none, 2025,
|
11867
|
+
deprecate :IgnoreZeroWeightNodes, :none, 2025, 9
|
11868
|
+
deprecate :IgnoreZeroWeightNodes=, :none, 2025, 9
|
11845
11869
|
|
11846
11870
|
def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil, zeroweightheathcheck=nil)
|
11847
11871
|
@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.1146
|
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-
|
11
|
+
date: 2025-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|