tencentcloud-sdk-dts 3.0.590 → 3.0.591

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a829731fba2b71ca519dabc7d15c06efe22fb423
4
- data.tar.gz: a02473f19db1fa0d53ca7f2b26692998acc98150
3
+ metadata.gz: 525a7b367c812d9be350471f636a33b72a391a16
4
+ data.tar.gz: 8603df737489248c0bb3622a4c163ee4234e0c3d
5
5
  SHA512:
6
- metadata.gz: 7b3ea78a7152568cd9558c358fa5fcdfac0c2d0ce9c89fba96f3df49c6349243dc2ed07ecd5f953d04dd69f515e588358a62bab7886b6476d59accf4de860100
7
- data.tar.gz: c9bffe7a1b683ba680b11aa3bbc77c0d89ae51e296c4d88b073c2f41b5ba2403efa9306b51ba1dafed9fc9acc0a6bad2a6323d7a5438b6f7c67e4d82ab821f42
6
+ metadata.gz: 9fab088931853307c515be3c68fb034e3a1fb0b7ee0c40870bec7a37a4c7eec0ed11ec4489b303012b29933a39cb16183c5252c0234e32b5bcbafd5bbb83f2d1
7
+ data.tar.gz: 8e7a7b0996ae484c341ea14343a1b40f4579acb5fa2714131b8875f03c5deb3ccf7ec3b1b92c96beef09a3b3086b563c975c746a5377741df1f2fc4d62625ff3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -33,7 +33,7 @@ module TencentCloud
33
33
  # @type Vport: Integer
34
34
 
35
35
  attr_accessor :SubscribeId, :InstanceId, :SubscribeObjectType, :Objects, :UniqSubnetId, :Vport
36
-
36
+
37
37
  def initialize(subscribeid=nil, instanceid=nil, subscribeobjecttype=nil, objects=nil, uniqsubnetid=nil, vport=nil)
38
38
  @SubscribeId = subscribeid
39
39
  @InstanceId = instanceid
@@ -64,7 +64,7 @@ module TencentCloud
64
64
  # @type RequestId: String
65
65
 
66
66
  attr_accessor :AsyncRequestId, :RequestId
67
-
67
+
68
68
  def initialize(asyncrequestid=nil, requestid=nil)
69
69
  @AsyncRequestId = asyncrequestid
70
70
  @RequestId = requestid
@@ -84,7 +84,7 @@ module TencentCloud
84
84
  # @type CompleteMode: String
85
85
 
86
86
  attr_accessor :JobId, :CompleteMode
87
-
87
+
88
88
  def initialize(jobid=nil, completemode=nil)
89
89
  @JobId = jobid
90
90
  @CompleteMode = completemode
@@ -102,7 +102,7 @@ module TencentCloud
102
102
  # @type RequestId: String
103
103
 
104
104
  attr_accessor :RequestId
105
-
105
+
106
106
  def initialize(requestid=nil)
107
107
  @RequestId = requestid
108
108
  end
@@ -122,7 +122,7 @@ module TencentCloud
122
122
  # @type TablesSelectCount: Integer
123
123
 
124
124
  attr_accessor :SelectRowsPerTable, :TablesSelectAll, :TablesSelectCount
125
-
125
+
126
126
  def initialize(selectrowspertable=nil, tablesselectall=nil, tablesselectcount=nil)
127
127
  @SelectRowsPerTable = selectrowspertable
128
128
  @TablesSelectAll = tablesselectall
@@ -142,7 +142,7 @@ module TencentCloud
142
142
  # @type JobId: String
143
143
 
144
144
  attr_accessor :JobId
145
-
145
+
146
146
  def initialize(jobid=nil)
147
147
  @JobId = jobid
148
148
  end
@@ -158,7 +158,7 @@ module TencentCloud
158
158
  # @type RequestId: String
159
159
 
160
160
  attr_accessor :RequestId
161
-
161
+
162
162
  def initialize(requestid=nil)
163
163
  @RequestId = requestid
164
164
  end
