tencentcloud-sdk-mariadb 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/v20170312/models.rb +186 -182
  4. metadata +2 -2
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type Host: String
26
26
 
27
27
  attr_accessor :User, :Host
28
-
28
+
29
29
  def initialize(user=nil, host=nil)
30
30
  @User = user
31
31
  @Host = host
@@ -43,7 +43,7 @@ module TencentCloud
43
43
  # @type InstanceIds: Array
44
44
 
45
45
  attr_accessor :InstanceIds
46
-
46
+
47
47
  def initialize(instanceids=nil)
48
48
  @InstanceIds = instanceids
49
49
  end
@@ -63,7 +63,7 @@ module TencentCloud
63
63
  # @type RequestId: String
64
64
 
65
65
  attr_accessor :SuccessInstanceIds, :FailedInstanceIds, :RequestId
66
-
66
+
67
67
  def initialize(successinstanceids=nil, failedinstanceids=nil, requestid=nil)
68
68
  @SuccessInstanceIds = successinstanceids
69
69
  @FailedInstanceIds = failedinstanceids
@@ -87,7 +87,7 @@ module TencentCloud
87
87
  # @type InstanceIds: Array
88
88
 
89
89
  attr_accessor :Product, :SecurityGroupId, :InstanceIds
90
-
90
+
91
91
  def initialize(product=nil, securitygroupid=nil, instanceids=nil)
92
92
  @Product = product
93
93
  @SecurityGroupId = securitygroupid
@@ -107,7 +107,7 @@ module TencentCloud
107
107
  # @type RequestId: String
108
108
 
109
109
  attr_accessor :RequestId
110
-
110
+
111
111
  def initialize(requestid=nil)
112
112
  @RequestId = requestid
113
113
  end
@@ -123,7 +123,7 @@ module TencentCloud
123
123
  # @type InstanceId: String
124
124
 
125
125
  attr_accessor :InstanceId
126
-
126
+
127
127
  def initialize(instanceid=nil)
128
128
  @InstanceId = instanceid
129
129
  end
@@ -141,7 +141,7 @@ module TencentCloud
141
141
  # @type RequestId: String
142
142
 
143
143
  attr_accessor :FlowId, :RequestId
144
-
144
+
145
145
  def initialize(flowid=nil, requestid=nil)
146
146
  @FlowId = flowid
147
147
  @RequestId = requestid
@@ -169,7 +169,7 @@ module TencentCloud
169
169
  # @type DstDesc: String
170
170
 
171
171
  attr_accessor :InstanceId, :SrcUser, :SrcHost, :DstUser, :DstHost, :DstDesc
172
-
172
+
173
173
  def initialize(instanceid=nil, srcuser=nil, srchost=nil, dstuser=nil, dsthost=nil, dstdesc=nil)
174
174
  @InstanceId = instanceid
175
175
  @SrcUser = srcuser
@@ -197,7 +197,7 @@ module TencentCloud
197
197
  # @type RequestId: String
198
198
 
199
199
  attr_accessor :FlowId, :RequestId
200
-
200
+
201
201
  def initialize(flowid=nil, requestid=nil)
202
202
  @FlowId = flowid
203
203
  @RequestId = requestid
@@ -217,7 +217,7 @@ module TencentCloud
217
217
  # @type Ipv6Flag: Integer
218
218
 
219
219
  attr_accessor :InstanceId, :Ipv6Flag
220
-
220
+
221
221
  def initialize(instanceid=nil, ipv6flag=nil)
222
222
  @InstanceId = instanceid
223
223
  @Ipv6Flag = ipv6flag
@@ -237,7 +237,7 @@ module TencentCloud
237
237
  # @type RequestId: String
238
238
 
239
239
  attr_accessor :FlowId, :RequestId
240
-
240
+
241
241
  def initialize(flowid=nil, requestid=nil)
242
242
  @FlowId = flowid
243
243
  @RequestId = requestid
@@ -261,7 +261,7 @@ module TencentCloud
261
261
  # @type Privileges: Array
262
262
 
263
263
  attr_accessor :Database, :Table, :Column, :Privileges
264
-
264
+
265
265
  def initialize(database=nil, table=nil, column=nil, privileges=nil)
266
266
  @Database = database
267
267
  @Table = table
@@ -285,7 +285,7 @@ module TencentCloud
285
285
  # @type Max: String
286
286
 
287
287
  attr_accessor :Min, :Max
288
-
288
+
289
289
  def initialize(min=nil, max=nil)
290
290
  @Min = min
291
291
  @Max = max
@@ -315,7 +315,7 @@ module TencentCloud
315
315
  # @type DstReadOnly: String
316
316
 
317
317
  attr_accessor :InstanceId, :SrcUserName, :SrcHost, :DstUserName, :DstHost, :SrcReadOnly, :DstReadOnly
318
-
318
+
319
319
  def initialize(instanceid=nil, srcusername=nil, srchost=nil, dstusername=nil, dsthost=nil, srcreadonly=nil, dstreadonly=nil)
320
320
  @InstanceId = instanceid
321
321
  @SrcUserName = srcusername
@@ -343,7 +343,7 @@ module TencentCloud
343
343
  # @type RequestId: String
344
344
 
345
345
  attr_accessor :RequestId
346
-
346
+
347
347
  def initialize(requestid=nil)
348
348
  @RequestId = requestid
349
349
  end
@@ -375,7 +375,7 @@ module TencentCloud
375
375
  # @type MaxUserConnections: Integer
376
376
 
377
377
  attr_accessor :InstanceId, :UserName, :Host, :Password, :ReadOnly, :Description, :DelayThresh, :SlaveConst, :MaxUserConnections
378
-
378
+
379
379
  def initialize(instanceid=nil, username=nil, host=nil, password=nil, readonly=nil, description=nil, delaythresh=nil, slaveconst=nil, maxuserconnections=nil)
380
380
  @InstanceId = instanceid
381
381
  @UserName = username
@@ -415,7 +415,7 @@ module TencentCloud
415
415
  # @type RequestId: String
416
416
 
417
417
  attr_accessor :InstanceId, :UserName, :Host, :ReadOnly, :RequestId
418
-
418
+
419
419
  def initialize(instanceid=nil, username=nil, host=nil, readonly=nil, requestid=nil)
420
420
  @InstanceId = instanceid
421
421
  @UserName = username
@@ -480,7 +480,7 @@ module TencentCloud
480
480
  # @type DcnInstanceId: String
481
481
 
482
482
  attr_accessor :Zones, :NodeCount, :Memory, :Storage, :Period, :Count, :AutoVoucher, :VoucherIds, :VpcId, :SubnetId, :ProjectId, :DbVersionId, :InstanceName, :SecurityGroupIds, :AutoRenewFlag, :Ipv6Flag, :ResourceTags, :InitParams, :DcnRegion, :DcnInstanceId
483
-
483
+
484
484
  def initialize(zones=nil, nodecount=nil, memory=nil, storage=nil, period=nil, count=nil, autovoucher=nil, voucherids=nil, vpcid=nil, subnetid=nil, projectid=nil, dbversionid=nil, instancename=nil, securitygroupids=nil, autorenewflag=nil, ipv6flag=nil, resourcetags=nil, initparams=nil, dcnregion=nil, dcninstanceid=nil)
485
485
  @Zones = zones
486
486
  @NodeCount = nodecount
@@ -554,7 +554,7 @@ module TencentCloud
554
554
  # @type RequestId: String
555
555
 
556
556
  attr_accessor :DealName, :InstanceIds, :RequestId
557
-
557
+
558
558
  def initialize(dealname=nil, instanceids=nil, requestid=nil)
559
559
  @DealName = dealname
560
560
  @InstanceIds = instanceids
@@ -622,7 +622,7 @@ module TencentCloud
622
622
  # @type RollbackTime: String
623
623
 
624
624
  attr_accessor :GoodsNum, :Memory, :Storage, :ClusterId, :Zone, :ProjectId, :Pid, :Machine, :VpcId, :SubnetId, :DbVersionId, :Manual, :DeviceNo, :SecurityGroupIds, :DcnInstanceId, :DcnRegion, :InstanceName, :ResourceTags, :Ipv6Flag, :InitParams, :NodeNum, :MasterHostId, :SlaveHostIds, :RollbackInstanceId, :RollbackTime
625
-
625
+
626
626
  def initialize(goodsnum=nil, memory=nil, storage=nil, clusterid=nil, zone=nil, projectid=nil, pid=nil, machine=nil, vpcid=nil, subnetid=nil, dbversionid=nil, manual=nil, deviceno=nil, securitygroupids=nil, dcninstanceid=nil, dcnregion=nil, instancename=nil, resourcetags=nil, ipv6flag=nil, initparams=nil, nodenum=nil, masterhostid=nil, slavehostids=nil, rollbackinstanceid=nil, rollbacktime=nil)
627
627
  @GoodsNum = goodsnum
628
628
  @Memory = memory
@@ -704,7 +704,7 @@ module TencentCloud
704
704
  # @type RequestId: String
705
705
 
706
706
  attr_accessor :InstanceIds, :FlowId, :RequestId
707
-
707
+
708
708
  def initialize(instanceids=nil, flowid=nil, requestid=nil)
709
709
  @InstanceIds = instanceids
710
710
  @FlowId = flowid
@@ -760,7 +760,7 @@ module TencentCloud
760
760
  # @type RollbackTime: String
761
761
 
762
762
  attr_accessor :Zones, :NodeCount, :Memory, :Storage, :Count, :ProjectId, :VpcId, :SubnetId, :DbVersionId, :InstanceName, :SecurityGroupIds, :Ipv6Flag, :ResourceTags, :DcnRegion, :DcnInstanceId, :InitParams, :RollbackInstanceId, :RollbackTime
763
-
763
+
764
764
  def initialize(zones=nil, nodecount=nil, memory=nil, storage=nil, count=nil, projectid=nil, vpcid=nil, subnetid=nil, dbversionid=nil, instancename=nil, securitygroupids=nil, ipv6flag=nil, resourcetags=nil, dcnregion=nil, dcninstanceid=nil, initparams=nil, rollbackinstanceid=nil, rollbacktime=nil)
765
765
  @Zones = zones
