tencentcloud-sdk-dcdb 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180411/models.rb +194 -190
  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 ShardStorage: Integer
88
88
 
89
89
  attr_accessor :ShardCount, :ShardMemory, :ShardStorage
90
-
90
+
91
91
  def initialize(shardcount=nil, shardmemory=nil, shardstorage=nil)
92
92
  @ShardCount = shardcount
93
93
  @ShardMemory = shardmemory
@@ -111,7 +111,7 @@ module TencentCloud
111
111
  # @type InstanceIds: Array
112
112
 
113
113
  attr_accessor :Product, :SecurityGroupId, :InstanceIds
114
-
114
+
115
115
  def initialize(product=nil, securitygroupid=nil, instanceids=nil)
116
116
  @Product = product
117
117
  @SecurityGroupId = securitygroupid
@@ -131,7 +131,7 @@ module TencentCloud
131
131
  # @type RequestId: String
132
132
 
133
133
  attr_accessor :RequestId
134
-
134
+
135
135
  def initialize(requestid=nil)
136
136
  @RequestId = requestid
137
137
  end
@@ -151,7 +151,7 @@ module TencentCloud
151
151
  # @type ShardId: String
152
152
 
153
153
  attr_accessor :NodeId, :Role, :ShardId
154
-
154
+
155
155
  def initialize(nodeid=nil, role=nil, shardid=nil)
156
156
  @NodeId = nodeid
157
157
  @Role = role
@@ -171,7 +171,7 @@ module TencentCloud
171
171
  # @type InstanceId: String
172
172
 
173
173
  attr_accessor :InstanceId
174
-
174
+
175
175
  def initialize(instanceid=nil)
176
176
  @InstanceId = instanceid
177
177
  end
@@ -189,7 +189,7 @@ module TencentCloud
189
189
  # @type RequestId: String
190
190
 
191
191
  attr_accessor :FlowId, :RequestId
192
-
192
+
193
193
  def initialize(flowid=nil, requestid=nil)
194
194
  @FlowId = flowid
195
195
  @RequestId = requestid
@@ -217,7 +217,7 @@ module TencentCloud
217
217
  # @type DstDesc: String
218
218
 
219
219
  attr_accessor :InstanceId, :SrcUser, :SrcHost, :DstUser, :DstHost, :DstDesc
220
-
220
+
221
221
  def initialize(instanceid=nil, srcuser=nil, srchost=nil, dstuser=nil, dsthost=nil, dstdesc=nil)
222
222
  @InstanceId = instanceid
223
223
  @SrcUser = srcuser
@@ -245,7 +245,7 @@ module TencentCloud
245
245
  # @type RequestId: String
246
246
 
247
247
  attr_accessor :FlowId, :RequestId
248
-
248
+
249
249
  def initialize(flowid=nil, requestid=nil)
250
250
  @FlowId = flowid
251
251
  @RequestId = requestid
@@ -265,7 +265,7 @@ module TencentCloud
265
265
  # @type Ipv6Flag: Integer
266
266
 
267
267
  attr_accessor :InstanceId, :Ipv6Flag
268
-
268
+
269
269
  def initialize(instanceid=nil, ipv6flag=nil)
270
270
  @InstanceId = instanceid
271
271
  @Ipv6Flag = ipv6flag
@@ -285,7 +285,7 @@ module TencentCloud
285
285
  # @type RequestId: String
286
286
 
287
287
  attr_accessor :FlowId, :RequestId
288
-
288
+
289
289
  def initialize(flowid=nil, requestid=nil)
290
290
  @FlowId = flowid
291
291
  @RequestId = requestid
@@ -309,7 +309,7 @@ module TencentCloud
309
309
  # @type Privileges: Array
310
310
 
311
311
  attr_accessor :Database, :Table, :Column, :Privileges
312
-
312
+
313
313
  def initialize(database=nil, table=nil, column=nil, privileges=nil)
314
314
  @Database = database
315
315
  @Table = table
@@ -333,7 +333,7 @@ module TencentCloud
333
333
  # @type Value: String
334
334
 
335
335
  attr_accessor :Config, :Value
336
-
336
+
337
337
  def initialize(config=nil, value=nil)
338
338
  @Config = config
339
339
  @Value = value
@@ -353,7 +353,7 @@ module TencentCloud
353
353
  # @type Max: String
354
354
 
355
355
  attr_accessor :Min, :Max
356
-
356
+
357
357
  def initialize(min=nil, max=nil)
358
358
  @Min = min
359
359
  @Max = max
@@ -383,7 +383,7 @@ module TencentCloud
383
383
  # @type DstReadOnly: String
384
384
 
385
385
  attr_accessor :InstanceId, :SrcUserName, :SrcHost, :DstUserName, :DstHost, :SrcReadOnly, :DstReadOnly
386
-
386
+
387
387
  def initialize(instanceid=nil, srcusername=nil, srchost=nil, dstusername=nil, dsthost=nil, srcreadonly=nil, dstreadonly=nil)
388
388
  @InstanceId = instanceid
389
389
  @SrcUserName = srcusername
@@ -411,7 +411,7 @@ module TencentCloud
411
411
  # @type RequestId: String
412
412
 
413
413
  attr_accessor :RequestId
414
-
414
+
415
415
  def initialize(requestid=nil)
416
416
  @RequestId = requestid
417
417
  end
@@ -444,7 +444,7 @@ module TencentCloud
444
444
  # @type MaxUserConnections: Integer
445
445
 
446
446
  attr_accessor :InstanceId, :UserName, :Host, :Password, :ReadOnly, :Description, :DelayThresh, :SlaveConst, :MaxUserConnections
447
-
447
+
448
448
  def initialize(instanceid=nil, username=nil, host=nil, password=nil, readonly=nil, description=nil, delaythresh=nil, slaveconst=nil, maxuserconnections=nil)
449
449
  @InstanceId = instanceid
450
450
  @UserName = username
@@ -484,7 +484,7 @@ module TencentCloud
484
484
  # @type RequestId: String
485
485
 
486
486
  attr_accessor :InstanceId, :UserName, :Host, :ReadOnly, :RequestId
487
-
487
+
488
488
  def initialize(instanceid=nil, username=nil, host=nil, readonly=nil, requestid=nil)
489
489
  @InstanceId = instanceid
490
490
  @UserName = username
@@ -554,7 +554,7 @@ module TencentCloud
554
554
  # @type SecurityGroupIds: Array
555
555
 
556
556
  attr_accessor :Zones, :Period, :ShardMemory, :ShardStorage, :ShardNodeCount, :ShardCount, :Count, :ProjectId, :VpcId, :SubnetId, :DbVersionId, :AutoVoucher, :VoucherIds, :SecurityGroupId, :InstanceName, :Ipv6Flag, :ResourceTags, :InitParams, :DcnRegion, :DcnInstanceId, :AutoRenewFlag, :SecurityGroupIds
557
-
557
+
558
558
  def initialize(zones=nil, period=nil, shardmemory=nil, shardstorage=nil, shardnodecount=nil, shardcount=nil, count=nil, projectid=nil, vpcid=nil, subnetid=nil, dbversionid=nil, autovoucher=nil, voucherids=nil, securitygroupid=nil, instancename=nil, ipv6flag=nil, resourcetags=nil, initparams=nil, dcnregion=nil, dcninstanceid=nil, autorenewflag=nil, securitygroupids=nil)
559
559
  @Zones = zones
560
560
  @Period = period
@@ -632,7 +632,7 @@ module TencentCloud
632
632
  # @type RequestId: String
633
633
 
634
634
  attr_accessor :DealName, :InstanceIds, :RequestId
635
-
635
+
636
636
  def initialize(dealname=nil, instanceids=nil, requestid=nil)
637
637
  @DealName = dealname
638
638
  @InstanceIds = instanceids
@@ -706,7 +706,7 @@ module TencentCloud
706
706
  # @type RollbackTime: String
707
707
 
708
708
  attr_accessor :GoodsNum, :ShardNum, :ShardMemory, :ShardStorage, :ClusterId, :Zone, :ProjectId, :Cpu, :VpcId, :SubnetId, :ShardMachine, :ShardNodeNum, :ShardNodeCpu, :ShardNodeMemory, :ShardNodeStorage, :DbVersionId, :SecurityGroupId, :DcnInstanceId, :DcnRegion, :InstanceName, :ResourceTags, :Ipv6Flag, :Pid, :InitParams, :MasterHostId, :SlaveHostIds, :RollbackInstanceId, :RollbackTime
709
-
709
+
710
710
  def initialize(goodsnum=nil, shardnum=nil, shardmemory=nil, shardstorage=nil, clusterid=nil, zone=nil, projectid=nil, cpu=nil, vpcid=nil, subnetid=nil, shardmachine=nil, shardnodenum=nil, shardnodecpu=nil, shardnodememory=nil, shardnodestorage=nil, dbversionid=nil, securitygroupid=nil, dcninstanceid=nil, dcnregion=nil, instancename=nil, resourcetags=nil, ipv6flag=nil, pid=nil, initparams=nil, masterhostid=nil, slavehostids=nil, rollbackinstanceid=nil, rollbacktime=nil)
711
711
  @GoodsNum = goodsnum
712
712
  @ShardNum = shardnum
@@ -794,7 +794,7 @@ module TencentCloud
794
794
  # @type RequestId: String
795
795
 
796
796
  attr_accessor :InstanceIds, :FlowId, :RequestId
797
-
797
+
798
798
  def initialize(instanceids=nil, flowid=nil, requestid=nil)
799
799
  @InstanceIds = instanceids
800
800
  @FlowId = flowid
@@ -858,7 +858,7 @@ module TencentCloud
858
858
  # @type SecurityGroupIds: Array
859
859
 
860
860
  attr_accessor :ShardMemory, :ShardStorage, :ShardNodeCount, :ShardCount, :Count, :ProjectId, :VpcId, :SubnetId, :ShardCpu, :DbVersionId, :Zones, :SecurityGroupId, :InstanceName, :Ipv6Flag, :ResourceTags, :DcnRegion, :DcnInstanceId, :InitParams, :RollbackInstanceId, :RollbackTime, :SecurityGroupIds
861
-
861
+
862
862
  def initialize(shardmemory=nil, shardstorage=nil, shardnodecount=nil, shardcount=nil, count=nil, projectid=nil, vpcid=nil, subnetid=nil, shardcpu=nil, dbversionid=nil, zones=nil, securitygroupid=nil, instancename=nil, ipv6flag=nil, resourcetags=nil, dcnregion=nil, dcninstanceid=nil, initparams=nil, rollbackinstanceid=nil, rollbacktime=nil, securitygroupids=nil)
863
863
  @ShardMemory = shardmemory
864
864
  @ShardStorage = shardstorage
@@ -935,7 +935,7 @@ module TencentCloud
935
935
  # @type RequestId: String
936
936
 
