tencentcloud-sdk-oceanus 1.0.227 → 1.0.228
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190422/models.rb +10 -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: 71bb5a8800b4ab8fa1915ba856222dfc4bea886f
|
4
|
+
data.tar.gz: f4130f591ee13bf2622404c08f43e87981732b26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1d6deefa43293849e587c3a4dbcf00fbbe90156efa67ce8509941ac6fa1505c8039f45742eeaaa1d4c01f3ab1005156d593de816ebe5a2e39695e25f463d408
|
7
|
+
data.tar.gz: e56400dfc8a09c3f5d1745c046f80aeeda13ec1577b8902e63e4d8dba2dee71b4a52db29250ae98676bb624d9dcf7fd125b1824deb27e2a091b43fb71262d184
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.228
|
data/lib/v20190422/models.rb
CHANGED
@@ -1403,14 +1403,20 @@ module TencentCloud
|
|
1403
1403
|
# @type StartMode: String
|
1404
1404
|
# @param JobConfigVersion: 当前作业的某个版本
|
1405
1405
|
# @type JobConfigVersion: Integer
|
1406
|
+
# @param SavepointPath: Savepoint路径
|
1407
|
+
# @type SavepointPath: String
|
1408
|
+
# @param SavepointId: Savepoint的Id
|
1409
|
+
# @type SavepointId: String
|
1406
1410
|
|
1407
|
-
attr_accessor :JobId, :RunType, :StartMode, :JobConfigVersion
|
1411
|
+
attr_accessor :JobId, :RunType, :StartMode, :JobConfigVersion, :SavepointPath, :SavepointId
|
1408
1412
|
|
1409
|
-
def initialize(jobid=nil, runtype=nil, startmode=nil, jobconfigversion=nil)
|
1413
|
+
def initialize(jobid=nil, runtype=nil, startmode=nil, jobconfigversion=nil, savepointpath=nil, savepointid=nil)
|
1410
1414
|
@JobId = jobid
|
1411
1415
|
@RunType = runtype
|
1412
1416
|
@StartMode = startmode
|
1413
1417
|
@JobConfigVersion = jobconfigversion
|
1418
|
+
@SavepointPath = savepointpath
|
1419
|
+
@SavepointId = savepointid
|
1414
1420
|
end
|
1415
1421
|
|
1416
1422
|
def deserialize(params)
|
@@ -1418,6 +1424,8 @@ module TencentCloud
|
|
1418
1424
|
@RunType = params['RunType']
|
1419
1425
|
@StartMode = params['StartMode']
|
1420
1426
|
@JobConfigVersion = params['JobConfigVersion']
|
1427
|
+
@SavepointPath = params['SavepointPath']
|
1428
|
+
@SavepointId = params['SavepointId']
|
1421
1429
|
end
|
1422
1430
|
end
|
1423
1431
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-oceanus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.228
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-12-
|
11
|
+
date: 2021-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|