@@ -200,7 +200,7 @@ module TencentCloud
200
200
  # @type SrcInfoMulti: Array
201
201
 
202
202
  attr_accessor :JobName, :MigrateOption, :SrcDatabaseType, :SrcAccessType, :SrcInfo, :DstDatabaseType, :DstAccessType, :DstInfo, :DatabaseInfo, :Tags, :SrcNodeType, :SrcInfoMulti
203
-
203
+
204
204
  def initialize(jobname=nil, migrateoption=nil, srcdatabasetype=nil, srcaccesstype=nil, srcinfo=nil, dstdatabasetype=nil, dstaccesstype=nil, dstinfo=nil, databaseinfo=nil, tags=nil, srcnodetype=nil, srcinfomulti=nil)
205
205
  @JobName = jobname
206
206
  @MigrateOption = migrateoption
@@ -263,7 +263,7 @@ module TencentCloud
263
263
  # @type RequestId: String
264
264
 
265
265
  attr_accessor :JobId, :RequestId
266
-
266
+
267
267
  def initialize(jobid=nil, requestid=nil)
268
268
  @JobId = jobid
269
269
  @RequestId = requestid
@@ -293,7 +293,7 @@ module TencentCloud
293
293
  # @type Name: String
294
294
 
295
295
  attr_accessor :Product, :PayType, :Duration, :Count, :AutoRenew, :Tags, :Name
296
-
296
+
297
297
  def initialize(product=nil, paytype=nil, duration=nil, count=nil, autorenew=nil, tags=nil, name=nil)
298
298
  @Product = product
299
299
  @PayType = paytype
@@ -331,7 +331,7 @@ module TencentCloud
331
331
  # @type RequestId: String
332
332
 
333
333
  attr_accessor :SubscribeIds, :RequestId
334
-
334
+
335
335
  def initialize(subscribeids=nil, requestid=nil)
336
336
  @SubscribeIds = subscribeids
337
337
  @RequestId = requestid
@@ -349,7 +349,7 @@ module TencentCloud
349
349
  # @type JobId: String
350
350
 
351
351
  attr_accessor :JobId
352
-
352
+
353
353
  def initialize(jobid=nil)
354
354
  @JobId = jobid
355
355
  end
@@ -365,7 +365,7 @@ module TencentCloud
365
365
  # @type RequestId: String
366
366
 
367
367
  attr_accessor :RequestId
368
-
368
+
369
369
  def initialize(requestid=nil)
370
370
  @RequestId = requestid
371
371
  end
@@ -381,7 +381,7 @@ module TencentCloud
381
381
  # @type AsyncRequestId: String
382
382
 
383
383
  attr_accessor :AsyncRequestId
384
-
384
+
385
385
  def initialize(asyncrequestid=nil)
386
386
  @AsyncRequestId = asyncrequestid
387
387
  end
@@ -401,7 +401,7 @@ module TencentCloud
401
401
  # @type RequestId: String
402
402
 
403
403
  attr_accessor :Info, :Status, :RequestId
404
-
404
+
405
405
  def initialize(info=nil, status=nil, requestid=nil)
406
406
  @Info = info
407
407
  @Status = status
@@ -421,7 +421,7 @@ module TencentCloud
421
421
  # @type JobId: String
422
422
 
423
423
  attr_accessor :JobId
424
-
424
+
425
425
  def initialize(jobid=nil)
426
426
  @JobId = jobid
427
427
  end
@@ -447,7 +447,7 @@ module TencentCloud
447
447
  # @type RequestId: String
448
448
 
449
449
  attr_accessor :Status, :ErrorCode, :ErrorMessage, :Progress, :CheckFlag, :RequestId
450
-
450
+
451
451
  def initialize(status=nil, errorcode=nil, errormessage=nil, progress=nil, checkflag=nil, requestid=nil)
452
452
  @Status = status
453
453
  @ErrorCode = errorcode
@@ -485,7 +485,7 @@ module TencentCloud
485
485
  # @type TagFilters: Array
486
486
 