937
937
  attr_accessor :InstanceIds, :FlowId, :DealName, :RequestId
938
-
938
+
939
939
  def initialize(instanceids=nil, flowid=nil, dealname=nil, requestid=nil)
940
940
  @InstanceIds = instanceids
941
941
  @FlowId = flowid
@@ -959,7 +959,7 @@ module TencentCloud
959
959
  # @type RollbackTime: String
960
960
 
961
961
  attr_accessor :InstanceId, :RollbackTime
962
-
962
+
963
963
  def initialize(instanceid=nil, rollbacktime=nil)
964
964
  @InstanceId = instanceid
965
965
  @RollbackTime = rollbacktime
@@ -979,7 +979,7 @@ module TencentCloud
979
979
  # @type RequestId: String
980
980
 
981
981
  attr_accessor :FlowId, :RequestId
982
-
982
+
983
983
  def initialize(flowid=nil, requestid=nil)
984
984
  @FlowId = flowid
985
985
  @RequestId = requestid
@@ -1014,7 +1014,7 @@ module TencentCloud
1014
1014
  # @type MaxUserConnections: Integer
1015
1015
 
1016
1016
  attr_accessor :UserName, :Host, :Description, :CreateTime, :UpdateTime, :ReadOnly, :DelayThresh, :SlaveConst, :MaxUserConnections
1017
-
1017
+
1018
1018
  def initialize(username=nil, host=nil, description=nil, createtime=nil, updatetime=nil, readonly=nil, delaythresh=nil, slaveconst=nil, maxuserconnections=nil)
1019
1019
  @UserName = username
1020
1020
  @Host = host
@@ -1048,7 +1048,7 @@ module TencentCloud
1048
1048
  # @type Value: String
1049
1049
 
1050
1050
  attr_accessor :Param, :Value
1051
-
1051
+
1052
1052
  def initialize(param=nil, value=nil)
1053
1053
  @Param = param
1054
1054
  @Value = value
@@ -1176,7 +1176,7 @@ module TencentCloud
1176
1176
  # @type DbVersionId: String
1177
1177
 
1178
1178
  attr_accessor :InstanceId, :InstanceName, :AppId, :ProjectId, :Region, :Zone, :VpcId, :SubnetId, :StatusDesc, :Status, :Vip, :Vport, :CreateTime, :AutoRenewFlag, :Memory, :Storage, :ShardCount, :PeriodEndTime, :IsolatedTimestamp, :Uin, :ShardDetail, :NodeCount, :IsTmp, :ExclusterId, :UniqueVpcId, :UniqueSubnetId, :Id, :WanDomain, :WanVip, :WanPort, :Pid, :UpdateTime, :DbEngine, :DbVersion, :Paymode, :Locker, :WanStatus, :IsAuditSupported, :Cpu, :Ipv6Flag, :Vipv6, :WanVipv6, :WanPortIpv6, :WanStatusIpv6, :DcnFlag, :DcnStatus, :DcnDstNum, :InstanceType, :ResourceTags, :DbVersionId
1179
-
1179
+
1180
1180
  def initialize(instanceid=nil, instancename=nil, appid=nil, projectid=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, statusdesc=nil, status=nil, vip=nil, vport=nil, createtime=nil, autorenewflag=nil, memory=nil, storage=nil, shardcount=nil, periodendtime=nil, isolatedtimestamp=nil, uin=nil, sharddetail=nil, nodecount=nil, istmp=nil, exclusterid=nil, uniquevpcid=nil, uniquesubnetid=nil, id=nil, wandomain=nil, wanvip=nil, wanport=nil, pid=nil, updatetime=nil, dbengine=nil, dbversion=nil, paymode=nil, locker=nil, wanstatus=nil, isauditsupported=nil, cpu=nil, ipv6flag=nil, vipv6=nil, wanvipv6=nil, wanportipv6=nil, wanstatusipv6=nil, dcnflag=nil, dcnstatus=nil, dcndstnum=nil, instancetype=nil, resourcetags=nil, dbversionid=nil)
1181
1181
  @InstanceId = instanceid
1182
1182
  @InstanceName = instancename
@@ -1355,7 +1355,7 @@ module TencentCloud
1355
1355
  # @type Range: String
1356
1356
 
1357
1357
  attr_accessor :InstanceId, :ShardSerialId, :ShardInstanceId, :Status, :StatusDesc, :CreateTime, :VpcId, :SubnetId, :ProjectId, :Region, :Zone, :Memory, :Storage, :PeriodEndTime, :NodeCount, :StorageUsage, :MemoryUsage, :ShardId, :Pid, :ProxyVersion, :Paymode, :ShardMasterZone, :ShardSlaveZones, :Cpu, :Range
1358
-
1358
+
1359
1359
  def initialize(instanceid=nil, shardserialid=nil, shardinstanceid=nil, status=nil, statusdesc=nil, createtime=nil, vpcid=nil, subnetid=nil, projectid=nil, region=nil, zone=nil, memory=nil, storage=nil, periodendtime=nil, nodecount=nil, storageusage=nil, memoryusage=nil, shardid=nil, pid=nil, proxyversion=nil, paymode=nil, shardmasterzone=nil, shardslavezones=nil, cpu=nil, range=nil)
1360
1360
  @InstanceId = instanceid
1361
1361
  @ShardSerialId = shardserialid
@@ -1419,7 +1419,7 @@ module TencentCloud
1419
1419
  # @type DbName: String
1420
1420
 
1421
1421
  attr_accessor :DbName
1422
-
1422
+
1423
1423
  def initialize(dbname=nil)
1424
1424
  @DbName = dbname
1425
1425
  end
@@ -1435,7 +1435,7 @@ module TencentCloud
1435
1435
  # @type Func: String
1436
1436
 
1437
1437
  attr_accessor :Func
1438
-
1438
+
1439
1439
  def initialize(func=nil)
1440
1440
  @Func = func
1441
1441
  end
@@ -1453,7 +1453,7 @@ module TencentCloud
1453
1453
  # @type Database: String
1454
1454
 
1455
1455
  attr_accessor :Privileges, :Database
1456
-
1456
+
1457
1457
  def initialize(privileges=nil, database=nil)
1458
1458
  @Privileges = privileges
1459
1459
  @Database = database
@@ -1471,7 +1471,7 @@ module TencentCloud
1471
1471
  # @type Proc: String
1472
1472
 
1473
1473
  attr_accessor :Proc
1474
-
1474
+
1475
1475
  def initialize(proc=nil)
1476
1476
  @Proc = proc
1477
1477
  end
@@ -1487,7 +1487,7 @@ module TencentCloud
1487
1487
  # @type Table: String
1488
1488
 
1489
1489
  attr_accessor :Table
1490
-
1490
+
1491
1491
  def initialize(table=nil)
1492
1492
  @Table = table
1493
1493
  end
@@ -1503,7 +1503,7 @@ module TencentCloud
1503
1503
  # @type View: String
1504
1504
 
1505
1505
  attr_accessor :View
1506
-
1506
+
1507
1507
  def initialize(view=nil)
1508
1508
  @View = view
1509
1509
  end
@@ -1555,7 +1555,7 @@ module TencentCloud
1555
1555
  # @type EncryptStatus: Integer
1556
1556
 
1557
1557
  attr_accessor :InstanceId, :InstanceName, :Region, :Zone, :Vip, :Vipv6, :Vport, :Status, :StatusDesc, :DcnFlag, :DcnStatus, :Cpu, :Memory, :Storage, :PayMode, :CreateTime, :PeriodEndTime, :InstanceType, :EncryptStatus
1558
-
1558
+
1559
1559
  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, encryptstatus=nil)
1560
1560
  @InstanceId = instanceid
1561
1561
  @InstanceName = instancename
@@ -1618,7 +1618,7 @@ module TencentCloud
1618
1618
  # @type PayMode: Integer
1619
1619
 
1620
1620
  attr_accessor :DealName, :OwnerUin, :Count, :FlowId, :InstanceIds, :PayMode
1621
-
1621
+
1622
1622
  def initialize(dealname=nil, owneruin=nil, count=nil, flowid=nil, instanceids=nil, paymode=nil)
1623
1623
  @DealName = dealname
1624
1624
  @OwnerUin = owneruin
@@ -1648,7 +1648,7 @@ module TencentCloud
1648
1648
  # @type Host: String
1649
1649
 
1650
1650
  attr_accessor :InstanceId, :UserName, :Host
1651
-
1651
+
1652
1652
  def initialize(instanceid=nil, username=nil, host=nil)
1653
1653
  @InstanceId = instanceid
1654
1654
  @UserName = username
@@ -1668,7 +1668,7 @@ module TencentCloud
1668
1668
  # @type RequestId: String
1669
1669
 
1670
1670
  attr_accessor :RequestId
1671
-
1671
+
1672
1672
  def initialize(requestid=nil)
1673
1673
  @RequestId = requestid
1674
1674
  end
@@ -1696,7 +1696,7 @@ module TencentCloud
1696
1696
  # @type ColName: String
1697
1697
 
1698
1698
  attr_accessor :InstanceId, :UserName, :Host, :DbName, :Type, :Object, :ColName
1699
-
1699
+
1700
1700
  def initialize(instanceid=nil, username=nil, host=nil, dbname=nil, type=nil, object=nil, colname=nil)
1701
1701
  @InstanceId = instanceid
1702
1702
  @UserName = username
@@ -1732,7 +1732,7 @@ module TencentCloud
1732
1732
  # @type RequestId: String
1733
1733
 
1734
1734
  attr_accessor :InstanceId, :Privileges, :UserName, :Host, :RequestId
1735
-
1735
+
1736
1736
  def initialize(instanceid=nil, privileges=nil, username=nil, host=nil, requestid=nil)
1737
1737
  @InstanceId = instanceid
1738
1738
  @Privileges = privileges
@@ -1756,7 +1756,7 @@ module TencentCloud
1756
1756
  # @type InstanceId: String
1757
1757
 
1758
1758
  attr_accessor :InstanceId
1759
-
1759
+
1760
1760
  def initialize(instanceid=nil)
1761
1761
  @InstanceId = instanceid
1762
1762
  end
@@ -1777,7 +1777,7 @@ module TencentCloud
1777
1777
  # @type RequestId: String
1778
1778
 
1779
1779
  attr_accessor :InstanceId, :Users, :RequestId
1780
-
1780
+
1781
1781
  def initialize(instanceid=nil, users=nil, requestid=nil)
1782
1782
  @InstanceId = instanceid
1783
1783
  @Users = users
@@ -1820,7 +1820,7 @@ module TencentCloud
1820
1820
  # @type OrderType: String
1821
1821
 
1822
1822
  attr_accessor :InstanceId, :ShardId, :BackupType, :StartTime, :EndTime, :Limit, :Offset, :OrderBy, :OrderType
