tencentcloud-sdk-tcb 1.0.242 → 1.0.243

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 935b1117894e4331894610e96837932d366131ed
4
- data.tar.gz: 7082ca8f09b00b2daa544d8bc38f48f1ec3de8db
3
+ metadata.gz: bf6ac313e8b91e995ac852c7e71bc10013336d72
4
+ data.tar.gz: 283f70b1389a6bd3e87449157ea0d8538a3ee359
5
5
  SHA512:
6
- metadata.gz: f0c6e102ac0f7053e56ed8903a50c55be185a6330fb06ae09e31eee023e6e531dc8da92e31a9c01a2b61bb28f16d2d72385a13e2bdb0c281f7f4abab0ac463d4
7
- data.tar.gz: 84ea05b04b7c95035873da921fcb4be8a7182a9a14d2c54a269808c24f77fd9283761719534464894d550ef6e40a435cc2954c01829df4691bcb1fdbae50abb1
6
+ metadata.gz: bc1e65fda6e18b073b4f96b33e65c1c8a0a5eebb3be7620cf006f98771604b1499fc150f3dd6343a065e886e5b2f4bef41d239b37de6741fd5375d58477f6e4b
7
+ data.tar.gz: c7b0932651233af9acdf53280a5953c8691cbd58f50688a4cc56e694dfd69b848abaf9577f22bc2e865bc92ede2d8c391c3bd8df0bc34fa9f0e8f2a102c1cb02
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.242
1
+ 1.0.243
@@ -5444,10 +5444,13 @@ module TencentCloud
5444
5444
  # @param CustomLogServices: 自定义日志服务
5445
5445
  # 注意:此字段可能返回 null,表示取不到有效值。
5446
5446
  # @type CustomLogServices: Array
5447
+ # @param EnvType: 环境类型:baas, run, hoting, weda
5448
+ # 注意:此字段可能返回 null,表示取不到有效值。
5449
+ # @type EnvType: String
5447
5450
 
5448
- 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
5449
5452
 
5450
- 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)
5451
5454
  @EnvId = envid
5452
5455
  @Source = source
5453
5456
  @Alias = _alias
@@ -5468,6 +5471,7 @@ module TencentCloud
5468
5471
  @Region = region
5469
5472
  @Tags = tags
5470
5473
  @CustomLogServices = customlogservices
5474
+ @EnvType = envtype
5471
5475
  end
5472
5476
 
5473
5477
  def deserialize(params)
@@ -5540,6 +5544,7 @@ module TencentCloud
5540
5544
  @CustomLogServices << clsinfo_tmp
5541
5545
  end
5542
5546
  end
5547
+ @EnvType = params['EnvType']
5543
5548
  end
5544
5549
  end
5545
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.242
4
+ version: 1.0.243
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-14 00:00:00.000000000 Z
11
+ date: 2022-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common