766
766
  @NodeCount = nodecount
@@ -833,7 +833,7 @@ module TencentCloud
833
833
  # @type RequestId: String
834
834
 
835
835
  attr_accessor :DealName, :InstanceIds, :FlowId, :RequestId
836
-
836
+
837
837
  def initialize(dealname=nil, instanceids=nil, flowid=nil, requestid=nil)
838
838
  @DealName = dealname
839
839
  @InstanceIds = instanceids
@@ -857,7 +857,7 @@ module TencentCloud
857
857
  # @type RollbackTime: String
858
858
 
859
859
  attr_accessor :InstanceIds, :RollbackTime
860
-
860
+
861
861
  def initialize(instanceids=nil, rollbacktime=nil)
862
862
  @InstanceIds = instanceids
863
863
  @RollbackTime = rollbacktime
@@ -877,7 +877,7 @@ module TencentCloud
877
877
  # @type RequestId: String
878
878
 
879
879
  attr_accessor :FlowId, :RequestId
880
-
880
+
881
881
  def initialize(flowid=nil, requestid=nil)
882
882
  @FlowId = flowid
883
883
  @RequestId = requestid
@@ -912,7 +912,7 @@ module TencentCloud
912
912
  # @type MaxUserConnections: Integer
913
913
 
914
914
  attr_accessor :UserName, :Host, :Description, :CreateTime, :UpdateTime, :ReadOnly, :DelayThresh, :SlaveConst, :MaxUserConnections
915
-
915
+
916
916
  def initialize(username=nil, host=nil, description=nil, createtime=nil, updatetime=nil, readonly=nil, delaythresh=nil, slaveconst=nil, maxuserconnections=nil)
917
917
  @UserName = username
918
918
  @Host = host
@@ -948,7 +948,7 @@ module TencentCloud
948
948
  # @type EndBackupTime: String
949
949
 
950
950
  attr_accessor :InstanceId, :StartBackupTime, :EndBackupTime
951
-
951
+
952
952
  def initialize(instanceid=nil, startbackuptime=nil, endbackuptime=nil)
953
953
  @InstanceId = instanceid
954
954
  @StartBackupTime = startbackuptime
@@ -1086,7 +1086,7 @@ module TencentCloud
1086
1086
  # @type DbVersionId: String
1087
1087
 
1088
1088
  attr_accessor :InstanceId, :InstanceName, :AppId, :ProjectId, :Region, :Zone, :VpcId, :SubnetId, :Status, :Vip, :Vport, :WanDomain, :WanVip, :WanPort, :CreateTime, :UpdateTime, :AutoRenewFlag, :PeriodEndTime, :Uin, :TdsqlVersion, :Memory, :Storage, :UniqueVpcId, :UniqueSubnetId, :OriginSerialId, :NodeCount, :IsTmp, :ExclusterId, :Id, :Pid, :Qps, :Paymode, :Locker, :StatusDesc, :WanStatus, :IsAuditSupported, :Machine, :IsEncryptSupported, :Cpu, :Ipv6Flag, :Vipv6, :WanVipv6, :WanPortIpv6, :WanStatusIpv6, :DbEngine, :DbVersion, :DcnFlag, :DcnStatus, :DcnDstNum, :InstanceType, :ResourceTags, :DbVersionId
1089
-
1089
+
1090
1090
  def initialize(instanceid=nil, instancename=nil, appid=nil, projectid=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, status=nil, vip=nil, vport=nil, wandomain=nil, wanvip=nil, wanport=nil, createtime=nil, updatetime=nil, autorenewflag=nil, periodendtime=nil, uin=nil, tdsqlversion=nil, memory=nil, storage=nil, uniquevpcid=nil, uniquesubnetid=nil, originserialid=nil, nodecount=nil, istmp=nil, exclusterid=nil, id=nil, pid=nil, qps=nil, paymode=nil, locker=nil, statusdesc=nil, wanstatus=nil, isauditsupported=nil, machine=nil, isencryptsupported=nil, cpu=nil, ipv6flag=nil, vipv6=nil, wanvipv6=nil, wanportipv6=nil, wanstatusipv6=nil, dbengine=nil, dbversion=nil, dcnflag=nil, dcnstatus=nil, dcndstnum=nil, instancetype=nil, resourcetags=nil, dbversionid=nil)
1091
1091
  @InstanceId = instanceid
1092
1092
  @InstanceName = instancename
@@ -1213,7 +1213,7 @@ module TencentCloud
1213
1213
  # @type Value: String
1214
1214
 
1215
1215
  attr_accessor :Param, :Value
1216
-
1216
+
1217
1217
  def initialize(param=nil, value=nil)
1218
1218
  @Param = param
1219
1219
  @Value = value
@@ -1241,7 +1241,7 @@ module TencentCloud
1241
1241
  # @type ReplicationDelay: Integer
1242
1242
 
1243
1243
  attr_accessor :RoReplicationMode, :DelayReplicationType, :DueTime, :ReplicationDelay
1244
-
1244
+
1245
1245
  def initialize(roreplicationmode=nil, delayreplicationtype=nil, duetime=nil, replicationdelay=nil)
1246
1246
  @RoReplicationMode = roreplicationmode
1247
1247
  @DelayReplicationType = delayreplicationtype
@@ -1266,7 +1266,7 @@ module TencentCloud
1266
1266
  # @type Delay: Integer
1267
1267
 
1268
1268
  attr_accessor :Status, :Delay
1269
-
1269
+
1270
1270
  def initialize(status=nil, delay=nil)
1271
1271
  @Status = status
1272
1272
  @Delay = delay
@@ -1284,7 +1284,7 @@ module TencentCloud
1284
1284
  # @type DbName: String
1285
1285
 
1286
1286
  attr_accessor :DbName
1287
-
1287
+
1288
1288
  def initialize(dbname=nil)
1289
1289
  @DbName = dbname
1290
1290
  end
@@ -1300,7 +1300,7 @@ module TencentCloud
1300
1300
  # @type Func: String
1301
1301
 
1302
1302
  attr_accessor :Func
1303
-
1303
+
1304
1304
  def initialize(func=nil)
1305
1305
  @Func = func
1306
1306
  end
@@ -1318,7 +1318,7 @@ module TencentCloud
1318
1318
  # @type Database: String
1319
1319
 
1320
1320
  attr_accessor :Privileges, :Database
1321
-
1321
+
1322
1322
  def initialize(privileges=nil, database=nil)
1323
1323
  @Privileges = privileges
1324
1324
  @Database = database
@@ -1336,7 +1336,7 @@ module TencentCloud
1336
1336
  # @type Proc: String
1337
1337
 
1338
1338
  attr_accessor :Proc
1339
-
1339
+
1340
1340
  def initialize(proc=nil)
1341
1341
  @Proc = proc
1342
1342
  end
@@ -1352,7 +1352,7 @@ module TencentCloud
1352
1352
  # @type Table: String
1353
1353
 
1354
1354
  attr_accessor :Table
1355
-
1355
+
1356
1356
  def initialize(table=nil)
1357
1357
  @Table = table
1358
1358
  end
@@ -1368,7 +1368,7 @@ module TencentCloud
1368
1368
  # @type View: String
1369
1369
 
1370
1370
  attr_accessor :View
1371
-
1371
+
1372
1372
  def initialize(view=nil)
1373
1373
  @View = view
1374
1374
  end
@@ -1426,7 +1426,7 @@ module TencentCloud
1426
1426
  # @type EncryptStatus: Integer
1427
1427
 
1428
1428
  attr_accessor :InstanceId, :InstanceName, :Region, :Zone, :Vip, :Vipv6, :Vport, :Status, :StatusDesc, :DcnFlag, :DcnStatus, :Cpu, :Memory, :Storage, :PayMode, :CreateTime, :PeriodEndTime, :InstanceType, :ReplicaConfig, :ReplicaStatus, :EncryptStatus
1429
-
1429
+
1430
1430
  def initialize(instanceid=nil, instancename=nil, region=nil, zone=nil, vip=nil, vipv6=nil, vport=nil, status=nil, statusdesc=nil, dcnflag=nil, dcnstatus=nil, cpu=nil, memory=nil, storage=nil, paymode=nil, createtime=nil, periodendtime=nil, instancetype=nil, replicaconfig=nil, replicastatus=nil, encryptstatus=nil)
1431
1431
  @InstanceId = instanceid
1432
1432
  @InstanceName = instancename
@@ -1499,7 +1499,7 @@ module TencentCloud
1499
1499
  # @type PayMode: Integer
1500
1500
 
1501
1501
  attr_accessor :DealName, :OwnerUin, :Count, :FlowId, :InstanceIds, :PayMode
1502
-
1502
+
1503
1503
  def initialize(dealname=nil, owneruin=nil, count=nil, flowid=nil, instanceids=nil, paymode=nil)
1504
1504
  @DealName = dealname
1505
1505
  @OwnerUin = owneruin
@@ -1529,7 +1529,7 @@ module TencentCloud
1529
1529
  # @type Host: String
1530
1530
 
1531
1531
  attr_accessor :InstanceId, :UserName, :Host
1532
-
1532
+
1533
1533
  def initialize(instanceid=nil, username=nil, host=nil)
1534
1534
  @InstanceId = instanceid
1535
1535
  @UserName = username
@@ -1549,7 +1549,7 @@ module TencentCloud
1549
1549
  # @type RequestId: String
1550
1550
 
1551
1551
  attr_accessor :RequestId
1552
-
1552
+
1553
1553
  def initialize(requestid=nil)
1554
1554
  @RequestId = requestid
1555
1555
  end
@@ -1577,7 +1577,7 @@ module TencentCloud
1577
1577
  # @type ColName: String
1578
1578
 
1579
1579
  attr_accessor :InstanceId, :UserName, :Host, :DbName, :Type, :Object, :ColName
1580
-
1580
+
1581
1581
  def initialize(instanceid=nil, username=nil, host=nil, dbname=nil, type=nil, object=nil, colname=nil)
1582
1582
  @InstanceId = instanceid
1583
1583
  @UserName = username
@@ -1613,7 +1613,7 @@ module TencentCloud
1613
1613
  # @type RequestId: String
1614
1614
 