1823
-
1823
+
1824
1824
  def initialize(instanceid=nil, shardid=nil, backuptype=nil, starttime=nil, endtime=nil, limit=nil, offset=nil, orderby=nil, ordertype=nil)
1825
1825
  @InstanceId = instanceid
1826
1826
  @ShardId = shardid
@@ -1856,7 +1856,7 @@ module TencentCloud
1856
1856
  # @type RequestId: String
1857
1857
 
1858
1858
  attr_accessor :Files, :TotalCount, :RequestId
1859
-
1859
+
1860
1860
  def initialize(files=nil, totalcount=nil, requestid=nil)
1861
1861
  @Files = files
1862
1862
  @TotalCount = totalcount
@@ -1883,7 +1883,7 @@ module TencentCloud
1883
1883
  # @type InstanceId: String
1884
1884
 
1885
1885
  attr_accessor :InstanceId
1886
-
1886
+
1887
1887
  def initialize(instanceid=nil)
1888
1888
  @InstanceId = instanceid
1889
1889
  end
@@ -1905,7 +1905,7 @@ module TencentCloud
1905
1905
  # @type RequestId: String
1906
1906
 
1907
1907
  attr_accessor :EncryptStatus, :CipherText, :ExpireDate, :RequestId
1908
-
1908
+
1909
1909
  def initialize(encryptstatus=nil, ciphertext=nil, expiredate=nil, requestid=nil)
1910
1910
  @EncryptStatus = encryptstatus
1911
1911
  @CipherText = ciphertext
@@ -1931,7 +1931,7 @@ module TencentCloud
1931
1931
  # @type Type: Integer
1932
1932
 
1933
1933
  attr_accessor :InstanceId, :ShardId, :Type
1934
-
1934
+
1935
1935
  def initialize(instanceid=nil, shardid=nil, type=nil)
1936
1936
  @InstanceId = instanceid
1937
1937
  @ShardId = shardid
@@ -1965,7 +1965,7 @@ module TencentCloud
1965
1965
  # @type RequestId: String
1966
1966
 
1967
1967
  attr_accessor :InstanceId, :Type, :Total, :Files, :VpcPrefix, :NormalPrefix, :ShardId, :RequestId
1968
-
1968
+
1969
1969
  def initialize(instanceid=nil, type=nil, total=nil, files=nil, vpcprefix=nil, normalprefix=nil, shardid=nil, requestid=nil)
1970
1970
  @InstanceId = instanceid
1971
1971
  @Type = type
@@ -2002,7 +2002,7 @@ module TencentCloud
2002
2002
  # @type InstanceId: String
2003
2003
 
2004
2004
  attr_accessor :InstanceId
2005
-
2005
+
2006
2006
  def initialize(instanceid=nil)
2007
2007
  @InstanceId = instanceid
2008
2008
  end
@@ -2022,7 +2022,7 @@ module TencentCloud
2022
2022
  # @type RequestId: String
2023
2023
 
2024
2024
  attr_accessor :InstanceId, :Params, :RequestId
2025
-
2025
+
2026
2026
  def initialize(instanceid=nil, params=nil, requestid=nil)
2027
2027
  @InstanceId = instanceid
2028
2028
  @Params = params
@@ -2051,7 +2051,7 @@ module TencentCloud
2051
2051
  # @type InstanceId: String
2052
2052
 
2053
2053
  attr_accessor :Product, :InstanceId
2054
-
2054
+
2055
2055
  def initialize(product=nil, instanceid=nil)
2056
2056
  @Product = product
2057
2057
  @InstanceId = instanceid
@@ -2077,7 +2077,7 @@ module TencentCloud
2077
2077
  # @type RequestId: String
2078
2078
 
2079
2079
  attr_accessor :Groups, :VIP, :VPort, :RequestId
2080
-
2080
+
2081
2081
  def initialize(groups=nil, vip=nil, vport=nil, requestid=nil)
2082
2082
  @Groups = groups
2083
2083
  @VIP = vip
@@ -2124,7 +2124,7 @@ module TencentCloud
2124
2124
  # @type Slave: Integer
2125
2125
 
2126
2126
  attr_accessor :InstanceId, :Offset, :Limit, :StartTime, :ShardId, :EndTime, :Db, :OrderBy, :OrderByType, :Slave
2127
-
2127
+
2128
2128
  def initialize(instanceid=nil, offset=nil, limit=nil, starttime=nil, shardid=nil, endtime=nil, db=nil, orderby=nil, orderbytype=nil, slave=nil)
2129
2129
  @InstanceId = instanceid
2130
2130
  @Offset = offset
@@ -2168,7 +2168,7 @@ module TencentCloud
2168
2168
  # @type RequestId: String
2169
2169
 
2170
2170
  attr_accessor :LockTimeSum, :QueryCount, :Total, :QueryTimeSum, :Data, :RequestId
2171
-
2171
+
2172
2172
  def initialize(locktimesum=nil, querycount=nil, total=nil, querytimesum=nil, data=nil, requestid=nil)
2173
2173
  @LockTimeSum = locktimesum
2174
2174
  @QueryCount = querycount
@@ -2201,7 +2201,7 @@ module TencentCloud
2201
2201
  # @type InstanceId: String
2202
2202
 
2203
2203
  attr_accessor :InstanceId
2204
-
2204
+
2205
2205
  def initialize(instanceid=nil)
2206
2206
  @InstanceId = instanceid
2207
2207
  end
@@ -2223,7 +2223,7 @@ module TencentCloud
2223
2223
  # @type RequestId: String
2224
2224
 
2225
2225
  attr_accessor :SyncMode, :IsModifying, :CurrentSyncMode, :RequestId
2226
-
2226
+
2227
2227
  def initialize(syncmode=nil, ismodifying=nil, currentsyncmode=nil, requestid=nil)
2228
2228
  @SyncMode = syncmode
2229
2229
  @IsModifying = ismodifying
@@ -2245,7 +2245,7 @@ module TencentCloud
2245
2245
  # @type InstanceId: String
2246
2246
 
2247
2247
  attr_accessor :InstanceId
2248
-
2248
+
2249
2249
  def initialize(instanceid=nil)
2250
2250
  @InstanceId = instanceid
2251
2251
  end
@@ -2376,12 +2376,14 @@ module TencentCloud
2376
2376
  # @type RsAccessStrategy: Integer
2377
2377
  # @param ReservedNetResources: 尚未回收的网络资源
2378
2378
  # @type ReservedNetResources: Array
2379
+ # @param IsPhysicalReplicationSupported: 是否支持物理复制
2380
+ # @type IsPhysicalReplicationSupported: Boolean
2379
2381
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2380
2382
  # @type RequestId: String
2381
2383
 
2382
- attr_accessor :InstanceId, :InstanceName, :Status, :StatusDesc, :Vip, :Vport, :NodeCount, :Region, :VpcId, :SubnetId, :WanStatus, :WanDomain, :WanVip, :WanPort, :ProjectId, :AutoRenewFlag, :ExclusterId, :PayMode, :CreateTime, :PeriodEndTime, :DbVersion, :IsAuditSupported, :IsEncryptSupported, :Machine, :Memory, :Storage, :StorageUsage, :LogStorage, :Pid, :MasterZone, :SlaveZones, :Shards, :Vip6, :Cpu, :Qps, :DbEngine, :Ipv6Flag, :WanVipv6, :WanStatusIpv6, :WanPortIpv6, :ResourceTags, :DcnFlag, :DcnStatus, :DcnDstNum, :InstanceType, :IsMaxUserConnectionsSupported, :DbVersionId, :EncryptStatus, :ExclusterType, :RsAccessStrategy, :ReservedNetResources, :RequestId
2383
-
2384
- def initialize(instanceid=nil, instancename=nil, status=nil, statusdesc=nil, vip=nil, vport=nil, nodecount=nil, region=nil, vpcid=nil, subnetid=nil, wanstatus=nil, wandomain=nil, wanvip=nil, wanport=nil, projectid=nil, autorenewflag=nil, exclusterid=nil, paymode=nil, createtime=nil, periodendtime=nil, dbversion=nil, isauditsupported=nil, isencryptsupported=nil, machine=nil, memory=nil, storage=nil, storageusage=nil, logstorage=nil, pid=nil, masterzone=nil, slavezones=nil, shards=nil, vip6=nil, cpu=nil, qps=nil, dbengine=nil, ipv6flag=nil, wanvipv6=nil, wanstatusipv6=nil, wanportipv6=nil, resourcetags=nil, dcnflag=nil, dcnstatus=nil, dcndstnum=nil, instancetype=nil, ismaxuserconnectionssupported=nil, dbversionid=nil, encryptstatus=nil, exclustertype=nil, rsaccessstrategy=nil, reservednetresources=nil, requestid=nil)
2384
+ attr_accessor :InstanceId, :InstanceName, :Status, :StatusDesc, :Vip, :Vport, :NodeCount, :Region, :VpcId, :SubnetId, :WanStatus, :WanDomain, :WanVip, :WanPort, :ProjectId, :AutoRenewFlag, :ExclusterId, :PayMode, :CreateTime, :PeriodEndTime, :DbVersion, :IsAuditSupported, :IsEncryptSupported, :Machine, :Memory, :Storage, :StorageUsage, :LogStorage, :Pid, :MasterZone, :SlaveZones, :Shards, :Vip6, :Cpu, :Qps, :DbEngine, :Ipv6Flag, :WanVipv6, :WanStatusIpv6, :WanPortIpv6, :ResourceTags, :DcnFlag, :DcnStatus, :DcnDstNum, :InstanceType, :IsMaxUserConnectionsSupported, :DbVersionId, :EncryptStatus, :ExclusterType, :RsAccessStrategy, :ReservedNetResources, :IsPhysicalReplicationSupported, :RequestId
2385
+
2386
+ def initialize(instanceid=nil, instancename=nil, status=nil, statusdesc=nil, vip=nil, vport=nil, nodecount=nil, region=nil, vpcid=nil, subnetid=nil, wanstatus=nil, wandomain=nil, wanvip=nil, wanport=nil, projectid=nil, autorenewflag=nil, exclusterid=nil, paymode=nil, createtime=nil, periodendtime=nil, dbversion=nil, isauditsupported=nil, isencryptsupported=nil, machine=nil, memory=nil, storage=nil, storageusage=nil, logstorage=nil, pid=nil, masterzone=nil, slavezones=nil, shards=nil, vip6=nil, cpu=nil, qps=nil, dbengine=nil, ipv6flag=nil, wanvipv6=nil, wanstatusipv6=nil, wanportipv6=nil, resourcetags=nil, dcnflag=nil, dcnstatus=nil, dcndstnum=nil, instancetype=nil, ismaxuserconnectionssupported=nil, dbversionid=nil, encryptstatus=nil, exclustertype=nil, rsaccessstrategy=nil, reservednetresources=nil, isphysicalreplicationsupported=nil, requestid=nil)
2385
2387
  @InstanceId = instanceid
