tencentcloud-sdk-eis 3.0.568 → 3.0.570
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 +6 -2
- 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: 00222fe67ca88842236752fd2005a2f9b2445f31
|
|
4
|
+
data.tar.gz: 7da9c4f4061e9763b6362c224bb1a903da3807b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 541c1fddcb99ebdd390f3816accfb378f4bf3dac1b673b3697d8fd1d4b9e4f28da840c7d63dda5af332707e2388f0c4df127d2c04e0c5686e7d85371b1f3246f
|
|
7
|
+
data.tar.gz: af4b2867749d6dee6fa67cbe12ba2a94f4fa05ed4750589877cfa572d3cefd8ef65dbf1ed046de2cb6133ed10f1ef3763033d6aae9e580e524b00076b88ea26d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.570
|
data/lib/v20210601/models.rb
CHANGED
|
@@ -325,15 +325,19 @@ module TencentCloud
|
|
|
325
325
|
class ListRuntimesMCRequest < TencentCloud::Common::AbstractModel
|
|
326
326
|
# @param RuntimeClass: 环境运行类型:0:运行时类型、1:api类型
|
|
327
327
|
# @type RuntimeClass: Integer
|
|
328
|
+
# @param PlanType: 计划类型:0-pro 1-lite
|
|
329
|
+
# @type PlanType: Integer
|
|
328
330
|
|
|
329
|
-
attr_accessor :RuntimeClass
|
|
331
|
+
attr_accessor :RuntimeClass, :PlanType
|
|
330
332
|
|
|
331
|
-
def initialize(runtimeclass=nil)
|
|
333
|
+
def initialize(runtimeclass=nil, plantype=nil)
|
|
332
334
|
@RuntimeClass = runtimeclass
|
|
335
|
+
@PlanType = plantype
|
|
333
336
|
end
|
|
334
337
|
|
|
335
338
|
def deserialize(params)
|
|
336
339
|
@RuntimeClass = params['RuntimeClass']
|
|
340
|
+
@PlanType = params['PlanType']
|
|
337
341
|
end
|
|
338
342
|
end
|
|
339
343
|
|
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.570
|
|
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-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|