tencentcloud-sdk-tse 3.0.1138 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4896ecdc65dc521ec5f3016074545cbecfef91f
4
- data.tar.gz: c711576187d85980cf6604421f3bce1644b481c4
3
+ metadata.gz: d1c05c8675298e5e0c5da8b933b158c9d98f67f1
4
+ data.tar.gz: ffb5d36c6d57ad8a1be5fb558a538cf428739f89
5
5
  SHA512:
6
- metadata.gz: 8d65d97c61f94ec07ded168955c1324f695dc9991a992295515b8b66a3194481cfd80b3d99e7c6ccd304cb23157afe89f010722c45286aaa0794128b2883fa69
7
- data.tar.gz: 48f5efde2cb4a31dd9799f4ad489e9850afe5c95026094ba5d3d4440071fe1017c93a35dd8c645fcf2ad277064eb4a9e4ffde78fb789a520d173842e62e31a2a
6
+ metadata.gz: 6dde4949cc249e09cb500cdcccd9a50ca486e8b0e8f7de9fe38c996b6ca0a133d8aa8c88ac3516fce250d90bc3c1d92992c16de360149201611a82375b562071
7
+ data.tar.gz: 845b4ac3c5ba86f7daa70020c041ee97152e9854d2e83a27628f04f8be4d225462c432dff0bf08562028381920567f2aa084a1852377dc6efdacfdde32248763
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1138
1
+ 3.0.1146
@@ -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`
@@ -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
 
@@ -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']
@@ -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
 
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.1138
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-09-10 00:00:00.000000000 Z
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