2386
2388
  @InstanceName = instancename
2387
2389
  @Status = status
@@ -2433,6 +2435,7 @@ module TencentCloud
2433
2435
  @ExclusterType = exclustertype
2434
2436
  @RsAccessStrategy = rsaccessstrategy
2435
2437
  @ReservedNetResources = reservednetresources
2438
+ @IsPhysicalReplicationSupported = isphysicalreplicationsupported
2436
2439
  @RequestId = requestid
2437
2440
  end
2438
2441
 
@@ -2509,6 +2512,7 @@ module TencentCloud
2509
2512
  @ReservedNetResources << reservednetresource_tmp
2510
2513
  end
2511
2514
  end
2515
+ @IsPhysicalReplicationSupported = params['IsPhysicalReplicationSupported']
2512
2516
  @RequestId = params['RequestId']
2513
2517
  end
2514
2518
  end
@@ -2523,7 +2527,7 @@ module TencentCloud
2523
2527
  # @type Offset: Integer
2524
2528
 
2525
2529
  attr_accessor :InstanceId, :Limit, :Offset
2526
-
2530
+
2527
2531
  def initialize(instanceid=nil, limit=nil, offset=nil)
2528
2532
  @InstanceId = instanceid
2529
2533
  @Limit = limit
@@ -2547,7 +2551,7 @@ module TencentCloud
2547
2551
  # @type RequestId: String
2548
2552
 
2549
2553
  attr_accessor :TotalCount, :NodesInfo, :RequestId
2550
-
2554
+
2551
2555
  def initialize(totalcount=nil, nodesinfo=nil, requestid=nil)
2552
2556
  @TotalCount = totalcount
2553
2557
  @NodesInfo = nodesinfo
@@ -2608,7 +2612,7 @@ module TencentCloud
2608
2612
  # @type ExcludeStatus: Array
2609
2613
 
2610
2614
  attr_accessor :InstanceIds, :SearchName, :SearchKey, :ProjectIds, :IsFilterVpc, :VpcId, :SubnetId, :OrderBy, :OrderByType, :Offset, :Limit, :ExclusterType, :IsFilterExcluster, :ExclusterIds, :TagKeys, :FilterInstanceType, :Status, :ExcludeStatus
2611
-
2615
+
2612
2616
  def initialize(instanceids=nil, searchname=nil, searchkey=nil, projectids=nil, isfiltervpc=nil, vpcid=nil, subnetid=nil, orderby=nil, orderbytype=nil, offset=nil, limit=nil, exclustertype=nil, isfilterexcluster=nil, exclusterids=nil, tagkeys=nil, filterinstancetype=nil, status=nil, excludestatus=nil)
2613
2617
  @InstanceIds = instanceids
2614
2618
  @SearchName = searchname
@@ -2662,7 +2666,7 @@ module TencentCloud
2662
2666
  # @type RequestId: String
2663
2667
 
2664
2668
  attr_accessor :TotalCount, :Instances, :RequestId
2665
-
2669
+
2666
2670
  def initialize(totalcount=nil, instances=nil, requestid=nil)
2667
2671
  @TotalCount = totalcount
2668
2672
  @Instances = instances
@@ -2710,7 +2714,7 @@ module TencentCloud
2710
2714
  # @type AmountUnit: String
2711
2715
 
2712
2716
  attr_accessor :Zone, :Count, :Period, :ShardNodeCount, :ShardMemory, :ShardStorage, :ShardCount, :Paymode, :AmountUnit
2713
-
2717
+
2714
2718
  def initialize(zone=nil, count=nil, period=nil, shardnodecount=nil, shardmemory=nil, shardstorage=nil, shardcount=nil, paymode=nil, amountunit=nil)
2715
2719
  @Zone = zone
2716
2720
  @Count = count
@@ -2750,7 +2754,7 @@ module TencentCloud
2750
2754
  # @type RequestId: String
2751
2755
 
2752
2756
  attr_accessor :OriginalPrice, :Price, :RequestId
2753
-
2757
+
2754
2758
  def initialize(originalprice=nil, price=nil, requestid=nil)
2755
2759
  @OriginalPrice = originalprice
2756
2760
  @Price = price
@@ -2776,7 +2780,7 @@ module TencentCloud
2776
2780
  # @type AmountUnit: String
2777
2781
 
2778
2782
  attr_accessor :InstanceId, :Period, :AmountUnit
2779
-
2783
+
2780
2784
  def initialize(instanceid=nil, period=nil, amountunit=nil)
2781
2785
  @InstanceId = instanceid
2782
2786
  @Period = period
@@ -2804,7 +2808,7 @@ module TencentCloud
2804
2808
  # @type RequestId: String
2805
2809
 
2806
2810
  attr_accessor :OriginalPrice, :Price, :RequestId
2807
-
2811
+
2808
2812
  def initialize(originalprice=nil, price=nil, requestid=nil)
2809
2813
  @OriginalPrice = originalprice
2810
2814
  @Price = price
@@ -2821,7 +2825,7 @@ module TencentCloud
2821
2825
  # DescribeDCDBSaleInfo请求参数结构体
2822
2826
  class DescribeDCDBSaleInfoRequest < TencentCloud::Common::AbstractModel
2823
2827
 
2824
-
2828
+
2825
2829
  def initialize()
2826
2830
  end
2827
2831
 
@@ -2837,7 +2841,7 @@ module TencentCloud
2837
2841
  # @type RequestId: String
2838
2842
 
2839
2843
  attr_accessor :RegionList, :RequestId
2840
-
2844
+
2841
2845
  def initialize(regionlist=nil, requestid=nil)
2842
2846
  @RegionList = regionlist
2843
2847
  @RequestId = requestid
@@ -2872,7 +2876,7 @@ module TencentCloud
2872
2876
  # @type OrderByType: String
2873
2877
 
2874
2878
  attr_accessor :InstanceId, :ShardInstanceIds, :Offset, :Limit, :OrderBy, :OrderByType
2875
-
2879
+
2876
2880
  def initialize(instanceid=nil, shardinstanceids=nil, offset=nil, limit=nil, orderby=nil, orderbytype=nil)
2877
2881
  @InstanceId = instanceid
2878
2882
  @ShardInstanceIds = shardinstanceids
@@ -2905,7 +2909,7 @@ module TencentCloud
2905
2909
  # @type RequestId: String
2906
2910
 
2907
2911
  attr_accessor :TotalCount, :Shards, :DcnFlag, :RequestId
2908
-
2912
+
2909
2913
  def initialize(totalcount=nil, shards=nil, dcnflag=nil, requestid=nil)
2910
2914
  @TotalCount = totalcount
2911
2915
  @Shards = shards
@@ -2949,7 +2953,7 @@ module TencentCloud
2949
2953
  # @type AmountUnit: String
2950
2954
 
2951
2955
  attr_accessor :InstanceId, :UpgradeType, :AddShardConfig, :ExpandShardConfig, :SplitShardConfig, :AmountUnit
2952
-
2956
+
2953
2957
  def initialize(instanceid=nil, upgradetype=nil, addshardconfig=nil, expandshardconfig=nil, splitshardconfig=nil, amountunit=nil)
2954
2958
  @InstanceId = instanceid
2955
2959
  @UpgradeType = upgradetype
@@ -2994,7 +2998,7 @@ module TencentCloud
2994
2998
  # @type RequestId: String
2995
2999
 
2996
3000
  attr_accessor :OriginalPrice, :Price, :Formula, :RequestId
2997
-
3001
+
2998
3002
  def initialize(originalprice=nil, price=nil, formula=nil, requestid=nil)
2999
3003
  @OriginalPrice = originalprice
3000
3004
  @Price = price
@@ -3018,7 +3022,7 @@ module TencentCloud
3018
3022
  # @type DbName: String
3019
3023
 
3020
3024
  attr_accessor :InstanceId, :DbName
3021
-
3025
+
3022
3026
  def initialize(instanceid=nil, dbname=nil)
3023
3027
  @InstanceId = instanceid
3024
3028
  @DbName = dbname
@@ -3048,7 +3052,7 @@ module TencentCloud
3048
3052
  # @type RequestId: String
3049
3053
 
3050
3054
  attr_accessor :InstanceId, :DbName, :Tables, :Views, :Procs, :Funcs, :RequestId
3051
-
3055
+
3052
3056
  def initialize(instanceid=nil, dbname=nil, tables=nil, views=nil, procs=nil, funcs=nil, requestid=nil)
3053
3057
  @InstanceId = instanceid
3054
3058
  @DbName = dbname
@@ -3108,7 +3112,7 @@ module TencentCloud
3108
3112
  # @type Table: String
3109
3113
 
3110
3114
  attr_accessor :InstanceId, :DbName, :Table
3111
-
3115
+
3112
3116
  def initialize(instanceid=nil, dbname=nil, table=nil)
3113
3117
  @InstanceId = instanceid
3114
3118
  @DbName = dbname
@@ -3136,7 +3140,7 @@ module TencentCloud
3136
3140
  # @type RequestId: String
3137
3141
 
3138
3142
  attr_accessor :InstanceId, :DbName, :Table, :Cols, :RequestId
3139
-
3143
+
3140
3144
  def initialize(instanceid=nil, dbname=nil, table=nil, cols=nil, requestid=nil)
3141
3145
  @InstanceId = instanceid
3142
3146
  @DbName = dbname
@@ -3167,7 +3171,7 @@ module TencentCloud
3167
3171
  # @type InstanceId: String
3168
3172
 
3169
3173
  attr_accessor :InstanceId
3170
-
3174
+
3171
3175
  def initialize(instanceid=nil)
3172
3176
  @InstanceId = instanceid
3173
3177
  end
@@ -3187,7 +3191,7 @@ module TencentCloud
3187
3191
  # @type RequestId: String
3188
3192
 
3189
3193
  attr_accessor :Databases, :InstanceId, :RequestId
3190
-
3194
+
3191
3195
  def initialize(databases=nil, instanceid=nil, requestid=nil)
3192
3196
  @Databases = databases
3193
3197
  @InstanceId = instanceid
@@ -3214,7 +3218,7 @@ module TencentCloud
3214
3218
  # @type InstanceId: String
3215
3219
 
3216
3220
  attr_accessor :InstanceId
3217
-
3221
+
3218
3222
  def initialize(instanceid=nil)
3219
3223
  @InstanceId = instanceid
3220
3224
  end
@@ -3232,7 +3236,7 @@ module TencentCloud
3232
3236
  # @type RequestId: String
3233
3237
 
3234
3238
  attr_accessor :DcnDetails, :RequestId
3235
-
3239
+
3236
3240
  def initialize(dcndetails=nil, requestid=nil)
3237
3241
  @DcnDetails = dcndetails
3238
3242
  @RequestId = requestid
@@ -3261,7 +3265,7 @@ module TencentCloud
3261
3265
  # @type FilePath: String
3262
3266
 