1615
1615
  attr_accessor :InstanceId, :Privileges, :UserName, :Host, :RequestId
1616
-
1616
+
1617
1617
  def initialize(instanceid=nil, privileges=nil, username=nil, host=nil, requestid=nil)
1618
1618
  @InstanceId = instanceid
1619
1619
  @Privileges = privileges
@@ -1637,7 +1637,7 @@ module TencentCloud
1637
1637
  # @type InstanceId: String
1638
1638
 
1639
1639
  attr_accessor :InstanceId
1640
-
1640
+
1641
1641
  def initialize(instanceid=nil)
1642
1642
  @InstanceId = instanceid
1643
1643
  end
@@ -1657,7 +1657,7 @@ module TencentCloud
1657
1657
  # @type RequestId: String
1658
1658
 
1659
1659
  attr_accessor :InstanceId, :Users, :RequestId
1660
-
1660
+
1661
1661
  def initialize(instanceid=nil, users=nil, requestid=nil)
1662
1662
  @InstanceId = instanceid
1663
1663
  @Users = users
@@ -1698,7 +1698,7 @@ module TencentCloud
1698
1698
  # @type OrderType: String
1699
1699
 
1700
1700
  attr_accessor :InstanceId, :BackupType, :StartTime, :EndTime, :Limit, :Offset, :OrderBy, :OrderType
1701
-
1701
+
1702
1702
  def initialize(instanceid=nil, backuptype=nil, starttime=nil, endtime=nil, limit=nil, offset=nil, orderby=nil, ordertype=nil)
1703
1703
  @InstanceId = instanceid
1704
1704
  @BackupType = backuptype
@@ -1732,7 +1732,7 @@ module TencentCloud
1732
1732
  # @type RequestId: String
1733
1733
 
1734
1734
  attr_accessor :Files, :TotalCount, :RequestId
1735
-
1735
+
1736
1736
  def initialize(files=nil, totalcount=nil, requestid=nil)
1737
1737
  @Files = files
1738
1738
  @TotalCount = totalcount
@@ -1759,7 +1759,7 @@ module TencentCloud
1759
1759
  # @type InstanceIds: Array
1760
1760
 
1761
1761
  attr_accessor :InstanceIds
1762
-
1762
+
1763
1763
  def initialize(instanceids=nil)
1764
1764
  @InstanceIds = instanceids
1765
1765
  end
@@ -1780,7 +1780,7 @@ module TencentCloud
1780
1780
  # @type RequestId: String
1781
1781
 
1782
1782
  attr_accessor :TotalCount, :Items, :RequestId
1783
-
1783
+
1784
1784
  def initialize(totalcount=nil, items=nil, requestid=nil)
1785
1785
  @TotalCount = totalcount
1786
1786
  @Items = items
@@ -1807,7 +1807,7 @@ module TencentCloud
1807
1807
  # @type InstanceId: String
1808
1808
 
1809
1809
  attr_accessor :InstanceId
1810
-
1810
+
1811
1811
  def initialize(instanceid=nil)
1812
1812
  @InstanceId = instanceid
1813
1813
  end
@@ -1829,7 +1829,7 @@ module TencentCloud
1829
1829
  # @type RequestId: String
1830
1830
 
1831
1831
  attr_accessor :EncryptStatus, :CipherText, :ExpireDate, :RequestId
1832
-
1832
+
1833
1833
  def initialize(encryptstatus=nil, ciphertext=nil, expiredate=nil, requestid=nil)
1834
1834
  @EncryptStatus = encryptstatus
1835
1835
  @CipherText = ciphertext
@@ -1851,7 +1851,7 @@ module TencentCloud
1851
1851
  # @type InstanceId: String
1852
1852
 
1853
1853
  attr_accessor :InstanceId
1854
-
1854
+
1855
1855
  def initialize(instanceid=nil)
1856
1856
  @InstanceId = instanceid
1857
1857
  end
@@ -1994,12 +1994,14 @@ module TencentCloud
1994
1994
  # @type RsAccessStrategy: Integer
1995
1995
  # @param ReservedNetResources: 尚未回收的网络资源
1996
1996
  # @type ReservedNetResources: Array
1997
+ # @param IsPhysicalReplicationSupported: 是否支持物理复制
1998
+ # @type IsPhysicalReplicationSupported: Boolean
1997
1999
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1998
2000
  # @type RequestId: String
1999
2001
 
2000
- attr_accessor :InstanceId, :InstanceName, :Status, :StatusDesc, :Vip, :Vport, :IsTmp, :NodeCount, :Region, :Zone, :VpcId, :SubnetId, :WanStatus, :WanDomain, :WanVip, :WanPort, :ProjectId, :TdsqlVersion, :Memory, :Storage, :MasterZone, :SlaveZones, :AutoRenewFlag, :ExclusterId, :PayMode, :CreateTime, :IsAuditSupported, :PeriodEndTime, :Machine, :StorageUsage, :LogStorage, :IsEncryptSupported, :Vip6, :Cpu, :Pid, :Qps, :Ipv6Flag, :WanVipv6, :WanStatusIpv6, :WanPortIpv6, :DbEngine, :DbVersion, :ResourceTags, :DcnFlag, :DcnStatus, :DcnDstNum, :InstanceType, :NodesInfo, :IsMaxUserConnectionsSupported, :DbVersionId, :EncryptStatus, :ReplicaConfig, :ReplicaStatus, :ExclusterType, :RsAccessStrategy, :ReservedNetResources, :RequestId
2001
-
2002
- def initialize(instanceid=nil, instancename=nil, status=nil, statusdesc=nil, vip=nil, vport=nil, istmp=nil, nodecount=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, wanstatus=nil, wandomain=nil, wanvip=nil, wanport=nil, projectid=nil, tdsqlversion=nil, memory=nil, storage=nil, masterzone=nil, slavezones=nil, autorenewflag=nil, exclusterid=nil, paymode=nil, createtime=nil, isauditsupported=nil, periodendtime=nil, machine=nil, storageusage=nil, logstorage=nil, isencryptsupported=nil, vip6=nil, cpu=nil, pid=nil, qps=nil, ipv6flag=nil, wanvipv6=nil, wanstatusipv6=nil, wanportipv6=nil, dbengine=nil, dbversion=nil, resourcetags=nil, dcnflag=nil, dcnstatus=nil, dcndstnum=nil, instancetype=nil, nodesinfo=nil, ismaxuserconnectionssupported=nil, dbversionid=nil, encryptstatus=nil, replicaconfig=nil, replicastatus=nil, exclustertype=nil, rsaccessstrategy=nil, reservednetresources=nil, requestid=nil)
2002
+ attr_accessor :InstanceId, :InstanceName, :Status, :StatusDesc, :Vip, :Vport, :IsTmp, :NodeCount, :Region, :Zone, :VpcId, :SubnetId, :WanStatus, :WanDomain, :WanVip, :WanPort, :ProjectId, :TdsqlVersion, :Memory, :Storage, :MasterZone, :SlaveZones, :AutoRenewFlag, :ExclusterId, :PayMode, :CreateTime, :IsAuditSupported, :PeriodEndTime, :Machine, :StorageUsage, :LogStorage, :IsEncryptSupported, :Vip6, :Cpu, :Pid, :Qps, :Ipv6Flag, :WanVipv6, :WanStatusIpv6, :WanPortIpv6, :DbEngine, :DbVersion, :ResourceTags, :DcnFlag, :DcnStatus, :DcnDstNum, :InstanceType, :NodesInfo, :IsMaxUserConnectionsSupported, :DbVersionId, :EncryptStatus, :ReplicaConfig, :ReplicaStatus, :ExclusterType, :RsAccessStrategy, :ReservedNetResources, :IsPhysicalReplicationSupported, :RequestId
2003
+
2004
+ def initialize(instanceid=nil, instancename=nil, status=nil, statusdesc=nil, vip=nil, vport=nil, istmp=nil, nodecount=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, wanstatus=nil, wandomain=nil, wanvip=nil, wanport=nil, projectid=nil, tdsqlversion=nil, memory=nil, storage=nil, masterzone=nil, slavezones=nil, autorenewflag=nil, exclusterid=nil, paymode=nil, createtime=nil, isauditsupported=nil, periodendtime=nil, machine=nil, storageusage=nil, logstorage=nil, isencryptsupported=nil, vip6=nil, cpu=nil, pid=nil, qps=nil, ipv6flag=nil, wanvipv6=nil, wanstatusipv6=nil, wanportipv6=nil, dbengine=nil, dbversion=nil, resourcetags=nil, dcnflag=nil, dcnstatus=nil, dcndstnum=nil, instancetype=nil, nodesinfo=nil, ismaxuserconnectionssupported=nil, dbversionid=nil, encryptstatus=nil, replicaconfig=nil, replicastatus=nil, exclustertype=nil, rsaccessstrategy=nil, reservednetresources=nil, isphysicalreplicationsupported=nil, requestid=nil)
2003
2005
  @InstanceId = instanceid
2004
2006
  @InstanceName = instancename
2005
2007
  @Status = status
@@ -2056,6 +2058,7 @@ module TencentCloud
2056
2058
  @ExclusterType = exclustertype
2057
2059
  @RsAccessStrategy = rsaccessstrategy
2058
2060
  @ReservedNetResources = reservednetresources
2061
+ @IsPhysicalReplicationSupported = isphysicalreplicationsupported
2059
2062
  @RequestId = requestid
2060
2063
  end
2061
2064
 
@@ -2143,6 +2146,7 @@ module TencentCloud
2143
2146
  @ReservedNetResources << reservednetresource_tmp
2144
2147
  end
2145
2148
  end
2149
+ @IsPhysicalReplicationSupported = params['IsPhysicalReplicationSupported']
2146
2150
  @RequestId = params['RequestId']
2147
2151
  end
2148
2152
  end
@@ -2150,7 +2154,7 @@ module TencentCloud
2150
2154
  # DescribeDBInstanceSpecs请求参数结构体
2151
2155
  class DescribeDBInstanceSpecsRequest < TencentCloud::Common::AbstractModel
2152
2156
 
2153
-
2157
+
2154
2158
  def initialize()
2155
2159
  end
2156
2160
 
@@ -2166,7 +2170,7 @@ module TencentCloud
2166
2170
  # @type RequestId: String