487
487
  attr_accessor :JobId, :JobName, :Order, :OrderSeq, :Offset, :Limit, :TagFilters
488
-
488
+
489
489
  def initialize(jobid=nil, jobname=nil, order=nil, orderseq=nil, offset=nil, limit=nil, tagfilters=nil)
490
490
  @JobId = jobid
491
491
  @JobName = jobname
@@ -524,7 +524,7 @@ module TencentCloud
524
524
  # @type RequestId: String
525
525
 
526
526
  attr_accessor :TotalCount, :JobList, :RequestId
527
-
527
+
528
528
  def initialize(totalcount=nil, joblist=nil, requestid=nil)
529
529
  @TotalCount = totalcount
530
530
  @JobList = joblist
@@ -548,7 +548,7 @@ module TencentCloud
548
548
  # DescribeRegionConf请求参数结构体
549
549
  class DescribeRegionConfRequest < TencentCloud::Common::AbstractModel
550
550
 
551
-
551
+
552
552
  def initialize()
553
553
  end
554
554
 
@@ -566,7 +566,7 @@ module TencentCloud
566
566
  # @type RequestId: String
567
567
 
568
568
  attr_accessor :TotalCount, :Items, :RequestId
569
-
569
+
570
570
  def initialize(totalcount=nil, items=nil, requestid=nil)
571
571
  @TotalCount = totalcount
572
572
  @Items = items
@@ -593,7 +593,7 @@ module TencentCloud
593
593
  # @type SubscribeId: String
594
594
 
595
595
  attr_accessor :SubscribeId
596
-
596
+
597
597
  def initialize(subscribeid=nil)
598
598
  @SubscribeId = subscribeid
599
599
  end
@@ -668,7 +668,7 @@ module TencentCloud
668
668
  # @type RequestId: String
669
669
 
670
670
  attr_accessor :SubscribeId, :SubscribeName, :ChannelId, :Product, :InstanceId, :InstanceStatus, :SubsStatus, :Status, :CreateTime, :IsolateTime, :ExpireTime, :OfflineTime, :ConsumeStartTime, :PayType, :Vip, :Vport, :UniqVpcId, :UniqSubnetId, :SdkConsumedTime, :SdkHost, :SubscribeObjectType, :SubscribeObjects, :ModifyTime, :Region, :Tags, :AutoRenewFlag, :SubscribeVersion, :Errors, :RequestId
671
-
671
+
672
672
  def initialize(subscribeid=nil, subscribename=nil, channelid=nil, product=nil, instanceid=nil, instancestatus=nil, subsstatus=nil, status=nil, createtime=nil, isolatetime=nil, expiretime=nil, offlinetime=nil, consumestarttime=nil, paytype=nil, vip=nil, vport=nil, uniqvpcid=nil, uniqsubnetid=nil, sdkconsumedtime=nil, sdkhost=nil, subscribeobjecttype=nil, subscribeobjects=nil, modifytime=nil, region=nil, tags=nil, autorenewflag=nil, subscribeversion=nil, errors=nil, requestid=nil)
673
673
  @SubscribeId = subscribeid
674
674
  @SubscribeName = subscribename
@@ -785,7 +785,7 @@ module TencentCloud
785
785
  # @type SubscribeVersion: String
786
786
 
787
787
  attr_accessor :SubscribeId, :SubscribeName, :InstanceId, :ChannelId, :PayType, :Product, :Status, :SubsStatus, :Offset, :Limit, :OrderDirection, :TagFilters, :SubscribeVersion
788
-
788
+
789
789
  def initialize(subscribeid=nil, subscribename=nil, instanceid=nil, channelid=nil, paytype=nil, product=nil, status=nil, subsstatus=nil, offset=nil, limit=nil, orderdirection=nil, tagfilters=nil, subscribeversion=nil)
790
790
  @SubscribeId = subscribeid
791
791
  @SubscribeName = subscribename
@@ -836,7 +836,7 @@ module TencentCloud
836
836
  # @type RequestId: String
837
837
 
838
838
  attr_accessor :TotalCount, :Items, :RequestId