3263
3267
  attr_accessor :InstanceId, :ShardId, :FilePath
3264
-
3268
+
3265
3269
  def initialize(instanceid=nil, shardid=nil, filepath=nil)
3266
3270
  @InstanceId = instanceid
3267
3271
  @ShardId = shardid
@@ -3283,7 +3287,7 @@ module TencentCloud
3283
3287
  # @type RequestId: String
3284
3288
 
3285
3289
  attr_accessor :PreSignedUrl, :RequestId
3286
-
3290
+
3287
3291
  def initialize(presignedurl=nil, requestid=nil)
3288
3292
  @PreSignedUrl = presignedurl
3289
3293
  @RequestId = requestid
@@ -3301,7 +3305,7 @@ module TencentCloud
3301
3305
  # @type FlowId: Integer
3302
3306
 
3303
3307
  attr_accessor :FlowId
3304
-
3308
+
3305
3309
  def initialize(flowid=nil)
3306
3310
  @FlowId = flowid
3307
3311
  end
@@ -3319,7 +3323,7 @@ module TencentCloud
3319
3323
  # @type RequestId: String
3320
3324
 
3321
3325
  attr_accessor :Status, :RequestId
3322
-
3326
+
3323
3327
  def initialize(status=nil, requestid=nil)
3324
3328
  @Status = status
3325
3329
  @RequestId = requestid
@@ -3337,7 +3341,7 @@ module TencentCloud
3337
3341
  # @type DealNames: Array
3338
3342
 
3339
3343
  attr_accessor :DealNames
3340
-
3344
+
3341
3345
  def initialize(dealnames=nil)
3342
3346
  @DealNames = dealnames
3343
3347
  end
@@ -3357,7 +3361,7 @@ module TencentCloud
3357
3361
  # @type RequestId: String
3358
3362
 
3359
3363
  attr_accessor :TotalCount, :Deals, :RequestId
3360
-
3364
+
3361
3365
  def initialize(totalcount=nil, deals=nil, requestid=nil)
3362
3366
  @TotalCount = totalcount
3363
3367
  @Deals = deals
@@ -3386,7 +3390,7 @@ module TencentCloud
3386
3390
  # @type ProjectId: Integer
3387
3391
 
3388
3392
  attr_accessor :Product, :ProjectId
3389
-
3393
+
3390
3394
  def initialize(product=nil, projectid=nil)
3391
3395
  @Product = product
3392
3396
  @ProjectId = projectid
@@ -3408,7 +3412,7 @@ module TencentCloud
3408
3412
  # @type RequestId: String
3409
3413
 
3410
3414
  attr_accessor :Groups, :Total, :RequestId
3411
-
3415
+
3412
3416
  def initialize(groups=nil, total=nil, requestid=nil)
3413
3417
  @Groups = groups
3414
3418
  @Total = total
@@ -3432,7 +3436,7 @@ module TencentCloud
3432
3436
  # DescribeProjects请求参数结构体
3433
3437
  class DescribeProjectsRequest < TencentCloud::Common::AbstractModel
3434
3438
 
3435
-
3439
+
3436
3440
  def initialize()
3437
3441
  end
3438
3442
 
@@ -3448,7 +3452,7 @@ module TencentCloud
3448
3452
  # @type RequestId: String
3449
3453
 
3450
3454
  attr_accessor :Projects, :RequestId
3451
-
3455
+
3452
3456
  def initialize(projects=nil, requestid=nil)
3453
3457
  @Projects = projects
3454
3458
  @RequestId = requestid
@@ -3470,7 +3474,7 @@ module TencentCloud
3470
3474
  # DescribeShardSpec请求参数结构体
3471
3475
  class DescribeShardSpecRequest < TencentCloud::Common::AbstractModel
3472
3476
 
3473
-
3477
+
3474
3478
  def initialize()
3475
3479
  end
3476
3480
 
@@ -3486,7 +3490,7 @@ module TencentCloud
3486
3490
  # @type RequestId: String
3487
3491
 
3488
3492
  attr_accessor :SpecConfig, :RequestId
3489
-
3493
+
3490
3494
  def initialize(specconfig=nil, requestid=nil)
3491
3495
  @SpecConfig = specconfig
3492
3496
  @RequestId = requestid
@@ -3515,7 +3519,7 @@ module TencentCloud
3515
3519
  # @type Limit: Integer
3516
3520
 
3517
3521
  attr_accessor :InstanceId, :Offset, :Limit
3518
-
3522
+
3519
3523
  def initialize(instanceid=nil, offset=nil, limit=nil)
3520
3524
  @InstanceId = instanceid
3521
3525
  @Offset = offset
@@ -3547,7 +3551,7 @@ module TencentCloud
3547
3551
  # @type RequestId: String
3548
3552
 
3549
3553
  attr_accessor :TotalCount, :StartOffset, :EndOffset, :Offset, :Count, :SqlItems, :RequestId
3550
-
3554
+
3551
3555
  def initialize(totalcount=nil, startoffset=nil, endoffset=nil, offset=nil, count=nil, sqlitems=nil, requestid=nil)
3552
3556
  @TotalCount = totalcount
3553
3557
  @StartOffset = startoffset
@@ -3596,7 +3600,7 @@ module TencentCloud
3596
3600
  # @type Offset: Integer
3597
3601
 
3598
3602
  attr_accessor :Statuses, :InstanceIds, :FlowTypes, :StartTime, :EndTime, :UTaskIds, :Limit, :Offset
3599
-
3603
+
3600
3604
  def initialize(statuses=nil, instanceids=nil, flowtypes=nil, starttime=nil, endtime=nil, utaskids=nil, limit=nil, offset=nil)
3601
3605
  @Statuses = statuses
3602
3606
  @InstanceIds = instanceids
@@ -3630,7 +3634,7 @@ module TencentCloud
3630
3634
  # @type RequestId: String
3631
3635
 
3632
3636
  attr_accessor :TotalCount, :FlowSet, :RequestId
3633
-
3637
+
3634
3638
  def initialize(totalcount=nil, flowset=nil, requestid=nil)
3635
3639
  @TotalCount = totalcount
3636
3640
  @FlowSet = flowset
@@ -3657,7 +3661,7 @@ module TencentCloud
3657
3661
  # @type InstanceId: String
3658
3662
 
3659
3663
  attr_accessor :InstanceId
3660
-
3664
+
3661
3665
  def initialize(instanceid=nil)
3662
3666
  @InstanceId = instanceid
3663
3667
  end
@@ -3677,7 +3681,7 @@ module TencentCloud
3677
3681
  # @type RequestId: String
3678
3682
 
3679
3683
  attr_accessor :InstanceId, :FlowId, :RequestId
3680
-
3684
+
3681
3685
  def initialize(instanceid=nil, flowid=nil, requestid=nil)
3682
3686
  @InstanceId = instanceid
3683
3687
  @FlowId = flowid
@@ -3697,7 +3701,7 @@ module TencentCloud
3697
3701
  # @type InstanceId: String
3698
3702
 
3699
3703
  attr_accessor :InstanceId
3700
-
3704
+
3701
3705
  def initialize(instanceid=nil)
3702
3706
  @InstanceId = instanceid
3703
3707
  end
@@ -3717,7 +3721,7 @@ module TencentCloud
3717
3721
  # @type RequestId: String
3718
3722
 
3719
3723
  attr_accessor :FlowId, :InstanceId, :RequestId
3720
-
3724
+
3721
3725
  def initialize(flowid=nil, instanceid=nil, requestid=nil)
3722
3726
  @FlowId = flowid
3723
3727
  @InstanceId = instanceid
@@ -3741,7 +3745,7 @@ module TencentCloud
3741
3745
  # @type InstanceIds: Array
3742
3746
 
3743
3747
  attr_accessor :Product, :SecurityGroupId, :InstanceIds
3744
-
3748
+
3745
3749
  def initialize(product=nil, securitygroupid=nil, instanceids=nil)
3746
3750
  @Product = product
3747
3751
  @SecurityGroupId = securitygroupid
@@ -3761,7 +3765,7 @@ module TencentCloud
3761
3765
  # @type RequestId: String
3762
3766
 
3763
3767
  attr_accessor :RequestId
3764
-
3768
+
3765
3769
  def initialize(requestid=nil)
3766
3770
  @RequestId = requestid
3767
3771
  end
@@ -3783,7 +3787,7 @@ module TencentCloud
3783
3787
  # @type ShardNodeCount: Integer
3784
3788
 
3785
3789
  attr_accessor :ShardInstanceIds, :ShardMemory, :ShardStorage, :ShardNodeCount
3786
-
3790
+
3787
3791
  def initialize(shardinstanceids=nil, shardmemory=nil, shardstorage=nil, shardnodecount=nil)
3788
3792
  @ShardInstanceIds = shardinstanceids
3789
3793
  @ShardMemory = shardmemory
@@ -3805,7 +3809,7 @@ module TencentCloud
3805
3809
  # @type InstanceId: String
3806
3810
 
3807
3811
  attr_accessor :InstanceId
3808
-
3812
+
3809
3813
  def initialize(instanceid=nil)
3810
3814
  @InstanceId = instanceid
3811
3815
  end
@@ -3821,7 +3825,7 @@ module TencentCloud
3821
3825
  # @type RequestId: String
3822
3826
 
3823
3827
  attr_accessor :RequestId
3824
-
3828
+
3825
3829
  def initialize(requestid=nil)
3826
3830
  @RequestId = requestid
3827
3831
  end
@@ -3854,7 +3858,7 @@ module TencentCloud
3854
3858
  # @type ColName: String
3855
3859
 
3856
3860
  attr_accessor :InstanceId, :UserName, :Host, :DbName, :Privileges, :Type, :Object, :ColName
3857
-
3861
+
3858
3862
  def initialize(instanceid=nil, username=nil, host=nil, dbname=nil, privileges=nil, type=nil, object=nil, colname=nil)
3859
3863
  @InstanceId = instanceid
3860
3864
  @UserName = username
@@ -3884,7 +3888,7 @@ module TencentCloud
3884
3888
  # @type RequestId: String
3885
3889
 
3886
3890
  attr_accessor :RequestId
3887
-
3891
+
3888
3892
  def initialize(requestid=nil)
3889
3893
  @RequestId = requestid
3890
3894
  end
@@ -3902,7 +3906,7 @@ module TencentCloud
3902
3906
  # @type Params: Array
3903
3907
 
3904
3908
  attr_accessor :InstanceIds, :Params
3905
-
3909
+
3906
3910
  def initialize(instanceids=nil, params=nil)
3907
3911
  @InstanceIds = instanceids
3908
3912
  @Params = params
@@ -3931,7 +3935,7 @@ module TencentCloud
3931
3935
  # @type RequestId: String
3932
3936
 
3933
3937
  attr_accessor :FlowIds, :InstanceIds, :RequestId
