tencentcloud-sdk-eis 3.0.566 → 3.0.568
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/v20210601/models.rb +14 -1
- 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: daff2cd61c754010f01e56d131db23f3a33ef83b
|
|
4
|
+
data.tar.gz: bbfa3de5cc66a9978923143e0ead4555da2dbaec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf7af9c024afda58857aacb9aaba98c35e08a3cd7f32e53c7d8c698d7f1c23093f27f3797952ff4d61eb70a9a928e8e1f0b6e9ff950c1b6071b8ad27c6925683
|
|
7
|
+
data.tar.gz: fb98847e82e45149a07dd18eb2aaa88ad2b52116d28c3d86306dd5aea57b62bfa1054e6e41e8ff81dade4185beac33bebeb6b0016ca0a3fdfce1bae8c521d52d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.568
|
data/lib/v20210601/models.rb
CHANGED
|
@@ -190,12 +190,25 @@ module TencentCloud
|
|
|
190
190
|
|
|
191
191
|
# ListDeployableRuntimesMC请求参数结构体
|
|
192
192
|
class ListDeployableRuntimesMCRequest < TencentCloud::Common::AbstractModel
|
|
193
|
+
# @param ProjectId: 应用id
|
|
194
|
+
# @type ProjectId: Integer
|
|
195
|
+
# @param InstanceId: 实例id
|
|
196
|
+
# @type InstanceId: Integer
|
|
197
|
+
# @param PlanType: 版本类型 0-pro 1-lite
|
|
198
|
+
# @type PlanType: Integer
|
|
193
199
|
|
|
200
|
+
attr_accessor :ProjectId, :InstanceId, :PlanType
|
|
194
201
|
|
|
195
|
-
def initialize()
|
|
202
|
+
def initialize(projectid=nil, instanceid=nil, plantype=nil)
|
|
203
|
+
@ProjectId = projectid
|
|
204
|
+
@InstanceId = instanceid
|
|
205
|
+
@PlanType = plantype
|
|
196
206
|
end
|
|
197
207
|
|
|
198
208
|
def deserialize(params)
|
|
209
|
+
@ProjectId = params['ProjectId']
|
|
210
|
+
@InstanceId = params['InstanceId']
|
|
211
|
+
@PlanType = params['PlanType']
|
|
199
212
|
end
|
|
200
213
|
end
|
|
201
214
|
|
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.
|
|
4
|
+
version: 3.0.568
|
|
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-05-
|
|
11
|
+
date: 2023-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|