839
-
839
+
840
840
  def initialize(totalcount=nil, items=nil, requestid=nil)
841
841
  @TotalCount = totalcount
842
842
  @Items = items
@@ -875,7 +875,7 @@ module TencentCloud
875
875
  # @type Password: String
876
876
 
877
877
  attr_accessor :Region, :InstanceId, :Ip, :Port, :ReadOnly, :User, :Password
878
-
878
+
879
879
  def initialize(region=nil, instanceid=nil, ip=nil, port=nil, readonly=nil, user=nil, password=nil)
880
880
  @Region = region
881
881
  @InstanceId = instanceid
@@ -905,7 +905,7 @@ module TencentCloud
905
905
  # @type HelpDoc: String
906
906
 
907
907
  attr_accessor :ErrorLog, :HelpDoc
908
-
908
+
909
909
  def initialize(errorlog=nil, helpdoc=nil)
910
910
  @ErrorLog = errorlog
911
911
  @HelpDoc = helpdoc
@@ -923,7 +923,7 @@ module TencentCloud
923
923
  # @type SubscribeId: String
924
924
 
925
925
  attr_accessor :SubscribeId
926
-
926
+
927
927
  def initialize(subscribeid=nil)
928
928
  @SubscribeId = subscribeid
929
929
  end
@@ -939,7 +939,7 @@ module TencentCloud
939
939
  # @type RequestId: String
940
940
 
941
941
  attr_accessor :RequestId
942
-
942
+
943
943
  def initialize(requestid=nil)
944
944
  @RequestId = requestid
945
945
  end
@@ -967,7 +967,7 @@ module TencentCloud
967
967
  # @type StepInfo: Array
968
968
 
969
969
  attr_accessor :StepAll, :StepNow, :Progress, :CurrentStepProgress, :MasterSlaveDistance, :SecondsBehindMaster, :StepInfo
970
-
970
+
971
971
  def initialize(stepall=nil, stepnow=nil, progress=nil, currentstepprogress=nil, masterslavedistance=nil, secondsbehindmaster=nil, stepinfo=nil)
972
972
  @StepAll = stepall
973
973
  @StepNow = stepnow
@@ -1038,7 +1038,7 @@ module TencentCloud
1038
1038
  # @type SrcInfoMulti: Array
1039
1039
 
1040
1040
  attr_accessor :JobId, :JobName, :MigrateOption, :SrcDatabaseType, :SrcAccessType, :SrcInfo, :DstDatabaseType, :DstAccessType, :DstInfo, :DatabaseInfo, :CreateTime, :StartTime, :EndTime, :Status, :Detail, :ErrorInfo, :Tags, :SrcInfoMulti
1041
-
1041
+
1042
1042
  def initialize(jobid=nil, jobname=nil, migrateoption=nil, srcdatabasetype=nil, srcaccesstype=nil, srcinfo=nil, dstdatabasetype=nil, dstaccesstype=nil, dstinfo=nil, databaseinfo=nil, createtime=nil, starttime=nil, endtime=nil, status=nil, detail=nil, errorinfo=nil, tags=nil, srcinfomulti=nil)
1043
1043
  @JobId = jobid
1044
1044
  @JobName = jobname
@@ -1150,7 +1150,7 @@ module TencentCloud
1150
1150
  # @type ConsistencyParams: :class:`Tencentcloud::Dts.v20180330.models.ConsistencyParams`
1151
1151
 
1152
1152
  attr_accessor :RunMode, :ExpectTime, :MigrateType, :MigrateObject, :ConsistencyType, :IsOverrideRoot, :ExternParams, :ConsistencyParams
1153
-
1153
+
1154
1154
  def initialize(runmode=nil, expecttime=nil, migratetype=nil, migrateobject=nil, consistencytype=nil, isoverrideroot=nil, externparams=nil, consistencyparams=nil)
1155
1155
  @RunMode = runmode
1156
1156
  @ExpectTime = expecttime
@@ -1192,7 +1192,7 @@ module TencentCloud
1192
1192
  # @type StartTime: String