3934
-
3938
+
3935
3939
  def initialize(flowids=nil, instanceids=nil, requestid=nil)
3936
3940
  @FlowIds = flowids
3937
3941
  @InstanceIds = instanceids
@@ -3971,7 +3975,7 @@ module TencentCloud
3971
3975
  # @type EndTime: String
3972
3976
 
3973
3977
  attr_accessor :InstanceId, :InstanceName, :InstanceStatus, :ShardId, :FilePath, :FileName, :FileSize, :BackupType, :ManualBackup, :StartTime, :EndTime
3974
-
3978
+
3975
3979
  def initialize(instanceid=nil, instancename=nil, instancestatus=nil, shardid=nil, filepath=nil, filename=nil, filesize=nil, backuptype=nil, manualbackup=nil, starttime=nil, endtime=nil)
3976
3980
  @InstanceId = instanceid
3977
3981
  @InstanceName = instancename
@@ -4007,7 +4011,7 @@ module TencentCloud
4007
4011
  # @type InstanceIds: Array
4008
4012
 
4009
4013
  attr_accessor :InstanceIds
4010
-
4014
+
4011
4015
  def initialize(instanceids=nil)
4012
4016
  @InstanceIds = instanceids
4013
4017
  end
@@ -4027,7 +4031,7 @@ module TencentCloud
4027
4031
  # @type RequestId: String
4028
4032
 
4029
4033
  attr_accessor :SuccessInstanceIds, :FailedInstanceIds, :RequestId
4030
-
4034
+
4031
4035
  def initialize(successinstanceids=nil, failedinstanceids=nil, requestid=nil)
4032
4036
  @SuccessInstanceIds = successinstanceids
4033
4037
  @FailedInstanceIds = failedinstanceids
@@ -4047,7 +4051,7 @@ module TencentCloud
4047
4051
  # @type InstanceId: String
4048
4052
 
4049
4053
  attr_accessor :InstanceId
4050
-
4054
+
4051
4055
  def initialize(instanceid=nil)
4052
4056
  @InstanceId = instanceid
4053
4057
  end
@@ -4063,7 +4067,7 @@ module TencentCloud
4063
4067
  # @type RequestId: String
4064
4068
 
4065
4069
  attr_accessor :RequestId
4066
-
4070
+
4067
4071
  def initialize(requestid=nil)
4068
4072
  @RequestId = requestid
4069
4073
  end
@@ -4079,7 +4083,7 @@ module TencentCloud
4079
4083
  # @type InstanceIds: Array
4080
4084
 
4081
4085
  attr_accessor :InstanceIds
4082
-
4086
+
4083
4087
  def initialize(instanceids=nil)
4084
4088
  @InstanceIds = instanceids
4085
4089
  end
@@ -4099,7 +4103,7 @@ module TencentCloud
4099
4103
  # @type RequestId: String
4100
4104
 
4101
4105
  attr_accessor :SuccessInstanceIds, :FailedInstanceIds, :RequestId
4102
-
4106
+
4103
4107
  def initialize(successinstanceids=nil, failedinstanceids=nil, requestid=nil)
4104
4108
  @SuccessInstanceIds = successinstanceids
4105
4109
  @FailedInstanceIds = failedinstanceids
@@ -4125,7 +4129,7 @@ module TencentCloud
4125
4129
  # @type ShardSerialId: String
4126
4130
 
4127
4131
  attr_accessor :InstanceId, :SessionId, :ShardId, :ShardSerialId
4128
-
4132
+
4129
4133
  def initialize(instanceid=nil, sessionid=nil, shardid=nil, shardserialid=nil)
4130
4134
  @InstanceId = instanceid
4131
4135
  @SessionId = sessionid
@@ -4149,7 +4153,7 @@ module TencentCloud
4149
4153
  # @type RequestId: String
4150
4154
 
4151
4155
  attr_accessor :TaskId, :RequestId
4152
-
4156
+
4153
4157
  def initialize(taskid=nil, requestid=nil)
4154
4158
  @TaskId = taskid
4155
4159
  @RequestId = requestid
@@ -4173,7 +4177,7 @@ module TencentCloud
4173
4177
  # @type FileName: String
4174
4178
 
4175
4179
  attr_accessor :Mtime, :Length, :Uri, :FileName
4176
-
4180
+
4177
4181
  def initialize(mtime=nil, length=nil, uri=nil, filename=nil)
4178
4182
  @Mtime = mtime
4179
4183
  @Length = length
@@ -4201,7 +4205,7 @@ module TencentCloud
4201
4205
  # @type Configs: Array
4202
4206
 
4203
4207
  attr_accessor :InstanceId, :UserName, :Host, :Configs
4204
-
4208
+
4205
4209
  def initialize(instanceid=nil, username=nil, host=nil, configs=nil)
4206
4210
  @InstanceId = instanceid
4207
4211
  @UserName = username
@@ -4230,7 +4234,7 @@ module TencentCloud
4230
4234
  # @type RequestId: String
4231
4235
 
4232
4236
  attr_accessor :RequestId
4233
-
4237
+
4234
4238
  def initialize(requestid=nil)
4235
4239
  @RequestId = requestid
4236
4240
  end
@@ -4252,7 +4256,7 @@ module TencentCloud
4252
4256
  # @type Description: String
4253
4257
 
4254
4258
  attr_accessor :InstanceId, :UserName, :Host, :Description
4255
-
4259
+
4256
4260
  def initialize(instanceid=nil, username=nil, host=nil, description=nil)
4257
4261
  @InstanceId = instanceid
4258
4262
  @UserName = username
@@ -4274,7 +4278,7 @@ module TencentCloud
4274
4278
  # @type RequestId: String
4275
4279
 
4276
4280
  attr_accessor :RequestId
4277
-
4281
+
4278
4282
  def initialize(requestid=nil)
4279
4283
  @RequestId = requestid
4280
4284
  end
@@ -4307,7 +4311,7 @@ module TencentCloud
4307
4311
  # @type ViewPrivileges: Array
4308
4312
 
4309
4313
  attr_accessor :InstanceId, :Accounts, :GlobalPrivileges, :DatabasePrivileges, :TablePrivileges, :ColumnPrivileges, :ViewPrivileges
4310
-
4314
+
4311
4315
  def initialize(instanceid=nil, accounts=nil, globalprivileges=nil, databaseprivileges=nil, tableprivileges=nil, columnprivileges=nil, viewprivileges=nil)
4312
4316
  @InstanceId = instanceid
4313
4317
  @Accounts = accounts
@@ -4372,7 +4376,7 @@ module TencentCloud
4372
4376
  # @type RequestId: String
4373
4377
 
4374
4378
  attr_accessor :FlowId, :RequestId
4375
-
4379
+
4376
4380
  def initialize(flowid=nil, requestid=nil)
4377
4381
  @FlowId = flowid
4378
4382
  @RequestId = requestid
@@ -4392,7 +4396,7 @@ module TencentCloud
4392
4396
  # @type EncryptEnabled: Integer
4393
4397
 
4394
4398
  attr_accessor :InstanceId, :EncryptEnabled
4395
-
4399
+
4396
4400
  def initialize(instanceid=nil, encryptenabled=nil)
4397
4401
  @InstanceId = instanceid
4398
4402
  @EncryptEnabled = encryptenabled
@@ -4410,7 +4414,7 @@ module TencentCloud
4410
4414
  # @type RequestId: String
4411
4415
 
4412
4416
  attr_accessor :RequestId
4413
-
4417
+
4414
4418
  def initialize(requestid=nil)
4415
4419
  @RequestId = requestid
4416
4420
  end
@@ -4428,7 +4432,7 @@ module TencentCloud
4428
4432
  # @type InstanceName: String
4429
4433
 
4430
4434
  attr_accessor :InstanceId, :InstanceName
4431
-
4435
+
4432
4436
  def initialize(instanceid=nil, instancename=nil)
4433
4437
  @InstanceId = instanceid
4434
4438
  @InstanceName = instancename
@@ -4448,7 +4452,7 @@ module TencentCloud
4448
4452
  # @type RequestId: String
4449
4453
 
4450
4454
  attr_accessor :InstanceId, :RequestId
4451
-
4455
+
4452
4456
  def initialize(instanceid=nil, requestid=nil)
4453
4457
  @InstanceId = instanceid
4454
4458
  @RequestId = requestid
@@ -4470,7 +4474,7 @@ module TencentCloud
4470
4474
  # @type SecurityGroupIds: Array
4471
4475
 
4472
4476
  attr_accessor :Product, :InstanceId, :SecurityGroupIds
4473
-
4477
+
4474
4478
  def initialize(product=nil, instanceid=nil, securitygroupids=nil)
4475
4479
  @Product = product
4476
4480
  @InstanceId = instanceid
@@ -4490,7 +4494,7 @@ module TencentCloud
4490
4494
  # @type RequestId: String
4491
4495
 
4492
4496
  attr_accessor :RequestId
4493
-
4497
+
4494
4498
  def initialize(requestid=nil)
4495
4499
  @RequestId = requestid
4496
4500
  end
@@ -4508,7 +4512,7 @@ module TencentCloud
4508
4512
  # @type ProjectId: Integer
4509
4513
 
4510
4514
  attr_accessor :InstanceIds, :ProjectId
4511
-
4515
+
4512
4516
  def initialize(instanceids=nil, projectid=nil)
4513
4517
  @InstanceIds = instanceids
4514
4518
  @ProjectId = projectid
@@ -4526,7 +4530,7 @@ module TencentCloud
4526
4530
  # @type RequestId: String
4527
4531
 
4528
4532
  attr_accessor :RequestId
4529
-
4533
+
4530
4534
  def initialize(requestid=nil)
4531
4535
  @RequestId = requestid
4532
4536
  end
@@ -4544,7 +4548,7 @@ module TencentCloud
4544
4548
  # @type Params: Array
4545
4549
 
4546
4550
  attr_accessor :InstanceId, :Params
4547
-
4551
+
4548
4552
  def initialize(instanceid=nil, params=nil)
4549
4553
  @InstanceId = instanceid
4550
4554
  @Params = params
@@ -4573,7 +4577,7 @@ module TencentCloud
4573
4577
  # @type RequestId: String
4574
4578
 
4575
4579
  attr_accessor :InstanceId, :Result, :RequestId
4576
-
4580
+
4577
4581
  def initialize(instanceid=nil, result=nil, requestid=nil)
4578
4582
  @InstanceId = instanceid
4579
4583
  @Result = result
@@ -4602,7 +4606,7 @@ module TencentCloud
4602
4606
  # @type SyncMode: Integer
4603
4607
 
4604
4608
  attr_accessor :InstanceId, :SyncMode
4605
-
4609
+
4606
4610
  def initialize(instanceid=nil, syncmode=nil)
4607
4611
  @InstanceId = instanceid
4608
4612
  @SyncMode = syncmode
@@ -4622,7 +4626,7 @@ module TencentCloud
4622
4626
  # @type RequestId: String
