tencentcloud-sdk-msp 3.0.590 → 3.0.592
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/v20180319/models.rb +20 -20
- 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: 61d9f86f5d85459a18c5e56c634176b21cba8deb
|
4
|
+
data.tar.gz: 4e948942d399e1ea7eb70e38facbc02c8b4473f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42c2a6a1573c40c5eda2febc95e98d082ae2ca890bb090e010e8a84d61500afab8b71920edec27b58ac7493a0559387b228c545bea393dc3c8bba4566429a857
|
7
|
+
data.tar.gz: c4df2b6c87f14e5b496b4a0f4e61eb7b4215278a7332c9c7036ce3f6f5b0bdc53c21c1ef24b5fec76272ff234e56e8c0e68b4e5908e81ca7c6cf7a0c12788b33
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.592
|
data/lib/v20180319/models.rb
CHANGED
@@ -23,7 +23,7 @@ module TencentCloud
|
|
23
23
|
# @type TaskId: String
|
24
24
|
|
25
25
|
attr_accessor :TaskId
|
26
|
-
|
26
|
+
|
27
27
|
def initialize(taskid=nil)
|
28
28
|
@TaskId = taskid
|
29
29
|
end
|
@@ -39,7 +39,7 @@ module TencentCloud
|
|
39
39
|
# @type RequestId: String
|
40
40
|
|
41
41
|
attr_accessor :RequestId
|
42
|
-
|
42
|
+
|
43
43
|
def initialize(requestid=nil)
|
44
44
|
@RequestId = requestid
|
45
45
|
end
|
@@ -55,7 +55,7 @@ module TencentCloud
|
|
55
55
|
# @type TaskId: String
|
56
56
|
|
57
57
|
attr_accessor :TaskId
|
58
|
-
|
58
|
+
|
59
59
|
def initialize(taskid=nil)
|
60
60
|
@TaskId = taskid
|
61
61
|
end
|
@@ -73,7 +73,7 @@ module TencentCloud
|
|
73
73
|
# @type RequestId: String
|
74
74
|
|
75
75
|
attr_accessor :TaskStatus, :RequestId
|
76
|
-
|
76
|
+
|
77
77
|
def initialize(taskstatus=nil, requestid=nil)
|
78
78
|
@TaskStatus = taskstatus
|
79
79
|
@RequestId = requestid
|
@@ -104,7 +104,7 @@ module TencentCloud
|
|
104
104
|
# @type InstanceId: String
|
105
105
|
|
106
106
|
attr_accessor :Region, :Ip, :Port, :InstanceId
|
107
|
-
|
107
|
+
|
108
108
|
def initialize(region=nil, ip=nil, port=nil, instanceid=nil)
|
109
109
|
@Region = region
|
110
110
|
@Ip = ip
|
@@ -128,7 +128,7 @@ module TencentCloud
|
|
128
128
|
# @type Limit: Integer
|
129
129
|
|
130
130
|
attr_accessor :Offset, :Limit
|
131
|
-
|
131
|
+
|
132
132
|
def initialize(offset=nil, limit=nil)
|
133
133
|
@Offset = offset
|
134
134
|
@Limit = limit
|
@@ -150,7 +150,7 @@ module TencentCloud
|
|
150
150
|
# @type RequestId: String
|
151
151
|
|
152
152
|
attr_accessor :Projects, :TotalCount, :RequestId
|
153
|
-
|
153
|
+
|
154
154
|
def initialize(projects=nil, totalcount=nil, requestid=nil)
|
155
155
|
@Projects = projects
|
156
156
|
@TotalCount = totalcount
|
@@ -181,7 +181,7 @@ module TencentCloud
|
|
181
181
|
# @type ProjectId: Integer
|
182
182
|
|
183
183
|
attr_accessor :Offset, :Limit, :ProjectId
|
184
|
-
|
184
|
+
|
185
185
|
def initialize(offset=nil, limit=nil, projectid=nil)
|
186
186
|
@Offset = offset
|
187
187
|
@Limit = limit
|
@@ -205,7 +205,7 @@ module TencentCloud
|
|
205
205
|
# @type RequestId: String
|
206
206
|
|
207
207
|
attr_accessor :TotalCount, :Tasks, :RequestId
|
208
|
-
|
208
|
+
|
209
209
|
def initialize(totalcount=nil, tasks=nil, requestid=nil)
|
210
210
|
@TotalCount = totalcount
|
211
211
|
@Tasks = tasks
|
@@ -234,7 +234,7 @@ module TencentCloud
|
|
234
234
|
# @type ProjectId: Integer
|
235
235
|
|
236
236
|
attr_accessor :TaskId, :ProjectId
|
237
|
-
|
237
|
+
|
238
238
|
def initialize(taskid=nil, projectid=nil)
|
239
239
|
@TaskId = taskid
|
240
240
|
@ProjectId = projectid
|
@@ -252,7 +252,7 @@ module TencentCloud
|
|
252
252
|
# @type RequestId: String
|
253
253
|
|
254
254
|
attr_accessor :RequestId
|
255
|
-
|
255
|
+
|
256
256
|
def initialize(requestid=nil)
|
257
257
|
@RequestId = requestid
|
258
258
|
end
|
@@ -270,7 +270,7 @@ module TencentCloud
|
|
270
270
|
# @type TaskId: String
|
271
271
|
|
272
272
|
attr_accessor :Status, :TaskId
|
273
|
-
|
273
|
+
|
274
274
|
def initialize(status=nil, taskid=nil)
|
275
275
|
@Status = status
|
276
276
|
@TaskId = taskid
|
@@ -288,7 +288,7 @@ module TencentCloud
|
|
288
288
|
# @type RequestId: String
|
289
289
|
|
290
290
|
attr_accessor :RequestId
|
291
|
-
|
291
|
+
|
292
292
|
def initialize(requestid=nil)
|
293
293
|
@RequestId = requestid
|
294
294
|
end
|
@@ -306,7 +306,7 @@ module TencentCloud
|
|
306
306
|
# @type ProjectName: String
|
307
307
|
|
308
308
|
attr_accessor :ProjectId, :ProjectName
|
309
|
-
|
309
|
+
|
310
310
|
def initialize(projectid=nil, projectname=nil)
|
311
311
|
@ProjectId = projectid
|
312
312
|
@ProjectName = projectname
|
@@ -346,7 +346,7 @@ module TencentCloud
|
|
346
346
|
# @type DstDatabaseType: String
|
347
347
|
|
348
348
|
attr_accessor :TaskType, :TaskName, :ServiceSupplier, :CreateTime, :UpdateTime, :MigrateClass, :SrcInfo, :DstInfo, :SrcAccessType, :SrcDatabaseType, :DstAccessType, :DstDatabaseType
|
349
|
-
|
349
|
+
|
350
350
|
def initialize(tasktype=nil, taskname=nil, servicesupplier=nil, createtime=nil, updatetime=nil, migrateclass=nil, srcinfo=nil, dstinfo=nil, srcaccesstype=nil, srcdatabasetype=nil, dstaccesstype=nil, dstdatabasetype=nil)
|
351
351
|
@TaskType = tasktype
|
352
352
|
@TaskName = taskname
|
@@ -392,7 +392,7 @@ module TencentCloud
|
|
392
392
|
# @type RequestId: String
|
393
393
|
|
394
394
|
attr_accessor :TaskId, :RequestId
|
395
|
-
|
395
|
+
|
396
396
|
def initialize(taskid=nil, requestid=nil)
|
397
397
|
@TaskId = taskid
|
398
398
|
@RequestId = requestid
|
@@ -416,7 +416,7 @@ module TencentCloud
|
|
416
416
|
# @type InstanceId: String
|
417
417
|
|
418
418
|
attr_accessor :Region, :Ip, :Port, :InstanceId
|
419
|
-
|
419
|
+
|
420
420
|
def initialize(region=nil, ip=nil, port=nil, instanceid=nil)
|
421
421
|
@Region = region
|
422
422
|
@Ip = ip
|
@@ -456,7 +456,7 @@ module TencentCloud
|
|
456
456
|
# @type DstInfo: :class:`Tencentcloud::Msp.v20180319.models.DstInfo`
|
457
457
|
|
458
458
|
attr_accessor :TaskId, :TaskName, :MigrationType, :Status, :ProjectId, :ProjectName, :SrcInfo, :MigrationTimeLine, :Updated, :DstInfo
|
459
|
-
|
459
|
+
|
460
460
|
def initialize(taskid=nil, taskname=nil, migrationtype=nil, status=nil, projectid=nil, projectname=nil, srcinfo=nil, migrationtimeline=nil, updated=nil, dstinfo=nil)
|
461
461
|
@TaskId = taskid
|
462
462
|
@TaskName = taskname
|
@@ -503,7 +503,7 @@ module TencentCloud
|
|
503
503
|
# @type UpdateTime: String
|
504
504
|
|
505
505
|
attr_accessor :Status, :Progress, :UpdateTime
|
506
|
-
|
506
|
+
|
507
507
|
def initialize(status=nil, progress=nil, updatetime=nil)
|
508
508
|
@Status = status
|
509
509
|
@Progress = progress
|
@@ -525,7 +525,7 @@ module TencentCloud
|
|
525
525
|
# @type EndTime: String
|
526
526
|
|
527
527
|
attr_accessor :CreateTime, :EndTime
|
528
|
-
|
528
|
+
|
529
529
|
def initialize(createtime=nil, endtime=nil)
|
530
530
|
@CreateTime = createtime
|
531
531
|
@EndTime = endtime
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-msp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.592
|
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-06-
|
11
|
+
date: 2023-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|