1193
1193
 
1194
1194
  attr_accessor :StepNo, :StepName, :StepId, :Status, :StartTime
1195
-
1195
+
1196
1196
  def initialize(stepno=nil, stepname=nil, stepid=nil, status=nil, starttime=nil)
1197
1197
  @StepNo = stepno
1198
1198
  @StepName = stepname
@@ -1241,7 +1241,7 @@ module TencentCloud
1241
1241
  # @type SrcInfoMulti: Array
1242
1242
 
1243
1243
  attr_accessor :JobId, :JobName, :MigrateOption, :SrcAccessType, :SrcInfo, :DstAccessType, :DstInfo, :DatabaseInfo, :SrcNodeType, :SrcInfoMulti
1244
-
1244
+
1245
1245
  def initialize(jobid=nil, jobname=nil, migrateoption=nil, srcaccesstype=nil, srcinfo=nil, dstaccesstype=nil, dstinfo=nil, databaseinfo=nil, srcnodetype=nil, srcinfomulti=nil)
1246
1246
  @JobId = jobid
1247
1247
  @JobName = jobname
@@ -1291,7 +1291,7 @@ module TencentCloud
1291
1291
  # @type RequestId: String
1292
1292
 
1293
1293
  attr_accessor :RequestId
1294
-
1294
+
1295
1295
  def initialize(requestid=nil)
1296
1296
  @RequestId = requestid
1297
1297
  end
@@ -1309,7 +1309,7 @@ module TencentCloud
1309
1309
  # @type AutoRenewFlag: Integer
1310
1310
 
1311
1311
  attr_accessor :SubscribeId, :AutoRenewFlag
1312
-
1312
+
1313
1313
  def initialize(subscribeid=nil, autorenewflag=nil)
1314
1314
  @SubscribeId = subscribeid
1315
1315
  @AutoRenewFlag = autorenewflag
@@ -1327,7 +1327,7 @@ module TencentCloud
1327
1327
  # @type RequestId: String
1328
1328
 
1329
1329
  attr_accessor :RequestId
1330
-
1330
+
1331
1331
  def initialize(requestid=nil)
1332
1332
  @RequestId = requestid
1333
1333
  end
@@ -1345,7 +1345,7 @@ module TencentCloud
1345
1345
  # @type ConsumeStartTime: String
1346
1346
 
1347
1347
  attr_accessor :SubscribeId, :ConsumeStartTime
1348
-
1348
+
1349
1349
  def initialize(subscribeid=nil, consumestarttime=nil)
1350
1350
  @SubscribeId = subscribeid
1351
1351
  @ConsumeStartTime = consumestarttime
@@ -1363,7 +1363,7 @@ module TencentCloud
1363
1363
  # @type RequestId: String
1364
1364
 
1365
1365
  attr_accessor :RequestId
1366
-
1366
+
1367
1367
  def initialize(requestid=nil)
1368
1368
  @RequestId = requestid
1369
1369
  end
@@ -1381,7 +1381,7 @@ module TencentCloud
1381
1381
  # @type SubscribeName: String
1382
1382
 
1383
1383
  attr_accessor :SubscribeId, :SubscribeName
1384
-
1384
+
1385
1385
  def initialize(subscribeid=nil, subscribename=nil)
1386
1386
  @SubscribeId = subscribeid
1387
1387
  @SubscribeName = subscribename
@@ -1399,7 +1399,7 @@ module TencentCloud
1399
1399
  # @type RequestId: String
1400
1400
 
1401
1401
  attr_accessor :RequestId
1402
-
1402
+
1403
1403
  def initialize(requestid=nil)
1404
1404
  @RequestId = requestid
1405
1405
  end
@@ -1419,7 +1419,7 @@ module TencentCloud
1419
1419
  # @type Objects: Array
1420
1420
 
1421
1421
  attr_accessor :SubscribeId, :SubscribeObjectType, :Objects
1422
-
1422
+
1423
1423
  def initialize(subscribeid=nil, subscribeobjecttype=nil, objects=nil)