4623
4627
 
4624
4628
  attr_accessor :FlowId, :RequestId
4625
-
4629
+
4626
4630
  def initialize(flowid=nil, requestid=nil)
4627
4631
  @FlowId = flowid
4628
4632
  @RequestId = requestid
@@ -4650,7 +4654,7 @@ module TencentCloud
4650
4654
  # @type VipReleaseDelay: Integer
4651
4655
 
4652
4656
  attr_accessor :InstanceId, :VpcId, :SubnetId, :Vip, :Vipv6, :VipReleaseDelay
4653
-
4657
+
4654
4658
  def initialize(instanceid=nil, vpcid=nil, subnetid=nil, vip=nil, vipv6=nil, vipreleasedelay=nil)
4655
4659
  @InstanceId = instanceid
4656
4660
  @VpcId = vpcid
@@ -4678,7 +4682,7 @@ module TencentCloud
4678
4682
  # @type RequestId: String
4679
4683
 
4680
4684
  attr_accessor :FlowId, :RequestId
4681
-
4685
+
4682
4686
  def initialize(flowid=nil, requestid=nil)
4683
4687
  @FlowId = flowid
4684
4688
  @RequestId = requestid
@@ -4702,7 +4706,7 @@ module TencentCloud
4702
4706
  # @type VipReleaseDelay: Integer
4703
4707
 
4704
4708
  attr_accessor :InstanceId, :Vip, :Ipv6Flag, :VipReleaseDelay
4705
-
4709
+
4706
4710
  def initialize(instanceid=nil, vip=nil, ipv6flag=nil, vipreleasedelay=nil)
4707
4711
  @InstanceId = instanceid
4708
4712
  @Vip = vip
@@ -4726,7 +4730,7 @@ module TencentCloud
4726
4730
  # @type RequestId: String
4727
4731
 
4728
4732
  attr_accessor :FlowId, :RequestId
4729
-
4733
+
4730
4734
  def initialize(flowid=nil, requestid=nil)
4731
4735
  @FlowId = flowid
4732
4736
  @RequestId = requestid
@@ -4746,7 +4750,7 @@ module TencentCloud
4746
4750
  # @type Vport: Integer
4747
4751
 
4748
4752
  attr_accessor :InstanceId, :Vport
4749
-
4753
+
4750
4754
  def initialize(instanceid=nil, vport=nil)
4751
4755
  @InstanceId = instanceid
4752
4756
  @Vport = vport
@@ -4764,7 +4768,7 @@ module TencentCloud
4764
4768
  # @type RequestId: String
4765
4769
 
4766
4770
  attr_accessor :RequestId
4767
-
4771
+
4768
4772
  def initialize(requestid=nil)
4769
4773
  @RequestId = requestid
4770
4774
  end
@@ -4782,7 +4786,7 @@ module TencentCloud
4782
4786
  # @type RsAccessStrategy: Integer
4783
4787
 
4784
4788
  attr_accessor :InstanceId, :RsAccessStrategy
4785
-
4789
+
4786
4790
  def initialize(instanceid=nil, rsaccessstrategy=nil)
4787
4791
  @InstanceId = instanceid
4788
4792
  @RsAccessStrategy = rsaccessstrategy
@@ -4800,7 +4804,7 @@ module TencentCloud
4800
4804
  # @type RequestId: String
4801
4805
 
4802
4806
  attr_accessor :RequestId
4803
-
4807
+
4804
4808
  def initialize(requestid=nil)
4805
4809
  @RequestId = requestid
4806
4810
  end
@@ -4818,7 +4822,7 @@ module TencentCloud
4818
4822
  # @type Role: String
4819
4823
 
4820
4824
  attr_accessor :NodeId, :Role
4821
-
4825
+
4822
4826
  def initialize(nodeid=nil, role=nil)
4823
4827
  @NodeId = nodeid
4824
4828
  @Role = role
@@ -4838,7 +4842,7 @@ module TencentCloud
4838
4842
  # @type Ipv6Flag: Integer
4839
4843
 
4840
4844
  attr_accessor :InstanceId, :Ipv6Flag
4841
-
4845
+
4842
4846
  def initialize(instanceid=nil, ipv6flag=nil)
4843
4847
  @InstanceId = instanceid
4844
4848
  @Ipv6Flag = ipv6flag
@@ -4858,7 +4862,7 @@ module TencentCloud
4858
4862
  # @type RequestId: String
4859
4863
 
4860
4864
  attr_accessor :FlowId, :RequestId
4861
-
4865
+
4862
4866
  def initialize(flowid=nil, requestid=nil)
4863
4867
  @FlowId = flowid
4864
4868
  @RequestId = requestid
@@ -4883,7 +4887,7 @@ module TencentCloud
4883
4887
  # @type String: String
4884
4888
 
4885
4889
  attr_accessor :Type, :Enum, :Range, :String
4886
-
4890
+
4887
4891
  def initialize(type=nil, enum=nil, range=nil, string=nil)
4888
4892
  @Type = type
4889
4893
  @Enum = enum
@@ -4922,7 +4926,7 @@ module TencentCloud
4922
4926
  # @type NeedRestart: Boolean
4923
4927
 
4924
4928
  attr_accessor :Param, :Value, :SetValue, :Default, :Constraint, :HaveSetValue, :NeedRestart
4925
-
4929
+
4926
4930
  def initialize(param=nil, value=nil, setvalue=nil, default=nil, constraint=nil, havesetvalue=nil, needrestart=nil)
4927
4931
  @Param = param
4928
4932
  @Value = value
@@ -4955,7 +4959,7 @@ module TencentCloud
4955
4959
  # @type Code: Integer
4956
4960
 
4957
4961
  attr_accessor :Param, :Code
4958
-
4962
+
4959
4963
  def initialize(param=nil, code=nil)
4960
4964
  @Param = param
4961
4965
  @Code = code
@@ -4993,7 +4997,7 @@ module TencentCloud
4993
4997
  # @type Info: String
4994
4998
 
4995
4999
  attr_accessor :ProjectId, :OwnerUin, :AppId, :Name, :CreatorUin, :SrcPlat, :SrcAppId, :Status, :CreateTime, :IsDefault, :Info
4996
-
5000
+
4997
5001
  def initialize(projectid=nil, owneruin=nil, appid=nil, name=nil, creatoruin=nil, srcplat=nil, srcappid=nil, status=nil, createtime=nil, isdefault=nil, info=nil)
4998
5002
  @ProjectId = projectid
4999
5003
  @OwnerUin = owneruin
@@ -5037,7 +5041,7 @@ module TencentCloud
5037
5041
  # @type AvailableChoice: Array
5038
5042
 
5039
5043
  attr_accessor :Region, :RegionId, :RegionName, :ZoneList, :AvailableChoice
5040
-
5044
+
5041
5045
  def initialize(region=nil, regionid=nil, regionname=nil, zonelist=nil, availablechoice=nil)
5042
5046
  @Region = region
5043
5047
  @RegionId = regionid
@@ -5081,7 +5085,7 @@ module TencentCloud
5081
5085
  # @type VoucherIds: Array
5082
5086
 
5083
5087
  attr_accessor :InstanceId, :Period, :AutoVoucher, :VoucherIds
5084
-
5088
+
5085
5089
  def initialize(instanceid=nil, period=nil, autovoucher=nil, voucherids=nil)
5086
5090
  @InstanceId = instanceid
5087
5091
  @Period = period
@@ -5106,7 +5110,7 @@ module TencentCloud
5106
5110
  # @type RequestId: String
5107
5111
 
5108
5112
  attr_accessor :DealName, :RequestId
5109
-
5113
+
5110
5114
  def initialize(dealname=nil, requestid=nil)
5111
5115
  @DealName = dealname
5112
5116
  @RequestId = requestid
@@ -5132,7 +5136,7 @@ module TencentCloud
5132
5136
  # @type RecycleTime: String
5133
5137
 
5134
5138
  attr_accessor :VpcId, :SubnetId, :Vip, :Vports, :RecycleTime
5135
-
5139
+
5136
5140
  def initialize(vpcid=nil, subnetid=nil, vip=nil, vports=nil, recycletime=nil)
5137
5141
  @VpcId = vpcid
5138
5142
  @SubnetId = subnetid
@@ -5162,7 +5166,7 @@ module TencentCloud
5162
5166
  # @type Password: String
5163
5167
 
5164
5168
  attr_accessor :InstanceId, :UserName, :Host, :Password
5165
-
5169
+
5166
5170
  def initialize(instanceid=nil, username=nil, host=nil, password=nil)
5167
5171
  @InstanceId = instanceid
5168
5172
  @UserName = username
@@ -5184,7 +5188,7 @@ module TencentCloud
5184
5188
  # @type RequestId: String
5185
5189
 
5186
5190
  attr_accessor :RequestId
5187
-
5191
+
5188
5192
  def initialize(requestid=nil)
5189
5193
  @RequestId = requestid
5190
5194
  end
@@ -5202,7 +5206,7 @@ module TencentCloud
5202
5206
  # @type TagValue: String
5203
5207
 
5204
5208
  attr_accessor :TagKey, :TagValue
5205
-
5209
+
5206
5210
  def initialize(tagkey=nil, tagvalue=nil)
5207
5211
  @TagKey = tagkey
5208
5212
  @TagValue = tagvalue
@@ -5232,7 +5236,7 @@ module TencentCloud
5232
5236
  # @type Outbound: Array
5233
5237
 
5234
5238
  attr_accessor :ProjectId, :CreateTime, :SecurityGroupId, :SecurityGroupName, :SecurityGroupRemark, :Inbound, :Outbound
5235
-
5239
+
5236
5240
  def initialize(projectid=nil, createtime=nil, securitygroupid=nil, securitygroupname=nil, securitygroupremark=nil, inbound=nil, outbound=nil)
5237
5241
  @ProjectId = projectid
5238
5242
  @CreateTime = createtime
@@ -5280,7 +5284,7 @@ module TencentCloud
5280
5284
  # @type IpProtocol: String
5281
5285
 
5282
5286
  attr_accessor :CidrIp, :Action, :PortRange, :IpProtocol
5283
-
5287
+
5284
5288
  def initialize(cidrip=nil, action=nil, portrange=nil, ipprotocol=nil)
5285
5289
  @CidrIp = cidrip
5286
5290
  @Action = action
@@ -5331,7 +5335,7 @@ module TencentCloud
5331
5335
  # @type NodesInfo: Array
5332
5336
 
5333
5337
  attr_accessor :ShardSerialId, :ShardInstanceId, :Status, :StatusDesc, :CreateTime, :Memory, :Storage, :LogDisk, :NodeCount, :StorageUsage, :ProxyVersion, :ShardMasterZone, :ShardSlaveZones, :Cpu, :NodesInfo