2167
2171
 
2168
2172
  attr_accessor :Specs, :RequestId
2169
-
2173
+
2170
2174
  def initialize(specs=nil, requestid=nil)
2171
2175
  @Specs = specs
2172
2176
  @RequestId = requestid
@@ -2227,7 +2231,7 @@ module TencentCloud
2227
2231
  # @type ExcludeStatus: Array
2228
2232
 
2229
2233
  attr_accessor :InstanceIds, :SearchName, :SearchKey, :ProjectIds, :IsFilterVpc, :VpcId, :SubnetId, :OrderBy, :OrderByType, :Offset, :Limit, :OriginSerialIds, :IsFilterExcluster, :ExclusterType, :ExclusterIds, :TagKeys, :FilterInstanceType, :Status, :ExcludeStatus
2230
-
2234
+
2231
2235
  def initialize(instanceids=nil, searchname=nil, searchkey=nil, projectids=nil, isfiltervpc=nil, vpcid=nil, subnetid=nil, orderby=nil, orderbytype=nil, offset=nil, limit=nil, originserialids=nil, isfilterexcluster=nil, exclustertype=nil, exclusterids=nil, tagkeys=nil, filterinstancetype=nil, status=nil, excludestatus=nil)
2232
2236
  @InstanceIds = instanceids
2233
2237
  @SearchName = searchname
@@ -2283,7 +2287,7 @@ module TencentCloud
2283
2287
  # @type RequestId: String
2284
2288
 
2285
2289
  attr_accessor :TotalCount, :Instances, :RequestId
2286
-
2290
+
2287
2291
  def initialize(totalcount=nil, instances=nil, requestid=nil)
2288
2292
  @TotalCount = totalcount
2289
2293
  @Instances = instances
@@ -2312,7 +2316,7 @@ module TencentCloud
2312
2316
  # @type Type: Integer
2313
2317
 
2314
2318
  attr_accessor :InstanceId, :Type
2315
-
2319
+
2316
2320
  def initialize(instanceid=nil, type=nil)
2317
2321
  @InstanceId = instanceid
2318
2322
  @Type = type
@@ -2342,7 +2346,7 @@ module TencentCloud
2342
2346
  # @type RequestId: String
2343
2347
 
2344
2348
  attr_accessor :InstanceId, :Type, :Total, :Files, :VpcPrefix, :NormalPrefix, :RequestId
2345
-
2349
+
2346
2350
  def initialize(instanceid=nil, type=nil, total=nil, files=nil, vpcprefix=nil, normalprefix=nil, requestid=nil)
2347
2351
  @InstanceId = instanceid
2348
2352
  @Type = type
@@ -2377,7 +2381,7 @@ module TencentCloud
2377
2381
  # @type InstanceId: String
2378
2382
 
2379
2383
  attr_accessor :InstanceId
2380
-
2384
+
2381
2385
  def initialize(instanceid=nil)
2382
2386
  @InstanceId = instanceid
2383
2387
  end
@@ -2397,7 +2401,7 @@ module TencentCloud
2397
2401
  # @type RequestId: String
2398
2402
 
2399
2403
  attr_accessor :InstanceId, :Params, :RequestId
2400
-
2404
+
2401
2405
  def initialize(instanceid=nil, params=nil, requestid=nil)
2402
2406
  @InstanceId = instanceid
2403
2407
  @Params = params
@@ -2426,7 +2430,7 @@ module TencentCloud
2426
2430
  # @type InstanceId: String
2427
2431
 
2428
2432
  attr_accessor :Product, :InstanceId
2429
-
2433
+
2430
2434
  def initialize(product=nil, instanceid=nil)
2431
2435
  @Product = product
2432
2436
  @InstanceId = instanceid
@@ -2452,7 +2456,7 @@ module TencentCloud
2452
2456
  # @type RequestId: String
2453
2457
 
2454
2458
  attr_accessor :Groups, :VIP, :VPort, :RequestId
2455
-
2459
+
2456
2460
  def initialize(groups=nil, vip=nil, vport=nil, requestid=nil)
2457
2461
  @Groups = groups
2458
2462
  @VIP = vip
@@ -2497,7 +2501,7 @@ module TencentCloud
2497
2501
  # @type Slave: Integer
2498
2502
 
2499
2503
  attr_accessor :InstanceId, :Offset, :Limit, :StartTime, :EndTime, :Db, :OrderBy, :OrderByType, :Slave
2500
-
2504
+
2501
2505
  def initialize(instanceid=nil, offset=nil, limit=nil, starttime=nil, endtime=nil, db=nil, orderby=nil, orderbytype=nil, slave=nil)
2502
2506
  @InstanceId = instanceid
2503
2507
  @Offset = offset
@@ -2539,7 +2543,7 @@ module TencentCloud
2539
2543
  # @type RequestId: String
2540
2544
 
2541
2545
  attr_accessor :Data, :LockTimeSum, :QueryCount, :Total, :QueryTimeSum, :RequestId
2542
-
2546
+
2543
2547
  def initialize(data=nil, locktimesum=nil, querycount=nil, total=nil, querytimesum=nil, requestid=nil)
2544
2548
  @Data = data
2545
2549
  @LockTimeSum = locktimesum
@@ -2574,7 +2578,7 @@ module TencentCloud
2574
2578
  # @type DbName: String
2575
2579
 
2576
2580
  attr_accessor :InstanceId, :DbName
2577
-
2581
+
2578
2582
  def initialize(instanceid=nil, dbname=nil)
2579
2583
  @InstanceId = instanceid
2580
2584
  @DbName = dbname
@@ -2604,7 +2608,7 @@ module TencentCloud
2604
2608
  # @type RequestId: String
2605
2609
 
2606
2610
  attr_accessor :InstanceId, :DbName, :Tables, :Views, :Procs, :Funcs, :RequestId
2607
-
2611
+
2608
2612
  def initialize(instanceid=nil, dbname=nil, tables=nil, views=nil, procs=nil, funcs=nil, requestid=nil)
2609
2613
  @InstanceId = instanceid
2610
2614
  @DbName = dbname
@@ -2664,7 +2668,7 @@ module TencentCloud
2664
2668
  # @type Table: String
2665
2669
 
2666
2670
  attr_accessor :InstanceId, :DbName, :Table
2667
-
2671
+
2668
2672
  def initialize(instanceid=nil, dbname=nil, table=nil)
2669
2673
  @InstanceId = instanceid
2670
2674
  @DbName = dbname
@@ -2692,7 +2696,7 @@ module TencentCloud
2692
2696
  # @type RequestId: String
2693
2697
 
2694
2698
  attr_accessor :InstanceId, :DbName, :Table, :Cols, :RequestId
2695
-
2699
+
2696
2700
  def initialize(instanceid=nil, dbname=nil, table=nil, cols=nil, requestid=nil)
2697
2701
  @InstanceId = instanceid
2698
2702
  @DbName = dbname
@@ -2723,7 +2727,7 @@ module TencentCloud
2723
2727
  # @type InstanceId: String
2724
2728
 
2725
2729
  attr_accessor :InstanceId
2726
-
2730
+
2727
2731
  def initialize(instanceid=nil)
2728
2732
  @InstanceId = instanceid
2729
2733
  end
@@ -2743,7 +2747,7 @@ module TencentCloud
2743
2747
  # @type RequestId: String
2744
2748
 
2745
2749
  attr_accessor :Databases, :InstanceId, :RequestId
2746
-
2750
+
2747
2751
  def initialize(databases=nil, instanceid=nil, requestid=nil)
2748
2752
  @Databases = databases
2749
2753
  @InstanceId = instanceid
@@ -2770,7 +2774,7 @@ module TencentCloud
2770
2774
  # @type InstanceId: String
2771
2775
 
2772
2776
  attr_accessor :InstanceId
2773
-
2777
+
2774
2778
  def initialize(instanceid=nil)
2775
2779
  @InstanceId = instanceid
2776
2780
  end
@@ -2788,7 +2792,7 @@ module TencentCloud
2788
2792
  # @type RequestId: String
2789
2793
 
2790
2794
  attr_accessor :DcnDetails, :RequestId
2791
-
2795
+
2792
2796
  def initialize(dcndetails=nil, requestid=nil)
2793
2797
  @DcnDetails = dcndetails
2794
2798
  @RequestId = requestid
@@ -2815,7 +2819,7 @@ module TencentCloud
2815
2819
  # @type FilePath: String
2816
2820
 
2817
2821
  attr_accessor :InstanceId, :FilePath
2818
-
2822
+
2819
2823
  def initialize(instanceid=nil, filepath=nil)
2820
2824
  @InstanceId = instanceid
2821
2825
  @FilePath = filepath
@@ -2835,7 +2839,7 @@ module TencentCloud
2835
2839
  # @type RequestId: String
2836
2840
 
2837
2841
  attr_accessor :PreSignedUrl, :RequestId
2838
-
2842
+
2839
2843
  def initialize(presignedurl=nil, requestid=nil)
2840
2844
  @PreSignedUrl = presignedurl
2841
2845
  @RequestId = requestid
@@ -2853,7 +2857,7 @@ module TencentCloud
2853
2857
  # @type FlowId: Integer
2854
2858
 
2855
2859
  attr_accessor :FlowId
2856
-
2860
+
2857
2861
  def initialize(flowid=nil)
2858
2862
  @FlowId = flowid
2859
2863
  end
@@ -2871,7 +2875,7 @@ module TencentCloud
2871
2875
  # @type RequestId: String
2872
2876
 
2873
2877
  attr_accessor :Status, :RequestId
2874
-
2878
+
2875
2879
  def initialize(status=nil, requestid=nil)
2876
2880
  @Status = status
2877
2881
  @RequestId = requestid
@@ -2893,7 +2897,7 @@ module TencentCloud
2893
2897
  # @type Offset: Integer
2894
2898
 
2895
2899
  attr_accessor :InstanceId, :Limit, :Offset
2896
-
2900
+
2897
2901
  def initialize(instanceid=nil, limit=nil, offset=nil)
2898
2902
  @InstanceId = instanceid
2899
2903
  @Limit = limit
@@ -2917,7 +2921,7 @@ module TencentCloud
2917
2921
  # @type RequestId: String