1424
1424
  @SubscribeId = subscribeid
1425
1425
  @SubscribeObjectType = subscribeobjecttype
@@ -1448,7 +1448,7 @@ module TencentCloud
1448
1448
  # @type RequestId: String
1449
1449
 
1450
1450
  attr_accessor :AsyncRequestId, :RequestId
1451
-
1451
+
1452
1452
  def initialize(asyncrequestid=nil, requestid=nil)
1453
1453
  @AsyncRequestId = asyncrequestid
1454
1454
  @RequestId = requestid
@@ -1472,7 +1472,7 @@ module TencentCloud
1472
1472
  # @type DstPort: Integer
1473
1473
 
1474
1474
  attr_accessor :SubscribeId, :DstUniqSubnetId, :DstIp, :DstPort
1475
-
1475
+
1476
1476
  def initialize(subscribeid=nil, dstuniqsubnetid=nil, dstip=nil, dstport=nil)
1477
1477
  @SubscribeId = subscribeid
1478
1478
  @DstUniqSubnetId = dstuniqsubnetid
@@ -1494,7 +1494,7 @@ module TencentCloud
1494
1494
  # @type RequestId: String
1495
1495
 
1496
1496
  attr_accessor :RequestId
1497
-
1497
+
1498
1498
  def initialize(requestid=nil)
1499
1499
  @RequestId = requestid
1500
1500
  end
@@ -1510,7 +1510,7 @@ module TencentCloud
1510
1510
  # @type SubscribeId: String
1511
1511
 
1512
1512
  attr_accessor :SubscribeId
1513
-
1513
+
1514
1514
  def initialize(subscribeid=nil)
1515
1515
  @SubscribeId = subscribeid
1516
1516
  end
@@ -1526,7 +1526,7 @@ module TencentCloud
1526
1526
  # @type RequestId: String
1527
1527
 
1528
1528
  attr_accessor :RequestId
1529
-
1529
+
1530
1530
  def initialize(requestid=nil)
1531
1531
  @RequestId = requestid
1532
1532
  end
@@ -1542,7 +1542,7 @@ module TencentCloud
1542
1542
  # @type SubscribeId: String
1543
1543
 
1544
1544
  attr_accessor :SubscribeId
1545
-
1545
+
1546
1546
  def initialize(subscribeid=nil)
1547
1547
  @SubscribeId = subscribeid
1548
1548
  end
@@ -1558,7 +1558,7 @@ module TencentCloud
1558
1558
  # @type RequestId: String
1559
1559
 
1560
1560
  attr_accessor :RequestId
1561
-
1561
+
1562
1562
  def initialize(requestid=nil)
1563
1563
  @RequestId = requestid
1564
1564
  end
@@ -1605,7 +1605,7 @@ module TencentCloud
1605
1605
  # @type EngineVersion: String
1606
1606
 
1607
1607
  attr_accessor :AccessKey, :Ip, :Port, :User, :Password, :RdsInstanceId, :CvmInstanceId, :UniqDcgId, :VpcId, :SubnetId, :UniqVpnGwId, :InstanceId, :Region, :Supplier, :CcnId, :EngineVersion
1608
-
1608
+
1609
1609
  def initialize(accesskey=nil, ip=nil, port=nil, user=nil, password=nil, rdsinstanceid=nil, cvminstanceid=nil, uniqdcgid=nil, vpcid=nil, subnetid=nil, uniqvpngwid=nil, instanceid=nil, region=nil, supplier=nil, ccnid=nil, engineversion=nil)
1610
1610
  @AccessKey = accesskey
1611
1611
  @Ip = ip
@@ -1651,7 +1651,7 @@ module TencentCloud
1651
1651
  # @type JobId: String
1652
1652
 
1653
1653
  attr_accessor :JobId
1654
-
1654
+
1655
1655
  def initialize(jobid=nil)
1656
1656
  @JobId = jobid
1657
1657
  end
@@ -1667,7 +1667,7 @@ module TencentCloud
1667
1667
  # @type RequestId: String
1668
1668
 