5334
-
5338
+
5335
5339
  def initialize(shardserialid=nil, shardinstanceid=nil, status=nil, statusdesc=nil, createtime=nil, memory=nil, storage=nil, logdisk=nil, nodecount=nil, storageusage=nil, proxyversion=nil, shardmasterzone=nil, shardslavezones=nil, cpu=nil, nodesinfo=nil)
5336
5340
  @ShardSerialId = shardserialid
5337
5341
  @ShardInstanceId = shardinstanceid
@@ -5400,7 +5404,7 @@ module TencentCloud
5400
5404
  # @type Cpu: Integer
5401
5405
 
5402
5406
  attr_accessor :ShardInstanceId, :ShardSerialId, :Status, :Createtime, :Memory, :Storage, :ShardId, :NodeCount, :Pid, :Cpu
5403
-
5407
+
5404
5408
  def initialize(shardinstanceid=nil, shardserialid=nil, status=nil, createtime=nil, memory=nil, storage=nil, shardid=nil, nodecount=nil, pid=nil, cpu=nil)
5405
5409
  @ShardInstanceId = shardinstanceid
5406
5410
  @ShardSerialId = shardserialid
@@ -5436,7 +5440,7 @@ module TencentCloud
5436
5440
  # @type SlaveZones: Array
5437
5441
 
5438
5442
  attr_accessor :MasterZone, :SlaveZones
5439
-
5443
+
5440
5444
  def initialize(masterzone=nil, slavezones=nil)
5441
5445
  @MasterZone = masterzone
5442
5446
  @SlaveZones = slavezones
@@ -5502,7 +5506,7 @@ module TencentCloud
5502
5506
  # @type Host: String
5503
5507
 
5504
5508
  attr_accessor :CheckSum, :Db, :FingerPrint, :LockTimeAvg, :LockTimeMax, :LockTimeMin, :LockTimeSum, :QueryCount, :QueryTimeAvg, :QueryTimeMax, :QueryTimeMin, :QueryTimeSum, :RowsExaminedSum, :RowsSentSum, :TsMax, :TsMin, :User, :ExampleSql, :Host
5505
-
5509
+
5506
5510
  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)
5507
5511
  @CheckSum = checksum
5508
5512
  @Db = db
@@ -5556,7 +5560,7 @@ module TencentCloud
5556
5560
  # @type SpecConfigInfos: Array
5557
5561
 
5558
5562
  attr_accessor :Machine, :SpecConfigInfos
5559
-
5563
+
5560
5564
  def initialize(machine=nil, specconfiginfos=nil)
5561
5565
  @Machine = machine
5562
5566
  @SpecConfigInfos = specconfiginfos
@@ -5595,7 +5599,7 @@ module TencentCloud
5595
5599
  # @type Cpu: Integer
5596
5600
 
5597
5601
  attr_accessor :NodeCount, :Memory, :MinStorage, :MaxStorage, :SuitInfo, :Pid, :Qps, :Cpu
5598
-
5602
+
5599
5603
  def initialize(nodecount=nil, memory=nil, minstorage=nil, maxstorage=nil, suitinfo=nil, pid=nil, qps=nil, cpu=nil)
5600
5604
  @NodeCount = nodecount
5601
5605
  @Memory = memory
@@ -5631,7 +5635,7 @@ module TencentCloud
5631
5635
  # @type ShardStorage: Integer
5632
5636
 
5633
5637
  attr_accessor :ShardInstanceIds, :SplitRate, :ShardMemory, :ShardStorage
5634
-
5638
+
5635
5639
  def initialize(shardinstanceids=nil, splitrate=nil, shardmemory=nil, shardstorage=nil)
5636
5640
  @ShardInstanceIds = shardinstanceids
5637
5641
  @SplitRate = splitrate
@@ -5671,7 +5675,7 @@ module TencentCloud
5671
5675
  # @type ResultCode: Integer
5672
5676
 
5673
5677
  attr_accessor :Offset, :User, :Client, :DbName, :Sql, :SelectRowNum, :AffectRowNum, :Timestamp, :TimeCostMs, :ResultCode
5674
-
5678
+
5675
5679
  def initialize(offset=nil, user=nil, client=nil, dbname=nil, sql=nil, selectrownum=nil, affectrownum=nil, timestamp=nil, timecostms=nil, resultcode=nil)
5676
5680
  @Offset = offset
5677
5681
  @User = user
@@ -5707,7 +5711,7 @@ module TencentCloud
5707
5711
  # @type Zone: String
5708
5712
 
5709
5713
  attr_accessor :InstanceId, :Zone
5710
-
5714
+
5711
5715
  def initialize(instanceid=nil, zone=nil)
5712
5716
  @InstanceId = instanceid
5713
5717
  @Zone = zone
@@ -5727,7 +5731,7 @@ module TencentCloud
5727
5731
  # @type RequestId: String
5728
5732
 
5729
5733
  attr_accessor :FlowId, :RequestId
5730
-
5734
+
5731
5735
  def initialize(flowid=nil, requestid=nil)
5732
5736
  @FlowId = flowid
5733
5737
  @RequestId = requestid
@@ -5747,7 +5751,7 @@ module TencentCloud
5747
5751
  # @type Type: String
5748
5752
 
5749
5753
  attr_accessor :Col, :Type
5750
-
5754
+
5751
5755
  def initialize(col=nil, type=nil)
5752
5756
  @Col = col
5753
5757
  @Type = type
@@ -5769,7 +5773,7 @@ module TencentCloud
5769
5773
  # @type Privileges: Array
5770
5774
 
5771
5775
  attr_accessor :Database, :Table, :Privileges
5772
-
5776
+
5773
5777
  def initialize(database=nil, table=nil, privileges=nil)
5774
5778
  @Database = database
5775
5779
  @Table = table
@@ -5789,7 +5793,7 @@ module TencentCloud
5789
5793
  # @type InstanceId: String
5790
5794
 
5791
5795
  attr_accessor :InstanceId
5792
-
5796
+
5793
5797
  def initialize(instanceid=nil)
5794
5798
  @InstanceId = instanceid
5795
5799
  end
@@ -5807,7 +5811,7 @@ module TencentCloud
5807
5811
  # @type RequestId: String
5808
5812
 
5809
5813
  attr_accessor :FlowId, :RequestId
5810
-
5814
+
5811
5815
  def initialize(flowid=nil, requestid=nil)
5812
5816
  @FlowId = flowid
5813
5817
  @RequestId = requestid
@@ -5842,7 +5846,7 @@ module TencentCloud
5842
5846
  # @type Zones: Array
5843
5847
 
5844
5848
  attr_accessor :InstanceId, :UpgradeType, :AddShardConfig, :ExpandShardConfig, :SplitShardConfig, :AutoVoucher, :VoucherIds, :Zones
5845
-
5849
+
5846
5850
  def initialize(instanceid=nil, upgradetype=nil, addshardconfig=nil, expandshardconfig=nil, splitshardconfig=nil, autovoucher=nil, voucherids=nil, zones=nil)
5847
5851
  @InstanceId = instanceid
5848
5852
  @UpgradeType = upgradetype
@@ -5884,7 +5888,7 @@ module TencentCloud
5884
5888
  # @type RequestId: String
5885
5889
 
5886
5890
  attr_accessor :DealName, :RequestId
5887
-
5891
+
5888
5892
  def initialize(dealname=nil, requestid=nil)
5889
5893
  @DealName = dealname
5890
5894
  @RequestId = requestid
@@ -5916,7 +5920,7 @@ module TencentCloud
5916
5920
  # @type SwitchEndTime: String
5917
5921
 
5918
5922
  attr_accessor :UpgradeType, :InstanceId, :AddShardConfig, :ExpandShardConfig, :SplitShardConfig, :SwitchAutoRetry, :SwitchStartTime, :SwitchEndTime
5919
-
5923
+
5920
5924
  def initialize(upgradetype=nil, instanceid=nil, addshardconfig=nil, expandshardconfig=nil, splitshardconfig=nil, switchautoretry=nil, switchstarttime=nil, switchendtime=nil)
5921
5925
  @UpgradeType = upgradetype
5922
5926
  @InstanceId = instanceid
@@ -5957,7 +5961,7 @@ module TencentCloud
5957
5961
  # @type RequestId: String
5958
5962
 
5959
5963
  attr_accessor :FlowId, :RequestId
5960
-
5964
+
5961
5965
  def initialize(flowid=nil, requestid=nil)
5962
5966
  @FlowId = flowid
5963
5967
  @RequestId = requestid
@@ -5994,7 +5998,7 @@ module TencentCloud
5994
5998
  # @type Zones: Array
5995
5999
 
5996
6000
  attr_accessor :InstanceId, :UpgradeType, :AddShardConfig, :ExpandShardConfig, :SplitShardConfig, :SwitchStartTime, :SwitchEndTime, :SwitchAutoRetry, :Zones
5997
-
6001
+
5998
6002
  def initialize(instanceid=nil, upgradetype=nil, addshardconfig=nil, expandshardconfig=nil, splitshardconfig=nil, switchstarttime=nil, switchendtime=nil, switchautoretry=nil, zones=nil)
5999
6003
  @InstanceId = instanceid
6000
6004
  @UpgradeType = upgradetype
@@ -6035,7 +6039,7 @@ module TencentCloud
6035
6039
  # @type RequestId: String
6036
6040
 
6037
6041
  attr_accessor :RequestId
6038
-
6042
+
6039
6043
  def initialize(requestid=nil)
6040
6044
  @RequestId = requestid
6041
6045
  end
@@ -6071,7 +6075,7 @@ module TencentCloud
6071
6075
  # @type RegionId: Integer
6072
6076
 
6073
6077
  attr_accessor :Id, :AppId, :Status, :UserTaskType, :CreateTime, :EndTime, :ErrMsg, :InputData, :InstanceId, :InstanceName, :RegionId
6074
-
6078
+
6075
6079
  def initialize(id=nil, appid=nil, status=nil, usertasktype=nil, createtime=nil, endtime=nil, errmsg=nil, inputdata=nil, instanceid=nil, instancename=nil, regionid=nil)
6076
6080
  @Id = id
6077
6081
  @AppId = appid
@@ -6111,7 +6115,7 @@ module TencentCloud
6111
6115
  # @type Privileges: Array
6112
6116
 
6113
6117
  attr_accessor :Database, :View, :Privileges
6114
-
6118
+
6115
6119
  def initialize(database=nil, view=nil, privileges=nil)
6116
6120
  @Database = database
6117
6121
  @View = view
@@ -6137,7 +6141,7 @@ module TencentCloud
6137
6141
  # @type OnSale: Boolean
6138
6142
 
6139
6143
  attr_accessor :Zone, :ZoneId, :ZoneName, :OnSale
6140
-
6144
+
6141
6145
  def initialize(zone=nil, zoneid=nil, zonename=nil, onsale=nil)
6142
6146
  @Zone = zone
6143
6147
  @ZoneId = zoneid