2918
2922
 
2919
2923
  attr_accessor :TotalCount, :NodesInfo, :RequestId
2920
-
2924
+
2921
2925
  def initialize(totalcount=nil, nodesinfo=nil, requestid=nil)
2922
2926
  @TotalCount = totalcount
2923
2927
  @NodesInfo = nodesinfo
@@ -2944,7 +2948,7 @@ module TencentCloud
2944
2948
  # @type InstanceId: String
2945
2949
 
2946
2950
  attr_accessor :InstanceId
2947
-
2951
+
2948
2952
  def initialize(instanceid=nil)
2949
2953
  @InstanceId = instanceid
2950
2954
  end
@@ -2964,7 +2968,7 @@ module TencentCloud
2964
2968
  # @type RequestId: String
2965
2969
 
2966
2970
  attr_accessor :InstanceId, :Days, :RequestId
2967
-
2971
+
2968
2972
  def initialize(instanceid=nil, days=nil, requestid=nil)
2969
2973
  @InstanceId = instanceid
2970
2974
  @Days = days
@@ -2984,7 +2988,7 @@ module TencentCloud
2984
2988
  # @type DealNames: Array
2985
2989
 
2986
2990
  attr_accessor :DealNames
2987
-
2991
+
2988
2992
  def initialize(dealnames=nil)
2989
2993
  @DealNames = dealnames
2990
2994
  end
@@ -3004,7 +3008,7 @@ module TencentCloud
3004
3008
  # @type RequestId: String
3005
3009
 
3006
3010
  attr_accessor :TotalCount, :Deals, :RequestId
3007
-
3011
+
3008
3012
  def initialize(totalcount=nil, deals=nil, requestid=nil)
3009
3013
  @TotalCount = totalcount
3010
3014
  @Deals = deals
@@ -3050,7 +3054,7 @@ module TencentCloud
3050
3054
  # @type AmountUnit: String
3051
3055
 
3052
3056
  attr_accessor :Zone, :NodeCount, :Memory, :Storage, :Period, :Count, :Paymode, :AmountUnit
3053
-
3057
+
3054
3058
  def initialize(zone=nil, nodecount=nil, memory=nil, storage=nil, period=nil, count=nil, paymode=nil, amountunit=nil)
3055
3059
  @Zone = zone
3056
3060
  @NodeCount = nodecount
@@ -3088,7 +3092,7 @@ module TencentCloud
3088
3092
  # @type RequestId: String
3089
3093
 
3090
3094
  attr_accessor :OriginalPrice, :Price, :RequestId
3091
-
3095
+
3092
3096
  def initialize(originalprice=nil, price=nil, requestid=nil)
3093
3097
  @OriginalPrice = originalprice
3094
3098
  @Price = price
@@ -3110,7 +3114,7 @@ module TencentCloud
3110
3114
  # @type ProjectId: Integer
3111
3115
 
3112
3116
  attr_accessor :Product, :ProjectId
3113
-
3117
+
3114
3118
  def initialize(product=nil, projectid=nil)
3115
3119
  @Product = product
3116
3120
  @ProjectId = projectid
@@ -3132,7 +3136,7 @@ module TencentCloud
3132
3136
  # @type RequestId: String
3133
3137
 
3134
3138
  attr_accessor :Groups, :Total, :RequestId
3135
-
3139
+
3136
3140
  def initialize(groups=nil, total=nil, requestid=nil)
3137
3141
  @Groups = groups
3138
3142
  @Total = total
@@ -3165,7 +3169,7 @@ module TencentCloud
3165
3169
  # @type AmountUnit: String
3166
3170
 
3167
3171
  attr_accessor :InstanceId, :Period, :AmountUnit
3168
-
3172
+
3169
3173
  def initialize(instanceid=nil, period=nil, amountunit=nil)
3170
3174
  @InstanceId = instanceid
3171
3175
  @Period = period
@@ -3193,7 +3197,7 @@ module TencentCloud
3193
3197
  # @type RequestId: String
3194
3198
 
3195
3199
  attr_accessor :OriginalPrice, :Price, :RequestId
3196
-
3200
+
3197
3201
  def initialize(originalprice=nil, price=nil, requestid=nil)
3198
3202
  @OriginalPrice = originalprice
3199
3203
  @Price = price
@@ -3210,7 +3214,7 @@ module TencentCloud
3210
3214
  # DescribeSaleInfo请求参数结构体
3211
3215
  class DescribeSaleInfoRequest < TencentCloud::Common::AbstractModel
3212
3216
 
3213
-
3217
+
3214
3218
  def initialize()
3215
3219
  end
3216
3220
 
@@ -3226,7 +3230,7 @@ module TencentCloud
3226
3230
  # @type RequestId: String
3227
3231
 
3228
3232
  attr_accessor :RegionList, :RequestId
3229
-
3233
+
3230
3234
  def initialize(regionlist=nil, requestid=nil)
3231
3235
  @RegionList = regionlist
3232
3236
  @RequestId = requestid
@@ -3263,7 +3267,7 @@ module TencentCloud
3263
3267
  # @type AmountUnit: String
3264
3268
 
3265
3269
  attr_accessor :InstanceId, :Memory, :Storage, :NodeCount, :AmountUnit
3266
-
3270
+
3267
3271
  def initialize(instanceid=nil, memory=nil, storage=nil, nodecount=nil, amountunit=nil)
3268
3272
  @InstanceId = instanceid
3269
3273
  @Memory = memory
@@ -3297,7 +3301,7 @@ module TencentCloud
3297
3301
  # @type RequestId: String
3298
3302
 
3299
3303
  attr_accessor :OriginalPrice, :Price, :Formula, :RequestId
3300
-
3304
+
3301
3305
  def initialize(originalprice=nil, price=nil, formula=nil, requestid=nil)
3302
3306
  @OriginalPrice = originalprice
3303
3307
  @Price = price
@@ -3319,7 +3323,7 @@ module TencentCloud
3319
3323
  # @type InstanceId: String
3320
3324
 
3321
3325
  attr_accessor :InstanceId
3322
-
3326
+
3323
3327
  def initialize(instanceid=nil)
3324
3328
  @InstanceId = instanceid
3325
3329
  end
@@ -3339,7 +3343,7 @@ module TencentCloud
3339
3343
  # @type RequestId: String
3340
3344
 
3341
3345
  attr_accessor :InstanceId, :FlowId, :RequestId
3342
-
3346
+
3343
3347
  def initialize(instanceid=nil, flowid=nil, requestid=nil)
3344
3348
  @InstanceId = instanceid
3345
3349
  @FlowId = flowid
@@ -3359,7 +3363,7 @@ module TencentCloud
3359
3363
  # @type InstanceId: String
3360
3364
 
3361
3365
  attr_accessor :InstanceId
3362
-
3366
+
3363
3367
  def initialize(instanceid=nil)
3364
3368
  @InstanceId = instanceid
3365
3369
  end
@@ -3379,7 +3383,7 @@ module TencentCloud
3379
3383
  # @type RequestId: String
3380
3384
 
3381
3385
  attr_accessor :FlowId, :InstanceId, :RequestId
3382
-
3386
+
3383
3387
  def initialize(flowid=nil, instanceid=nil, requestid=nil)
3384
3388
  @FlowId = flowid
3385
3389
  @InstanceId = instanceid
@@ -3403,7 +3407,7 @@ module TencentCloud
3403
3407
  # @type InstanceIds: Array
3404
3408
 
3405
3409
  attr_accessor :Product, :SecurityGroupId, :InstanceIds
3406
-
3410
+
3407
3411
  def initialize(product=nil, securitygroupid=nil, instanceids=nil)
3408
3412
  @Product = product
3409
3413
  @SecurityGroupId = securitygroupid
@@ -3423,7 +3427,7 @@ module TencentCloud
3423
3427
  # @type RequestId: String
3424
3428
 
3425
3429
  attr_accessor :RequestId
3426
-
3430
+
3427
3431
  def initialize(requestid=nil)
3428
3432
  @RequestId = requestid
3429
3433
  end
@@ -3439,7 +3443,7 @@ module TencentCloud
3439
3443
  # @type InstanceId: String
3440
3444
 
3441
3445
  attr_accessor :InstanceId
3442
-
3446
+
3443
3447
  def initialize(instanceid=nil)
3444
3448
  @InstanceId = instanceid
3445
3449
  end
@@ -3455,7 +3459,7 @@ module TencentCloud
3455
3459
  # @type RequestId: String
3456
3460
 
3457
3461
  attr_accessor :RequestId
3458
-
3462
+
3459
3463
  def initialize(requestid=nil)
3460
3464
  @RequestId = requestid
3461
3465
  end
@@ -3475,7 +3479,7 @@ module TencentCloud
3475
3479
  # @type Privileges: Array
3476
3480
 
3477
3481
  attr_accessor :Database, :FunctionName, :Privileges
3478
-
3482
+
3479
3483
  def initialize(database=nil, functionname=nil, privileges=nil)
3480
3484
  @Database = database
3481
3485
  @FunctionName = functionname
@@ -3513,7 +3517,7 @@ module TencentCloud
3513
3517
  # @type ColName: String
3514
3518
 
3515
3519
  attr_accessor :InstanceId, :UserName, :Host, :DbName, :Privileges, :Type, :Object, :ColName
3516
-
3520
+
3517
3521
  def initialize(instanceid=nil, username=nil, host=nil, dbname=nil, privileges=nil, type=nil, object=nil, colname=nil)
3518
3522
  @InstanceId = instanceid
3519
3523
  @UserName = username
@@ -3543,7 +3547,7 @@ module TencentCloud
3543
3547
  # @type RequestId: String
3544
3548
 
3545
3549
  attr_accessor :RequestId
3546
-
3550
+
3547
3551
  def initialize(requestid=nil)
3548
3552
  @RequestId = requestid
3549
3553
  end
@@ -3561,7 +3565,7 @@ module TencentCloud
3561
3565
  # @type Params: Array
3562
3566
 
3563
3567
  attr_accessor :InstanceIds, :Params
3564
-
3568
+
3565
3569
  def initialize(instanceids=nil, params=nil)
3566
3570
  @InstanceIds = instanceids
