tencentcloud-sdk-tcb 1.0.241 → 1.0.245

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180608/models.rb +13 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee302290090623780005d7c8ac569c7acbc9b9a0
4
- data.tar.gz: 8738293dc6c87489f1a5a51a34e023c0ac864c13
3
+ metadata.gz: 50870a1742de9377ca44bf07c88aae4734a5403c
4
+ data.tar.gz: c186817dd2f0dba084dee408d5754598b47423a0
5
5
  SHA512:
6
- metadata.gz: 50227be80c8f6d82998f81f6cf9f0a7d67a8c411bb5dbe3a7ae5c95fb62283f468b3a22a783600c341cc8328cd9547d1a76d1133096f0294a1c95c9bd777f1ab
7
- data.tar.gz: 5034af5836ad79336d6b448c4f73a90b8cb9716bdbca7776117bb1c791fecd5a5216b7d724eb778fa9e8996902df7840fa11d7420e2c9116a76014989df8ebeb
6
+ metadata.gz: 24abad24a64d7b527f91cd232f533a3cb5607c01aab400e0769fc41d1545b1bf42f8d8fd3ec49b2c02a7d1233a55bfffce84d3eefc7527c1a233d7561ac40c25
7
+ data.tar.gz: b640d1cdc7f04a329fe7fb6794519febc1b0059d566cfca52be3f610aaf993138dc33d3b8d44526b43eed8778f7ff85009cc9b449a1b9de4c1f7bd216e4c53ad
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.241
1
+ 1.0.245
@@ -2135,19 +2135,23 @@ module TencentCloud
2135
2135
  # @type EnvId: String
2136
2136
  # @param WxAppId: 微信appid
2137
2137
  # @type WxAppId: String
2138
+ # @param DbVersion: mysql内核版本,支持5.7,8.0
2139
+ # @type DbVersion: String
2138
2140
 
2139
- attr_accessor :AccountPassword, :EnvId, :WxAppId
2141
+ attr_accessor :AccountPassword, :EnvId, :WxAppId, :DbVersion
2140
2142
 
2141
- def initialize(accountpassword=nil, envid=nil, wxappid=nil)
2143
+ def initialize(accountpassword=nil, envid=nil, wxappid=nil, dbversion=nil)
2142
2144
  @AccountPassword = accountpassword
2143
2145
  @EnvId = envid
2144
2146
  @WxAppId = wxappid
2147
+ @DbVersion = dbversion
2145
2148
  end
2146
2149
 
2147
2150
  def deserialize(params)
2148
2151
  @AccountPassword = params['AccountPassword']
2149
2152
  @EnvId = params['EnvId']
2150
2153
  @WxAppId = params['WxAppId']
2154
+ @DbVersion = params['DbVersion']
2151
2155
  end
2152
2156
  end
2153
2157
 
@@ -5440,10 +5444,13 @@ module TencentCloud
5440
5444
  # @param CustomLogServices: 自定义日志服务
5441
5445
  # 注意:此字段可能返回 null,表示取不到有效值。
5442
5446
  # @type CustomLogServices: Array
5447
+ # @param EnvType: 环境类型:baas, run, hoting, weda
5448
+ # 注意:此字段可能返回 null,表示取不到有效值。
5449
+ # @type EnvType: String
5443
5450
 
5444
- attr_accessor :EnvId, :Source, :Alias, :CreateTime, :UpdateTime, :Status, :Databases, :Storages, :Functions, :PackageId, :PackageName, :LogServices, :StaticStorages, :IsAutoDegrade, :EnvChannel, :PayMode, :IsDefault, :Region, :Tags, :CustomLogServices
5451
+ attr_accessor :EnvId, :Source, :Alias, :CreateTime, :UpdateTime, :Status, :Databases, :Storages, :Functions, :PackageId, :PackageName, :LogServices, :StaticStorages, :IsAutoDegrade, :EnvChannel, :PayMode, :IsDefault, :Region, :Tags, :CustomLogServices, :EnvType
5445
5452
 
5446
- def initialize(envid=nil, source=nil, _alias=nil, createtime=nil, updatetime=nil, status=nil, databases=nil, storages=nil, functions=nil, packageid=nil, packagename=nil, logservices=nil, staticstorages=nil, isautodegrade=nil, envchannel=nil, paymode=nil, isdefault=nil, region=nil, tags=nil, customlogservices=nil)
5453
+ def initialize(envid=nil, source=nil, _alias=nil, createtime=nil, updatetime=nil, status=nil, databases=nil, storages=nil, functions=nil, packageid=nil, packagename=nil, logservices=nil, staticstorages=nil, isautodegrade=nil, envchannel=nil, paymode=nil, isdefault=nil, region=nil, tags=nil, customlogservices=nil, envtype=nil)
5447
5454
  @EnvId = envid
5448
5455
  @Source = source
5449
5456
  @Alias = _alias
@@ -5464,6 +5471,7 @@ module TencentCloud
5464
5471
  @Region = region
5465
5472
  @Tags = tags
5466
5473
  @CustomLogServices = customlogservices
5474
+ @EnvType = envtype
5467
5475
  end
5468
5476
 
5469
5477
  def deserialize(params)
@@ -5536,6 +5544,7 @@ module TencentCloud
5536
5544
  @CustomLogServices << clsinfo_tmp
5537
5545
  end
5538
5546
  end
5547
+ @EnvType = params['EnvType']
5539
5548
  end
5540
5549
  end
5541
5550
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.241
4
+ version: 1.0.245
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-13 00:00:00.000000000 Z
11
+ date: 2022-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common