tencentcloud-sdk-eis 3.0.630 → 3.0.631

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210601/models.rb +15 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e381850e3841f8db57ace864e8ecee8cb6efa993
4
- data.tar.gz: bf8e38aba757818880c117d34da272684c40f962
3
+ metadata.gz: d9bf749fc96b05618081aa0943578578cce0f850
4
+ data.tar.gz: 9202978f4d276eff3b45c50022d0a535a7323b40
5
5
  SHA512:
6
- metadata.gz: 72dfd21c83a7f13329ee0ba3874409552749b1f611554122303ab4301a1b2dcd54ba92d0670207655387214a5a52f113598b563eeacb3b1805be9390817bb700
7
- data.tar.gz: 3dbed54a7f89317db19cbdc78868960fd7c53048cba33a8b0942cadb0d00973d3b9fca8b03576d09d47082029246626c79515533b54a902d3c0dd8e809a4982c
6
+ metadata.gz: 000e98d8cbecb6cf66d218379fef97107992ba663c70954c82feadaafb218f71c6fc19c38edb336efd9d165e34ae8603b041effd9d9a43d3912d88608dfdc516
7
+ data.tar.gz: 7cc238fc973895bc3095a24a137c654765a71065bdc5d7efc69feb8ef934e9ac08b72c61b9e8b1cdbdeea67601cc5a7afd5071282f2623051d6db5a25f61d5b8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.630
1
+ 3.0.631
@@ -40,10 +40,13 @@ module TencentCloud
40
40
  # @param Deployed: 是否已在当前环境发布
41
41
  # 注意:此字段可能返回 null,表示取不到有效值。
42
42
  # @type Deployed: Boolean
43
+ # @param MatchExtensions: 环境扩展组件是否满足应用要求:0=true, 1=false 表示该应用需要扩展组件0(cdc)以及1(java),但是独立环境有cdc无java,不满足发布要求
44
+ # 注意:此字段可能返回 null,表示取不到有效值。
45
+ # @type MatchExtensions: String
43
46
 
44
- attr_accessor :RuntimeId, :DisplayName, :Type, :Zone, :Area, :Addr, :Status, :ExpiredAt, :RuntimeClass, :Deployed
47
+ attr_accessor :RuntimeId, :DisplayName, :Type, :Zone, :Area, :Addr, :Status, :ExpiredAt, :RuntimeClass, :Deployed, :MatchExtensions
45
48
 
46
- def initialize(runtimeid=nil, displayname=nil, type=nil, zone=nil, area=nil, addr=nil, status=nil, expiredat=nil, runtimeclass=nil, deployed=nil)
49
+ def initialize(runtimeid=nil, displayname=nil, type=nil, zone=nil, area=nil, addr=nil, status=nil, expiredat=nil, runtimeclass=nil, deployed=nil, matchextensions=nil)
47
50
  @RuntimeId = runtimeid
48
51
  @DisplayName = displayname
49
52
  @Type = type
@@ -54,6 +57,7 @@ module TencentCloud
54
57
  @ExpiredAt = expiredat
55
58
  @RuntimeClass = runtimeclass
56
59
  @Deployed = deployed
60
+ @MatchExtensions = matchextensions
57
61
  end
58
62
 
59
63
  def deserialize(params)
@@ -67,6 +71,7 @@ module TencentCloud
67
71
  @ExpiredAt = params['ExpiredAt']
68
72
  @RuntimeClass = params['RuntimeClass']
69
73
  @Deployed = params['Deployed']
74
+ @MatchExtensions = params['MatchExtensions']
70
75
  end
71
76
  end
72
77
 
@@ -196,19 +201,23 @@ module TencentCloud
196
201
  # @type InstanceId: Integer
197
202
  # @param PlanType: 版本类型 0-pro 1-lite
198
203
  # @type PlanType: Integer
204
+ # @param RuntimeClass: 0:应用集成,1:API,2:ETL
205
+ # @type RuntimeClass: Integer
199
206
 
200
- attr_accessor :ProjectId, :InstanceId, :PlanType
207
+ attr_accessor :ProjectId, :InstanceId, :PlanType, :RuntimeClass
201
208
 
202
- def initialize(projectid=nil, instanceid=nil, plantype=nil)
209
+ def initialize(projectid=nil, instanceid=nil, plantype=nil, runtimeclass=nil)
203
210
  @ProjectId = projectid
204
211
  @InstanceId = instanceid
205
212
  @PlanType = plantype
213
+ @RuntimeClass = runtimeclass
206
214
  end
207
215
 
208
216
  def deserialize(params)
209
217
  @ProjectId = params['ProjectId']
210
218
  @InstanceId = params['InstanceId']
211
219
  @PlanType = params['PlanType']
220
+ @RuntimeClass = params['RuntimeClass']
212
221
  end
213
222
  end
214
223
 
@@ -452,7 +461,7 @@ module TencentCloud
452
461
 
453
462
  # 运行环境扩展组件
454
463
  class RuntimeExtensionMC < TencentCloud::Common::AbstractModel
455
- # @param Type: 扩展组件类型:0:cdc
464
+ # @param Type: 扩展组件类型:0:cdc 1:dataway-java
456
465
  # @type Type: Integer
457
466
  # @param Size: 部署规格vcore数
458
467
  # @type Size: Float
@@ -540,7 +549,7 @@ module TencentCloud
540
549
  # @param RuntimeType: 环境类型:0: sandbox, 1:shared, 2:private 3: trial
541
550
  # 注意:此字段可能返回 null,表示取不到有效值。
542
551
  # @type RuntimeType: Integer
543
- # @param RuntimeClass: 环境运行类型:0:运行时类型、1:api类型
552
+ # @param RuntimeClass: 环境运行类型:0:运行时类型、1:api类型、2:etl环境
544
553
  # 注意:此字段可能返回 null,表示取不到有效值。
545
554
  # @type RuntimeClass: Integer
546
555
  # @param BandwidthOutUsed: 已使用出带宽 Mbps
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-eis
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.630
4
+ version: 3.0.631
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-07 00:00:00.000000000 Z
11
+ date: 2023-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common