3567
3571
  @Params = params
@@ -3590,7 +3594,7 @@ module TencentCloud
3590
3594
  # @type RequestId: String
3591
3595
 
3592
3596
  attr_accessor :FlowId, :InstanceIds, :RequestId
3593
-
3597
+
3594
3598
  def initialize(flowid=nil, instanceids=nil, requestid=nil)
3595
3599
  @FlowId = flowid
3596
3600
  @InstanceIds = instanceids
@@ -3631,7 +3635,7 @@ module TencentCloud
3631
3635
  # @type EndTime: String
3632
3636
 
3633
3637
  attr_accessor :InstanceId, :InstanceName, :InstanceStatus, :ShardId, :FilePath, :FileName, :FileSize, :BackupType, :ManualBackup, :StartTime, :EndTime
3634
-
3638
+
3635
3639
  def initialize(instanceid=nil, instancename=nil, instancestatus=nil, shardid=nil, filepath=nil, filename=nil, filesize=nil, backuptype=nil, manualbackup=nil, starttime=nil, endtime=nil)
3636
3640
  @InstanceId = instanceid
3637
3641
  @InstanceName = instancename
@@ -3669,7 +3673,7 @@ module TencentCloud
3669
3673
  # @type SpecInfos: Array
3670
3674
 
3671
3675
  attr_accessor :Machine, :SpecInfos
3672
-
3676
+
3673
3677
  def initialize(machine=nil, specinfos=nil)
3674
3678
  @Machine = machine
3675
3679
  @SpecInfos = specinfos
@@ -3694,7 +3698,7 @@ module TencentCloud
3694
3698
  # @type InstanceIds: Array
3695
3699
 
3696
3700
  attr_accessor :InstanceIds
3697
-
3701
+
3698
3702
  def initialize(instanceids=nil)
3699
3703
  @InstanceIds = instanceids
3700
3704
  end
@@ -3714,7 +3718,7 @@ module TencentCloud
3714
3718
  # @type RequestId: String
3715
3719
 
3716
3720
  attr_accessor :SuccessInstanceIds, :FailedInstanceIds, :RequestId
3717
-
3721
+
3718
3722
  def initialize(successinstanceids=nil, failedinstanceids=nil, requestid=nil)
3719
3723
  @SuccessInstanceIds = successinstanceids
3720
3724
  @FailedInstanceIds = failedinstanceids
@@ -3734,7 +3738,7 @@ module TencentCloud
3734
3738
  # @type InstanceId: String
3735
3739
 
3736
3740
  attr_accessor :InstanceId
3737
-
3741
+
3738
3742
  def initialize(instanceid=nil)
3739
3743
  @InstanceId = instanceid
3740
3744
  end
@@ -3750,7 +3754,7 @@ module TencentCloud
3750
3754
  # @type RequestId: String
3751
3755
 
3752
3756
  attr_accessor :RequestId
3753
-
3757
+
3754
3758
  def initialize(requestid=nil)
3755
3759
  @RequestId = requestid
3756
3760
  end
@@ -3766,7 +3770,7 @@ module TencentCloud
3766
3770
  # @type InstanceIds: Array
3767
3771
 
3768
3772
  attr_accessor :InstanceIds
3769
-
3773
+
3770
3774
  def initialize(instanceids=nil)
3771
3775
  @InstanceIds = instanceids
3772
3776
  end
@@ -3786,7 +3790,7 @@ module TencentCloud
3786
3790
  # @type RequestId: String
3787
3791
 
3788
3792
  attr_accessor :SuccessInstanceIds, :FailedInstanceIds, :RequestId
3789
-
3793
+
3790
3794
  def initialize(successinstanceids=nil, failedinstanceids=nil, requestid=nil)
3791
3795
  @SuccessInstanceIds = successinstanceids
3792
3796
  @FailedInstanceIds = failedinstanceids
@@ -3808,7 +3812,7 @@ module TencentCloud
3808
3812
  # @type SessionId: Array
3809
3813
 
3810
3814
  attr_accessor :InstanceId, :SessionId
3811
-
3815
+
3812
3816
  def initialize(instanceid=nil, sessionid=nil)
3813
3817
  @InstanceId = instanceid
3814
3818
  @SessionId = sessionid
@@ -3828,7 +3832,7 @@ module TencentCloud
3828
3832
  # @type RequestId: String
3829
3833
 
3830
3834
  attr_accessor :TaskId, :RequestId
3831
-
3835
+
3832
3836
  def initialize(taskid=nil, requestid=nil)
3833
3837
  @TaskId = taskid
3834
3838
  @RequestId = requestid
@@ -3852,7 +3856,7 @@ module TencentCloud
3852
3856
  # @type FileName: String
3853
3857
 
3854
3858
  attr_accessor :Mtime, :Length, :Uri, :FileName
3855
-
3859
+
3856
3860
  def initialize(mtime=nil, length=nil, uri=nil, filename=nil)
3857
3861
  @Mtime = mtime
3858
3862
  @Length = length
@@ -3880,7 +3884,7 @@ module TencentCloud
3880
3884
  # @type Description: String
3881
3885
 
3882
3886
  attr_accessor :InstanceId, :UserName, :Host, :Description
3883
-
3887
+
3884
3888
  def initialize(instanceid=nil, username=nil, host=nil, description=nil)
3885
3889
  @InstanceId = instanceid
3886
3890
  @UserName = username
@@ -3902,7 +3906,7 @@ module TencentCloud
3902
3906
  # @type RequestId: String
3903
3907
 
3904
3908
  attr_accessor :RequestId
3905
-
3909
+
3906
3910
  def initialize(requestid=nil)
3907
3911
  @RequestId = requestid
3908
3912
  end
@@ -3941,7 +3945,7 @@ module TencentCloud
3941
3945
  # @type ProcedurePrivileges: Array
3942
3946
 
3943
3947
  attr_accessor :InstanceId, :Accounts, :GlobalPrivileges, :DatabasePrivileges, :TablePrivileges, :ColumnPrivileges, :ViewPrivileges, :FunctionPrivileges, :ProcedurePrivileges
3944
-
3948
+
3945
3949
  def initialize(instanceid=nil, accounts=nil, globalprivileges=nil, databaseprivileges=nil, tableprivileges=nil, columnprivileges=nil, viewprivileges=nil, functionprivileges=nil, procedureprivileges=nil)
3946
3950
  @InstanceId = instanceid
3947
3951
  @Accounts = accounts
@@ -4024,7 +4028,7 @@ module TencentCloud
4024
4028
  # @type RequestId: String
4025
4029
 
4026
4030
  attr_accessor :FlowId, :RequestId
4027
-
4031
+
4028
4032
  def initialize(flowid=nil, requestid=nil)
4029
4033
  @FlowId = flowid
4030
4034
  @RequestId = requestid
@@ -4046,7 +4050,7 @@ module TencentCloud
4046
4050
  # @type EndBackupTime: String
4047
4051
 
4048
4052
  attr_accessor :InstanceId, :StartBackupTime, :EndBackupTime
4049
-
4053
+
4050
4054
  def initialize(instanceid=nil, startbackuptime=nil, endbackuptime=nil)
4051
4055
  @InstanceId = instanceid
4052
4056
  @StartBackupTime = startbackuptime
@@ -4068,7 +4072,7 @@ module TencentCloud
4068
4072
  # @type RequestId: String
4069
4073
 
4070
4074
  attr_accessor :Status, :RequestId
4071
-
4075
+
4072
4076
  def initialize(status=nil, requestid=nil)
4073
4077
  @Status = status
4074
4078
  @RequestId = requestid
@@ -4088,7 +4092,7 @@ module TencentCloud
4088
4092
  # @type EncryptEnabled: Integer
4089
4093
 
4090
4094
  attr_accessor :InstanceId, :EncryptEnabled
4091
-
4095
+
4092
4096
  def initialize(instanceid=nil, encryptenabled=nil)
4093
4097
  @InstanceId = instanceid
4094
4098
  @EncryptEnabled = encryptenabled
@@ -4106,7 +4110,7 @@ module TencentCloud
4106
4110
  # @type RequestId: String
4107
4111
 
4108
4112
  attr_accessor :RequestId
4109
-
4113
+
4110
4114
  def initialize(requestid=nil)
4111
4115
  @RequestId = requestid
4112
4116
  end
@@ -4124,7 +4128,7 @@ module TencentCloud
4124
4128
  # @type InstanceName: String
4125
4129
 
4126
4130
  attr_accessor :InstanceId, :InstanceName
4127
-
4131
+
4128
4132
  def initialize(instanceid=nil, instancename=nil)
4129
4133
  @InstanceId = instanceid
4130
4134
  @InstanceName = instancename
@@ -4144,7 +4148,7 @@ module TencentCloud
4144
4148
  # @type RequestId: String
4145
4149
 
4146
4150
  attr_accessor :InstanceId, :RequestId
4147
-
4151
+
4148
4152
  def initialize(instanceid=nil, requestid=nil)
4149
4153
  @InstanceId = instanceid
4150
4154
  @RequestId = requestid
@@ -4166,7 +4170,7 @@ module TencentCloud
4166
4170
  # @type SecurityGroupIds: Array
4167
4171
 
4168
4172
  attr_accessor :Product, :InstanceId, :SecurityGroupIds
4169
-
4173
+
4170
4174
  def initialize(product=nil, instanceid=nil, securitygroupids=nil)
4171
4175
  @Product = product
4172
4176
  @InstanceId = instanceid
@@ -4186,7 +4190,7 @@ module TencentCloud
4186
4190
  # @type RequestId: String
4187
4191
 
4188
4192
  attr_accessor :RequestId
4189
-
4193
+
4190
4194
  def initialize(requestid=nil)
4191
4195
  @RequestId = requestid
4192
4196
  end
@@ -4204,7 +4208,7 @@ module TencentCloud
4204
4208
  # @type ProjectId: Integer
4205
4209
 
4206
4210
  attr_accessor :InstanceIds, :ProjectId
4207
-
4211
+
4208
4212
  def initialize(instanceids=nil, projectid=nil)
4209
4213
  @InstanceIds = instanceids
4210
4214
  @ProjectId = projectid
