tencentcloud-sdk-msp 3.0.590 → 3.0.591

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/v20180319/models.rb +20 -20
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 329dcc6d89f18045a213d1eeadb73c0ca0a18a5a
4
- data.tar.gz: 37a04247d3131f4216c0c837d671616af6eeb2e8
3
+ metadata.gz: e1d3d6b7344ec727082596bb57f0957ec004f451
4
+ data.tar.gz: 8a2cec523c3ee76ccd9cb9b67c0abb2e4d172ef1
5
5
  SHA512:
6
- metadata.gz: fea7e32fecf842fa5c72aa0d7cf3f8dd444d22f89547c8ca07bca2573851eb84cf0d5da53687ee984da93a801719b5352c856f40a3579f44ac51d10b59bb9aec
7
- data.tar.gz: 3383a82a377bf07abea4bb8b57d11634953106c879de4b5c199f8d3eea80842d9346df576912dfa4297415407cd5e7aa16229d203f4f2230dfec7f4aa34e4184
6
+ metadata.gz: b442981eab704b9305acb4f499440793a598e0f2698efa004ae57e027871c2f7cec37e05f14a21ce90d8f388f782ddc007da553c8a5228afc4210ed750561974
7
+ data.tar.gz: 956b333431047d9dd41d3449c6646c757ee64b28ae66a8e683718efb818bc3a77e61c3d87722d1fbcab71f415d2d38cd4be12d11e7d0e7b8a5bb88b397913f02
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -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.590
4
+ version: 3.0.591
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-12 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common