1669
1669
  attr_accessor :RequestId
1670
-
1670
+
1671
1671
  def initialize(requestid=nil)
1672
1672
  @RequestId = requestid
1673
1673
  end
@@ -1683,7 +1683,7 @@ module TencentCloud
1683
1683
  # @type JobId: String
1684
1684
 
1685
1685
  attr_accessor :JobId
1686
-
1686
+
1687
1687
  def initialize(jobid=nil)
1688
1688
  @JobId = jobid
1689
1689
  end
@@ -1699,7 +1699,7 @@ module TencentCloud
1699
1699
  # @type RequestId: String
1700
1700
 
1701
1701
  attr_accessor :RequestId
1702
-
1702
+
1703
1703
  def initialize(requestid=nil)
1704
1704
  @RequestId = requestid
1705
1705
  end
@@ -1716,7 +1716,7 @@ module TencentCloud
1716
1716
  # @type Message: String
1717
1717
 
1718
1718
  attr_accessor :Message
1719
-
1719
+
1720
1720
  def initialize(message=nil)
1721
1721
  @Message = message
1722
1722
  end
@@ -1781,7 +1781,7 @@ module TencentCloud
1781
1781
  # @type SubscribeVersion: String
1782
1782
 
1783
1783
  attr_accessor :SubscribeId, :SubscribeName, :ChannelId, :Product, :InstanceId, :InstanceStatus, :SubsStatus, :ModifyTime, :CreateTime, :IsolateTime, :ExpireTime, :OfflineTime, :ConsumeStartTime, :Region, :PayType, :Vip, :Vport, :UniqVpcId, :UniqSubnetId, :Status, :SdkConsumedTime, :Tags, :AutoRenewFlag, :SubscribeVersion
1784
-
1784
+
1785
1785
  def initialize(subscribeid=nil, subscribename=nil, channelid=nil, product=nil, instanceid=nil, instancestatus=nil, subsstatus=nil, modifytime=nil, createtime=nil, isolatetime=nil, expiretime=nil, offlinetime=nil, consumestarttime=nil, region=nil, paytype=nil, vip=nil, vport=nil, uniqvpcid=nil, uniqsubnetid=nil, status=nil, sdkconsumedtime=nil, tags=nil, autorenewflag=nil, subscribeversion=nil)
1786
1786
  @SubscribeId = subscribeid
1787
1787
  @SubscribeName = subscribename
@@ -1857,7 +1857,7 @@ module TencentCloud
1857
1857
  # @type TableNames: Array
1858
1858
 
1859
1859
  attr_accessor :ObjectsType, :DatabaseName, :TableNames
1860
-
1860
+
1861
1861
  def initialize(objectstype=nil, databasename=nil, tablenames=nil)
1862
1862
  @ObjectsType = objectstype
1863
1863
  @DatabaseName = databasename
@@ -1890,7 +1890,7 @@ module TencentCloud
1890
1890
  # @type Status: Integer
1891
1891
 
1892
1892
  attr_accessor :RegionName, :Region, :Area, :IsDefaultRegion, :Status
1893
-
1893
+
1894
1894
  def initialize(regionname=nil, region=nil, area=nil, isdefaultregion=nil, status=nil)
1895
1895
  @RegionName = regionname
1896
1896
  @Region = region
@@ -1916,7 +1916,7 @@ module TencentCloud
1916
1916
  # @type TagValue: Array
1917
1917
 
1918
1918
  attr_accessor :TagKey, :TagValue
1919
-
1919
+
1920
1920
  def initialize(tagkey=nil, tagvalue=nil)
1921
1921
  @TagKey = tagkey
1922
1922
  @TagValue = tagvalue
@@ -1937,7 +1937,7 @@ module TencentCloud
1937
1937
  # @type TagValue: String
1938
1938
 
1939
1939
  attr_accessor :TagKey, :TagValue
1940
-
1940
+
1941
1941
  def initialize(tagkey=nil, tagvalue=nil)
1942
1942
  @TagKey = tagkey
1943
1943
  @TagValue = tagvalue