@@ -4222,7 +4226,7 @@ module TencentCloud
4222
4226
  # @type RequestId: String
4223
4227
 
4224
4228
  attr_accessor :RequestId
4225
-
4229
+
4226
4230
  def initialize(requestid=nil)
4227
4231
  @RequestId = requestid
4228
4232
  end
@@ -4240,7 +4244,7 @@ module TencentCloud
4240
4244
  # @type Params: Array
4241
4245
 
4242
4246
  attr_accessor :InstanceId, :Params
4243
-
4247
+
4244
4248
  def initialize(instanceid=nil, params=nil)
4245
4249
  @InstanceId = instanceid
4246
4250
  @Params = params
@@ -4269,7 +4273,7 @@ module TencentCloud
4269
4273
  # @type RequestId: String
4270
4274
 
4271
4275
  attr_accessor :InstanceId, :Result, :RequestId
4272
-
4276
+
4273
4277
  def initialize(instanceid=nil, result=nil, requestid=nil)
4274
4278
  @InstanceId = instanceid
4275
4279
  @Result = result
@@ -4298,7 +4302,7 @@ module TencentCloud
4298
4302
  # @type SyncMode: Integer
4299
4303
 
4300
4304
  attr_accessor :InstanceId, :SyncMode
4301
-
4305
+
4302
4306
  def initialize(instanceid=nil, syncmode=nil)
4303
4307
  @InstanceId = instanceid
4304
4308
  @SyncMode = syncmode
@@ -4318,7 +4322,7 @@ module TencentCloud
4318
4322
  # @type RequestId: String
4319
4323
 
4320
4324
  attr_accessor :FlowId, :RequestId
4321
-
4325
+
4322
4326
  def initialize(flowid=nil, requestid=nil)
4323
4327
  @FlowId = flowid
4324
4328
  @RequestId = requestid
@@ -4346,7 +4350,7 @@ module TencentCloud
4346
4350
  # @type VipReleaseDelay: Integer
4347
4351
 
4348
4352
  attr_accessor :InstanceId, :VpcId, :SubnetId, :Vip, :Vipv6, :VipReleaseDelay
4349
-
4353
+
4350
4354
  def initialize(instanceid=nil, vpcid=nil, subnetid=nil, vip=nil, vipv6=nil, vipreleasedelay=nil)
4351
4355
  @InstanceId = instanceid
4352
4356
  @VpcId = vpcid
@@ -4374,7 +4378,7 @@ module TencentCloud
4374
4378
  # @type RequestId: String
4375
4379
 
4376
4380
  attr_accessor :FlowId, :RequestId
4377
-
4381
+
4378
4382
  def initialize(flowid=nil, requestid=nil)
4379
4383
  @FlowId = flowid
4380
4384
  @RequestId = requestid
@@ -4398,7 +4402,7 @@ module TencentCloud
4398
4402
  # @type VipReleaseDelay: Integer
4399
4403
 
4400
4404
  attr_accessor :InstanceId, :Vip, :Ipv6Flag, :VipReleaseDelay
4401
-
4405
+
4402
4406
  def initialize(instanceid=nil, vip=nil, ipv6flag=nil, vipreleasedelay=nil)
4403
4407
  @InstanceId = instanceid
4404
4408
  @Vip = vip
@@ -4422,7 +4426,7 @@ module TencentCloud
4422
4426
  # @type RequestId: String
4423
4427
 
4424
4428
  attr_accessor :FlowId, :RequestId
4425
-
4429
+
4426
4430
  def initialize(flowid=nil, requestid=nil)
4427
4431
  @FlowId = flowid
4428
4432
  @RequestId = requestid
@@ -4442,7 +4446,7 @@ module TencentCloud
4442
4446
  # @type Vport: Integer
4443
4447
 
4444
4448
  attr_accessor :InstanceId, :Vport
4445
-
4449
+
4446
4450
  def initialize(instanceid=nil, vport=nil)
4447
4451
  @InstanceId = instanceid
4448
4452
  @Vport = vport
@@ -4460,7 +4464,7 @@ module TencentCloud
4460
4464
  # @type RequestId: String
4461
4465
 
4462
4466
  attr_accessor :RequestId
4463
-
4467
+
4464
4468
  def initialize(requestid=nil)
4465
4469
  @RequestId = requestid
4466
4470
  end
@@ -4478,7 +4482,7 @@ module TencentCloud
4478
4482
  # @type Days: Integer
4479
4483
 
4480
4484
  attr_accessor :InstanceId, :Days
4481
-
4485
+
4482
4486
  def initialize(instanceid=nil, days=nil)
4483
4487
  @InstanceId = instanceid
4484
4488
  @Days = days
@@ -4498,7 +4502,7 @@ module TencentCloud
4498
4502
  # @type RequestId: String
4499
4503
 
4500
4504
  attr_accessor :InstanceId, :RequestId
4501
-
4505
+
4502
4506
  def initialize(instanceid=nil, requestid=nil)
4503
4507
  @InstanceId = instanceid
4504
4508
  @RequestId = requestid
@@ -4518,7 +4522,7 @@ module TencentCloud
4518
4522
  # @type RsAccessStrategy: Integer
4519
4523
 
4520
4524
  attr_accessor :InstanceId, :RsAccessStrategy
4521
-
4525
+
4522
4526
  def initialize(instanceid=nil, rsaccessstrategy=nil)
4523
4527
  @InstanceId = instanceid
4524
4528
  @RsAccessStrategy = rsaccessstrategy
@@ -4536,7 +4540,7 @@ module TencentCloud
4536
4540
  # @type RequestId: String
4537
4541
 
4538
4542
  attr_accessor :RequestId
4539
-
4543
+
4540
4544
  def initialize(requestid=nil)
4541
4545
  @RequestId = requestid
4542
4546
  end
@@ -4554,7 +4558,7 @@ module TencentCloud
4554
4558
  # @type TaskName: String
4555
4559
 
4556
4560
  attr_accessor :TaskIds, :TaskName
4557
-
4561
+
4558
4562
  def initialize(taskids=nil, taskname=nil)
4559
4563
  @TaskIds = taskids
4560
4564
  @TaskName = taskname
@@ -4572,7 +4576,7 @@ module TencentCloud
4572
4576
  # @type RequestId: String
4573
4577
 
4574
4578
  attr_accessor :RequestId
4575
-
4579
+
4576
4580
  def initialize(requestid=nil)
4577
4581
  @RequestId = requestid
4578
4582
  end
@@ -4590,7 +4594,7 @@ module TencentCloud
4590
4594
  # @type Role: String
4591
4595
 
4592
4596
  attr_accessor :NodeId, :Role
4593
-
4597
+
4594
4598
  def initialize(nodeid=nil, role=nil)
4595
4599
  @NodeId = nodeid
4596
4600
  @Role = role
@@ -4610,7 +4614,7 @@ module TencentCloud
4610
4614
  # @type Ipv6Flag: Integer
4611
4615
 
4612
4616
  attr_accessor :InstanceId, :Ipv6Flag
4613
-
4617
+
4614
4618
  def initialize(instanceid=nil, ipv6flag=nil)
4615
4619
  @InstanceId = instanceid
4616
4620
  @Ipv6Flag = ipv6flag
@@ -4630,7 +4634,7 @@ module TencentCloud
4630
4634
  # @type RequestId: String
4631
4635
 
4632
4636
  attr_accessor :FlowId, :RequestId
4633
-
4637
+
4634
4638
  def initialize(flowid=nil, requestid=nil)
4635
4639
  @FlowId = flowid
4636
4640
  @RequestId = requestid
@@ -4655,7 +4659,7 @@ module TencentCloud
4655
4659
  # @type String: String
4656
4660
 
4657
4661
  attr_accessor :Type, :Enum, :Range, :String
4658
-
4662
+
4659
4663
  def initialize(type=nil, enum=nil, range=nil, string=nil)
4660
4664
  @Type = type
4661
4665
  @Enum = enum
@@ -4694,7 +4698,7 @@ module TencentCloud
4694
4698
  # @type NeedRestart: Boolean
4695
4699
 
4696
4700
  attr_accessor :Param, :Value, :SetValue, :Default, :Constraint, :HaveSetValue, :NeedRestart
4697
-
4701
+
4698
4702
  def initialize(param=nil, value=nil, setvalue=nil, default=nil, constraint=nil, havesetvalue=nil, needrestart=nil)
4699
4703
  @Param = param
4700
4704
  @Value = value
@@ -4727,7 +4731,7 @@ module TencentCloud
4727
4731
  # @type Code: Integer
4728
4732
 
4729
4733
  attr_accessor :Param, :Code
4730
-
4734
+
4731
4735
  def initialize(param=nil, code=nil)
4732
4736
  @Param = param
4733
4737
  @Code = code
@@ -4749,7 +4753,7 @@ module TencentCloud
4749
4753
  # @type Privileges: Array
4750
4754
 
4751
4755
  attr_accessor :Database, :Procedure, :Privileges
4752
-
4756
+
4753
4757
  def initialize(database=nil, procedure=nil, privileges=nil)
4754
4758
  @Database = database
4755
4759
  @Procedure = procedure
@@ -4777,7 +4781,7 @@ module TencentCloud
4777
4781
  # @type AvailableChoice: Array
4778
4782
 
4779
4783
  attr_accessor :Region, :RegionId, :RegionName, :ZoneList, :AvailableChoice
4780
-
4784
+
4781
4785
  def initialize(region=nil, regionid=nil, regionname=nil, zonelist=nil, availablechoice=nil)
4782
4786
  @Region = region
4783
4787
  @RegionId = regionid
@@ -4821,7 +4825,7 @@ module TencentCloud
4821
4825
  # @type VoucherIds: Array
4822
4826
 
4823
4827
  attr_accessor :InstanceId, :Period, :AutoVoucher, :VoucherIds
4824
-
4828
+
4825
4829
  def initialize(instanceid=nil, period=nil, autovoucher=nil, voucherids=nil)
4826
4830
  @InstanceId = instanceid
4827
4831
  @Period = period
@@ -4846,7 +4850,7 @@ module TencentCloud
4846
4850
  # @type RequestId: String
4847
4851
 
4848
4852
  attr_accessor :DealName, :RequestId
4849
-
4853
+
4850
4854
  def initialize(dealname=nil, requestid=nil)
4851
4855
  @DealName = dealname
4852
4856
  @RequestId = requestid
@@ -4872,7 +4876,7 @@ module TencentCloud
4872
4876
  # @type RecycleTime: String
4873
4877
 
4874
4878
  attr_accessor :VpcId, :SubnetId, :Vip, :Vports, :RecycleTime
4875
-
4879
+
4876
4880
  def initialize(vpcid=nil, subnetid=nil, vip=nil, vports=nil, recycletime=nil)
4877
4881
  @VpcId = vpcid
4878
4882
  @SubnetId = subnetid
@@ -4902,7 +4906,7 @@ module TencentCloud
4902
4906
  # @type Password: String
4903
4907
 
4904
4908
  attr_accessor :InstanceId, :UserName, :Host, :Password
4905
-
4909
+
4906
4910
  def initialize(instanceid=nil, username=nil, host=nil, password=nil)
4907
4911
  @InstanceId = instanceid
4908
4912
  @UserName = username
@@ -4924,7 +4928,7 @@ module TencentCloud
4924
4928
  # @type RequestId: String
4925
4929
 
4926
4930
  attr_accessor :RequestId
4927
-
4931
+
4928
4932
  def initialize(requestid=nil)
4929
4933
  @RequestId = requestid
4930
4934
  end
@@ -4942,7 +4946,7 @@ module TencentCloud
4942
4946
  # @type TagValue: String
4943
4947
 
4944
4948
  attr_accessor :TagKey, :TagValue
4945
-
4949
+
4946
4950
  def initialize(tagkey=nil, tagvalue=nil)
4947
4951
  @TagKey = tagkey
4948
4952
  @TagValue = tagvalue
@@ -4962,7 +4966,7 @@ module TencentCloud
4962
4966
  # @type RestartTime: String
4963
4967
 
4964
4968
  attr_accessor :InstanceIds, :RestartTime
4965
-
4969
+
4966
4970
  def initialize(instanceids=nil, restarttime=nil)
4967
4971
  @InstanceIds = instanceids
4968
4972
  @RestartTime = restarttime
@@ -4982,7 +4986,7 @@ module TencentCloud
4982
4986
  # @type RequestId: String
4983
4987
 
4984
4988
  attr_accessor :FlowId, :RequestId
4985
-
4989
+
4986
4990
  def initialize(flowid=nil, requestid=nil)
4987
4991
  @FlowId = flowid
4988
4992
  @RequestId = requestid
@@ -5012,7 +5016,7 @@ module TencentCloud
5012
5016
  # @type Outbound: Array
5013
5017
 
5014
5018
  attr_accessor :ProjectId, :CreateTime, :SecurityGroupId, :SecurityGroupName, :SecurityGroupRemark, :Inbound, :Outbound
5015
-
5019
+
5016
5020
  def initialize(projectid=nil, createtime=nil, securitygroupid=nil, securitygroupname=nil, securitygroupremark=nil, inbound=nil, outbound=nil)
5017
5021
  @ProjectId = projectid
5018
5022
  @CreateTime = createtime
@@ -5060,7 +5064,7 @@ module TencentCloud
5060
5064
  # @type IpProtocol: String
5061
5065
 
5062
5066
  attr_accessor :Action, :CidrIp, :PortRange, :IpProtocol
5063
-
5067
+
5064
5068
  def initialize(action=nil, cidrip=nil, portrange=nil, ipprotocol=nil)
5065
5069
  @Action = action
5066
5070
  @CidrIp = cidrip
@@ -5119,7 +5123,7 @@ module TencentCloud
5119
5123
  # @type Host: String
5120
5124
 
5121
5125
  attr_accessor :CheckSum, :Db, :FingerPrint, :LockTimeAvg, :LockTimeMax, :LockTimeMin, :LockTimeSum, :QueryCount, :QueryTimeAvg, :QueryTimeMax, :QueryTimeMin, :QueryTimeSum, :RowsExaminedSum, :RowsSentSum, :TsMax, :TsMin, :User, :ExampleSql, :Host
5122
-
5126
+
5123
5127
  def initialize(checksum=nil, db=nil, fingerprint=nil, locktimeavg=nil, locktimemax=nil, locktimemin=nil, locktimesum=nil, querycount=nil, querytimeavg=nil, querytimemax=nil, querytimemin=nil, querytimesum=nil, rowsexaminedsum=nil, rowssentsum=nil, tsmax=nil, tsmin=nil, user=nil, examplesql=nil, host=nil)
5124
5128
  @CheckSum = checksum
5125
5129
  @Db = db
@@ -5187,7 +5191,7 @@ module TencentCloud
5187
5191
  # @type Cpu: Integer
5188
5192
 
5189
5193
  attr_accessor :Machine, :Memory, :MinStorage, :MaxStorage, :SuitInfo, :Qps, :Pid, :NodeCount, :Cpu
5190
-
5194
+
5191
5195
  def initialize(machine=nil, memory=nil, minstorage=nil, maxstorage=nil, suitinfo=nil, qps=nil, pid=nil, nodecount=nil, cpu=nil)
5192
5196
  @Machine = machine
5193
5197
  @Memory = memory
@@ -5221,7 +5225,7 @@ module TencentCloud
5221
5225
  # @type Zone: String
5222
5226
 
5223
5227
  attr_accessor :InstanceId, :Zone
5224
-
5228
+
5225
5229
  def initialize(instanceid=nil, zone=nil)
5226
5230
  @InstanceId = instanceid
5227
5231
  @Zone = zone
@@ -5241,7 +5245,7 @@ module TencentCloud
5241
5245
  # @type RequestId: String
5242
5246
 
5243
5247
  attr_accessor :FlowId, :RequestId
5244
-
5248
+
5245
5249
  def initialize(flowid=nil, requestid=nil)
5246
5250
  @FlowId = flowid
5247
5251
  @RequestId = requestid
@@ -5261,7 +5265,7 @@ module TencentCloud
5261
5265
  # @type Type: String
5262
5266
 
5263
5267
  attr_accessor :Col, :Type
5264
-
5268
+
5265
5269
  def initialize(col=nil, type=nil)
5266
5270
  @Col = col
5267
5271
  @Type = type
@@ -5283,7 +5287,7 @@ module TencentCloud
5283
5287
  # @type Privileges: Array
5284
5288
 
5285
5289
  attr_accessor :Database, :Table, :Privileges
5286
-
5290
+
5287
5291
  def initialize(database=nil, table=nil, privileges=nil)
5288
5292
  @Database = database
5289
5293
  @Table = table
@@ -5303,7 +5307,7 @@ module TencentCloud
5303
5307
  # @type InstanceId: String
5304
5308
 
5305
5309
  attr_accessor :InstanceId
5306
-
5310
+
5307
5311
  def initialize(instanceid=nil)
5308
5312
  @InstanceId = instanceid
5309
5313
  end
@@ -5321,7 +5325,7 @@ module TencentCloud
5321
5325
  # @type RequestId: String
5322
5326
 
5323
5327
  attr_accessor :FlowId, :RequestId
5324
-
5328
+
5325
5329
  def initialize(flowid=nil, requestid=nil)
5326
5330
  @FlowId = flowid
5327
5331
  @RequestId = requestid
@@ -5351,7 +5355,7 @@ module TencentCloud
5351
5355
  # @type Zones: Array
5352
5356
 
5353
5357
  attr_accessor :InstanceId, :Memory, :Storage, :AutoVoucher, :VoucherIds, :Zones
5354
-
5358
+
5355
5359
  def initialize(instanceid=nil, memory=nil, storage=nil, autovoucher=nil, voucherids=nil, zones=nil)
5356
5360
  @InstanceId = instanceid
5357
5361
  @Memory = memory
@@ -5380,7 +5384,7 @@ module TencentCloud
5380
5384
  # @type RequestId: String
5381
5385
 
5382
5386
  attr_accessor :DealName, :RequestId
5383
-
5387
+
5384
5388
  def initialize(dealname=nil, requestid=nil)
5385
5389
  @DealName = dealname
5386
5390
  @RequestId = requestid
@@ -5410,7 +5414,7 @@ module TencentCloud
5410
5414
  # @type SwitchEndTime: String
5411
5415
 
5412
5416
  attr_accessor :InstanceId, :Memory, :Storage, :SwitchAutoRetry, :SwitchStartTime, :SwitchEndTime
5413
-
5417
+
5414
5418
  def initialize(instanceid=nil, memory=nil, storage=nil, switchautoretry=nil, switchstarttime=nil, switchendtime=nil)
5415
5419
  @InstanceId = instanceid
5416
5420
  @Memory = memory
@@ -5438,7 +5442,7 @@ module TencentCloud
5438
5442
  # @type RequestId: String
5439
5443
 
5440
5444
  attr_accessor :FlowId, :RequestId
5441
-
5445
+
5442
5446
  def initialize(flowid=nil, requestid=nil)
5443
5447
  @FlowId = flowid
5444
5448
  @RequestId = requestid
@@ -5460,7 +5464,7 @@ module TencentCloud
5460
5464
  # @type Privileges: Array
5461
5465
 
5462
5466
  attr_accessor :Database, :View, :Privileges
5463
-
5467
+
5464
5468
  def initialize(database=nil, view=nil, privileges=nil)
5465
5469
  @Database = database
5466
5470
  @View = view
@@ -5482,7 +5486,7 @@ module TencentCloud
5482
5486
  # @type SlaveZones: Array
5483
5487
 
5484
5488
  attr_accessor :MasterZone, :SlaveZones
5485
-
5489
+
5486
5490
  def initialize(masterzone=nil, slavezones=nil)
5487
5491
  @MasterZone = masterzone
5488
5492
  @SlaveZones = slavezones
@@ -5516,7 +5520,7 @@ module TencentCloud
5516
5520
  # @type OnSale: Boolean
5517
5521
 
5518
5522
  attr_accessor :Zone, :ZoneId, :ZoneName, :OnSale
5519
-
5523
+
5520
5524
  def initialize(zone=nil, zoneid=nil, zonename=nil, onsale=nil)
5521
5525
  @Zone = zone
5522
5526
  @ZoneId = zoneid