tencentcloud-sdk-postgres 3.0.590 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,7 +33,7 @@ module TencentCloud
33
33
  # @type UpdateTime: String
34
34
 
35
35
  attr_accessor :DBInstanceId, :UserName, :Remark, :Status, :CreateTime, :UpdateTime
36
-
36
+
37
37
  def initialize(dbinstanceid=nil, username=nil, remark=nil, status=nil, createtime=nil, updatetime=nil)
38
38
  @DBInstanceId = dbinstanceid
39
39
  @UserName = username
@@ -61,7 +61,7 @@ module TencentCloud
61
61
  # @type ReadOnlyGroupId: String
62
62
 
63
63
  attr_accessor :DBInstanceId, :ReadOnlyGroupId
64
-
64
+
65
65
  def initialize(dbinstanceid=nil, readonlygroupid=nil)
66
66
  @DBInstanceId = dbinstanceid
67
67
  @ReadOnlyGroupId = readonlygroupid
@@ -81,7 +81,7 @@ module TencentCloud
81
81
  # @type RequestId: String
82
82
 
83
83
  attr_accessor :FlowId, :RequestId
84
-
84
+
85
85
  def initialize(flowid=nil, requestid=nil)
86
86
  @FlowId = flowid
87
87
  @RequestId = requestid
@@ -123,7 +123,7 @@ module TencentCloud
123
123
  # @type LastTime: String
124
124
 
125
125
  attr_accessor :DatabaseName, :UserName, :NormalQuery, :ClientAddr, :CallNum, :CallPercent, :CostTime, :CostPercent, :MinCostTime, :MaxCostTime, :AvgCostTime, :FirstTime, :LastTime
126
-
126
+
127
127
  def initialize(databasename=nil, username=nil, normalquery=nil, clientaddr=nil, callnum=nil, callpercent=nil, costtime=nil, costpercent=nil, mincosttime=nil, maxcosttime=nil, avgcosttime=nil, firsttime=nil, lasttime=nil)
128
128
  @DatabaseName = databasename
129
129
  @UserName = username
@@ -171,7 +171,7 @@ module TencentCloud
171
171
  # @type IpSet: Array
172
172
 
173
173
  attr_accessor :RestrictionType, :VpcRestrictionEffect, :VpcIdSet, :IpRestrictionEffect, :IpSet
174
-
174
+
175
175
  def initialize(restrictiontype=nil, vpcrestrictioneffect=nil, vpcidset=nil, iprestrictioneffect=nil, ipset=nil)
176
176
  @RestrictionType = restrictiontype
177
177
  @VpcRestrictionEffect = vpcrestrictioneffect
@@ -201,7 +201,7 @@ module TencentCloud
201
201
  # @type MaxBackupStartTime: String
202
202
 
203
203
  attr_accessor :BackupPeriod, :BaseBackupRetentionPeriod, :MinBackupStartTime, :MaxBackupStartTime
204
-
204
+
205
205
  def initialize(backupperiod=nil, basebackupretentionperiod=nil, minbackupstarttime=nil, maxbackupstarttime=nil)
206
206
  @BackupPeriod = backupperiod
207
207
  @BaseBackupRetentionPeriod = basebackupretentionperiod
@@ -239,7 +239,7 @@ module TencentCloud
239
239
  # @type TotalBackupSize: Integer
240
240
 
241
241
  attr_accessor :DBInstanceId, :LogBackupCount, :LogBackupSize, :ManualBaseBackupCount, :ManualBaseBackupSize, :AutoBaseBackupCount, :AutoBaseBackupSize, :TotalBackupCount, :TotalBackupSize
242
-
242
+
243
243
  def initialize(dbinstanceid=nil, logbackupcount=nil, logbackupsize=nil, manualbasebackupcount=nil, manualbasebackupsize=nil, autobasebackupcount=nil, autobasebackupsize=nil, totalbackupcount=nil, totalbackupsize=nil)
244
244
  @DBInstanceId = dbinstanceid
245
245
  @LogBackupCount = logbackupcount
@@ -289,7 +289,7 @@ module TencentCloud
289
289
  # @type ExpireTime: String
290
290
 
291
291
  attr_accessor :DBInstanceId, :Id, :Name, :BackupMethod, :BackupMode, :State, :Size, :StartTime, :FinishTime, :ExpireTime
292
-
292
+
293
293
  def initialize(dbinstanceid=nil, id=nil, name=nil, backupmethod=nil, backupmode=nil, state=nil, size=nil, starttime=nil, finishtime=nil, expiretime=nil)
294
294
  @DBInstanceId = dbinstanceid
295
295
  @Id = id
@@ -333,7 +333,7 @@ module TencentCloud
333
333
  # @type QPS: Integer
334
334
 
335
335
  attr_accessor :SpecCode, :CPU, :Memory, :MaxStorage, :MinStorage, :QPS
336
-
336
+
337
337
  def initialize(speccode=nil, cpu=nil, memory=nil, maxstorage=nil, minstorage=nil, qps=nil)
338
338
  @SpecCode = speccode
339
339
  @CPU = cpu
@@ -393,7 +393,7 @@ module TencentCloud
393
393
  # @type RecoveryTargetTime: String
394
394
 
395
395
  attr_accessor :DBInstanceId, :SpecCode, :Storage, :Period, :AutoRenewFlag, :VpcId, :SubnetId, :Name, :InstanceChargeType, :SecurityGroupIds, :ProjectId, :TagList, :DBNodeSet, :AutoVoucher, :VoucherIds, :ActivityId, :BackupSetId, :RecoveryTargetTime
396
-
396
+
397
397
  def initialize(dbinstanceid=nil, speccode=nil, storage=nil, period=nil, autorenewflag=nil, vpcid=nil, subnetid=nil, name=nil, instancechargetype=nil, securitygroupids=nil, projectid=nil, taglist=nil, dbnodeset=nil, autovoucher=nil, voucherids=nil, activityid=nil, backupsetid=nil, recoverytargettime=nil)
398
398
  @DBInstanceId = dbinstanceid
399
399
  @SpecCode = speccode
@@ -466,7 +466,7 @@ module TencentCloud
466
466
  # @type RequestId: String
467
467
 
468
468
  attr_accessor :DealName, :BillId, :DBInstanceId, :RequestId
469
-
469
+
470
470
  def initialize(dealname=nil, billid=nil, dbinstanceid=nil, requestid=nil)
471
471
  @DealName = dealname
472
472
  @BillId = billid
@@ -490,7 +490,7 @@ module TencentCloud
490
490
  # @type IsIpv6: Integer
491
491
 
492
492
  attr_accessor :DBInstanceId, :IsIpv6
493
-
493
+
494
494
  def initialize(dbinstanceid=nil, isipv6=nil)
495
495
  @DBInstanceId = dbinstanceid
496
496
  @IsIpv6 = isipv6
@@ -510,7 +510,7 @@ module TencentCloud
510
510
  # @type RequestId: String
511
511
 
512
512
  attr_accessor :FlowId, :RequestId
513
-
513
+
514
514
  def initialize(flowid=nil, requestid=nil)
515
515
  @FlowId = flowid
516
516
  @RequestId = requestid
@@ -530,7 +530,7 @@ module TencentCloud
530
530
  # @type DBInstanceName: String
531
531
 
532
532
  attr_accessor :DBInstanceId, :DBInstanceName
533
-
533
+
534
534
  def initialize(dbinstanceid=nil, dbinstancename=nil)
535
535
  @DBInstanceId = dbinstanceid
536
536
  @DBInstanceName = dbinstancename
@@ -548,7 +548,7 @@ module TencentCloud
548
548
  # @type RequestId: String
549
549
 
550
550
  attr_accessor :RequestId
551
-
551
+
552
552
  def initialize(requestid=nil)
553
553
  @RequestId = requestid
554
554
  end
@@ -564,7 +564,7 @@ module TencentCloud
564
564
  # @type DBInstanceId: String
565
565
 
566
566
  attr_accessor :DBInstanceId
567
-
567
+
568
568
  def initialize(dbinstanceid=nil)
569
569
  @DBInstanceId = dbinstanceid
570
570
  end
@@ -582,7 +582,7 @@ module TencentCloud
582
582
  # @type RequestId: String
583
583
 
584
584
  attr_accessor :BaseBackupId, :RequestId
585
-
585
+
586
586
  def initialize(basebackupid=nil, requestid=nil)
587
587
  @BaseBackupId = basebackupid
588
588
  @RequestId = requestid
@@ -608,7 +608,7 @@ module TencentCloud
608
608
  # @type Vip: String
609
609
 
610
610
  attr_accessor :DBInstanceId, :VpcId, :SubnetId, :IsAssignVip, :Vip
611
-
611
+
612
612
  def initialize(dbinstanceid=nil, vpcid=nil, subnetid=nil, isassignvip=nil, vip=nil)
613
613
  @DBInstanceId = dbinstanceid
614
614
  @VpcId = vpcid
@@ -635,7 +635,7 @@ module TencentCloud
635
635
  # @type RequestId: String
636
636
 
637
637
  attr_accessor :FlowId, :RequestId
638
-
638
+
639
639
  def initialize(flowid=nil, requestid=nil)
640
640
  @FlowId = flowid
641
641
  @RequestId = requestid
@@ -649,7 +649,7 @@ module TencentCloud
649
649
 
650
650
  # CreateDBInstances请求参数结构体
651
651
  class CreateDBInstancesRequest < TencentCloud::Common::AbstractModel
652
- # @param SpecCode: 售卖规格ID。该参数可以通过调用DescribeProductConfig的返回值中的SpecCode字段来获取。
652
+ # @param SpecCode: 售卖规格ID。该参数可以通过调用DescribeClasses的返回值中的SpecCode字段来获取。
653
653
  # @type SpecCode: String
654
654
  # @param Storage: 实例容量大小,单位:GB。
655
655
  # @type Storage: Integer
@@ -663,7 +663,7 @@ module TencentCloud
663
663
  # @type ProjectId: Integer
664
664
  # @param DBVersion: PostgreSQL版本。当输入该参数时,会基于此版本创建对应的最新内核版本号实例。该参数和DBMajorVersion、DBKernelVersion至少需要传递一个。
665
665
  # @type DBVersion: String
666
- # @param InstanceChargeType: 实例计费类型。目前支持:PREPAID(预付费,即包年包月),POSTPAID_BY_HOUR(后付费,即按量计费)。
666
+ # @param InstanceChargeType: 实例计费类型。目前支持:PREPAID(预付费,即包年包月),POSTPAID_BY_HOUR(后付费,即按量计费)。默认值:PREPAID。
667
667
  # @type InstanceChargeType: String
668
668
  # @param AutoVoucher: 是否自动使用代金券。1(是),0(否),默认不使用。
669
669
  # @type AutoVoucher: Integer
@@ -691,7 +691,7 @@ module TencentCloud
691
691
  # @type DBKernelVersion: String
692
692
 
693
693
  attr_accessor :SpecCode, :Storage, :InstanceCount, :Period, :Zone, :ProjectId, :DBVersion, :InstanceChargeType, :AutoVoucher, :VoucherIds, :VpcId, :SubnetId, :AutoRenewFlag, :ActivityId, :Name, :NeedSupportIpv6, :TagList, :SecurityGroupIds, :DBMajorVersion, :DBKernelVersion
694
-
694
+
695
695
  def initialize(speccode=nil, storage=nil, instancecount=nil, period=nil, zone=nil, projectid=nil, dbversion=nil, instancechargetype=nil, autovoucher=nil, voucherids=nil, vpcid=nil, subnetid=nil, autorenewflag=nil, activityid=nil, name=nil, needsupportipv6=nil, taglist=nil, securitygroupids=nil, dbmajorversion=nil, dbkernelversion=nil)
696
696
  @SpecCode = speccode
697
697
  @Storage = storage
@@ -758,7 +758,7 @@ module TencentCloud
758
758
  # @type RequestId: String
759
759
 
760
760
  attr_accessor :DealNames, :BillId, :DBInstanceIdSet, :RequestId
761
-
761
+
762
762
  def initialize(dealnames=nil, billid=nil, dbinstanceidset=nil, requestid=nil)
763
763
  @DealNames = dealnames
764
764
  @BillId = billid
@@ -776,7 +776,7 @@ module TencentCloud
776
776
 
777
777
  # CreateInstances请求参数结构体
778
778
  class CreateInstancesRequest < TencentCloud::Common::AbstractModel
779
- # @param SpecCode: 售卖规格ID。该参数可以通过调用DescribeProductConfig的返回值中的SpecCode字段来获取。
779
+ # @param SpecCode: 售卖规格ID。该参数可以通过调用DescribeClasses的返回值中的SpecCode字段来获取。
780
780
  # @type SpecCode: String
781
781
  # @param Storage: 实例容量大小,单位:GB。
782
782
  # @type Storage: Integer
@@ -796,7 +796,7 @@ module TencentCloud
796
796
  # @type ProjectId: Integer
797
797
  # @param DBVersion: PostgreSQL版本。当输入该参数时,会基于此版本创建对应的最新内核版本号实例。该参数和DBMajorVersion、DBKernelVersion至少需要传递一个。
798
798
  # @type DBVersion: String
799
- # @param InstanceChargeType: 实例计费类型。目前支持:PREPAID(预付费,即包年包月),POSTPAID_BY_HOUR(后付费,即按量计费)。
799
+ # @param InstanceChargeType: 实例计费类型。目前支持:PREPAID(预付费,即包年包月),POSTPAID_BY_HOUR(后付费,即按量计费)。默认值:PREPAID。
800
800
  # @type InstanceChargeType: String
801
801
  # @param AutoVoucher: 是否自动使用代金券。1(是),0(否),默认不使用。
802
802
  # @type AutoVoucher: Integer
@@ -848,7 +848,7 @@ module TencentCloud
848
848
  # @type DBEngineConfig: String
849
849
 
850
850
  attr_accessor :SpecCode, :Storage, :InstanceCount, :Period, :Zone, :Charset, :AdminName, :AdminPassword, :ProjectId, :DBVersion, :InstanceChargeType, :AutoVoucher, :VoucherIds, :VpcId, :SubnetId, :AutoRenewFlag, :ActivityId, :Name, :NeedSupportIpv6, :TagList, :SecurityGroupIds, :DBMajorVersion, :DBKernelVersion, :DBNodeSet, :NeedSupportTDE, :KMSKeyId, :KMSRegion, :DBEngine, :DBEngineConfig
851
-
851
+
852
852
  def initialize(speccode=nil, storage=nil, instancecount=nil, period=nil, zone=nil, charset=nil, adminname=nil, adminpassword=nil, projectid=nil, dbversion=nil, instancechargetype=nil, autovoucher=nil, voucherids=nil, vpcid=nil, subnetid=nil, autorenewflag=nil, activityid=nil, name=nil, needsupportipv6=nil, taglist=nil, securitygroupids=nil, dbmajorversion=nil, dbkernelversion=nil, dbnodeset=nil, needsupporttde=nil, kmskeyid=nil, kmsregion=nil, dbengine=nil, dbengineconfig=nil)
853
853
  @SpecCode = speccode
854
854
  @Storage = storage
@@ -940,7 +940,7 @@ module TencentCloud
940
940
  # @type RequestId: String
941
941
 
942
942
  attr_accessor :DealNames, :BillId, :DBInstanceIdSet, :RequestId
943
-
943
+
944
944
  def initialize(dealnames=nil, billid=nil, dbinstanceidset=nil, requestid=nil)
945
945
  @DealNames = dealnames
946
946
  @BillId = billid
@@ -968,7 +968,7 @@ module TencentCloud
968
968
  # @type TemplateDescription: String
969
969
 
970
970
  attr_accessor :TemplateName, :DBMajorVersion, :DBEngine, :TemplateDescription
971
-
971
+
972
972
  def initialize(templatename=nil, dbmajorversion=nil, dbengine=nil, templatedescription=nil)
973
973
  @TemplateName = templatename
974
974
  @DBMajorVersion = dbmajorversion
@@ -992,7 +992,7 @@ module TencentCloud
992
992
  # @type RequestId: String
993
993
 
994
994
  attr_accessor :TemplateId, :RequestId
995
-
995
+
996
996
  def initialize(templateid=nil, requestid=nil)
997
997
  @TemplateId = templateid
998
998
  @RequestId = requestid
@@ -1048,7 +1048,7 @@ module TencentCloud
1048
1048
  # @type SecurityGroupIds: Array
1049
1049
 
1050
1050
  attr_accessor :SpecCode, :Storage, :InstanceCount, :Period, :MasterDBInstanceId, :Zone, :ProjectId, :DBVersion, :InstanceChargeType, :AutoVoucher, :VoucherIds, :AutoRenewFlag, :VpcId, :SubnetId, :ActivityId, :Name, :NeedSupportIpv6, :ReadOnlyGroupId, :TagList, :SecurityGroupIds
1051
-
1051
+
1052
1052
  def initialize(speccode=nil, storage=nil, instancecount=nil, period=nil, masterdbinstanceid=nil, zone=nil, projectid=nil, dbversion=nil, instancechargetype=nil, autovoucher=nil, voucherids=nil, autorenewflag=nil, vpcid=nil, subnetid=nil, activityid=nil, name=nil, needsupportipv6=nil, readonlygroupid=nil, taglist=nil, securitygroupids=nil)
1053
1053
  @SpecCode = speccode
1054
1054
  @Storage = storage
@@ -1111,7 +1111,7 @@ module TencentCloud
1111
1111
  # @type RequestId: String
1112
1112
 
1113
1113
  attr_accessor :DealNames, :BillId, :DBInstanceIdSet, :RequestId
1114
-
1114
+
1115
1115
  def initialize(dealnames=nil, billid=nil, dbinstanceidset=nil, requestid=nil)
1116
1116
  @DealNames = dealnames
1117
1117
  @BillId = billid
@@ -1141,7 +1141,7 @@ module TencentCloud
1141
1141
  # @type Vip: String
1142
1142
 
1143
1143
  attr_accessor :ReadOnlyGroupId, :VpcId, :SubnetId, :IsAssignVip, :Vip
1144
-
1144
+
1145
1145
  def initialize(readonlygroupid=nil, vpcid=nil, subnetid=nil, isassignvip=nil, vip=nil)
1146
1146
  @ReadOnlyGroupId = readonlygroupid
1147
1147
  @VpcId = vpcid
@@ -1168,7 +1168,7 @@ module TencentCloud
1168
1168
  # @type RequestId: String
1169
1169
 
1170
1170
  attr_accessor :FlowId, :RequestId
1171
-
1171
+
1172
1172
  def initialize(flowid=nil, requestid=nil)
1173
1173
  @FlowId = flowid
1174
1174
  @RequestId = requestid
@@ -1206,7 +1206,7 @@ module TencentCloud
1206
1206
  # @type SecurityGroupIds: Array
1207
1207
 
1208
1208
  attr_accessor :MasterDBInstanceId, :Name, :ProjectId, :VpcId, :SubnetId, :ReplayLagEliminate, :ReplayLatencyEliminate, :MaxReplayLag, :MaxReplayLatency, :MinDelayEliminateReserve, :SecurityGroupIds
1209
-
1209
+
1210
1210
  def initialize(masterdbinstanceid=nil, name=nil, projectid=nil, vpcid=nil, subnetid=nil, replaylageliminate=nil, replaylatencyeliminate=nil, maxreplaylag=nil, maxreplaylatency=nil, mindelayeliminatereserve=nil, securitygroupids=nil)
1211
1211
  @MasterDBInstanceId = masterdbinstanceid
1212
1212
  @Name = name
@@ -1247,7 +1247,7 @@ module TencentCloud
1247
1247
  # @type RequestId: String
1248
1248
 
1249
1249
  attr_accessor :ReadOnlyGroupId, :FlowId, :RequestId
1250
-
1250
+
1251
1251
  def initialize(readonlygroupid=nil, flowid=nil, requestid=nil)
1252
1252
  @ReadOnlyGroupId = readonlygroupid
1253
1253
  @FlowId = flowid
@@ -1281,7 +1281,7 @@ module TencentCloud
1281
1281
  # @type TagList: Array
1282
1282
 
1283
1283
  attr_accessor :Zone, :DBInstanceName, :DBVersion, :DBCharset, :ProjectId, :VpcId, :SubnetId, :TagList
1284
-
1284
+
1285
1285
  def initialize(zone=nil, dbinstancename=nil, dbversion=nil, dbcharset=nil, projectid=nil, vpcid=nil, subnetid=nil, taglist=nil)
1286
1286
  @Zone = zone
1287
1287
  @DBInstanceName = dbinstancename
@@ -1320,7 +1320,7 @@ module TencentCloud
1320
1320
  # @type RequestId: String
1321
1321
 
1322
1322
  attr_accessor :DBInstanceId, :RequestId
1323
-
1323
+
1324
1324
  def initialize(dbinstanceid=nil, requestid=nil)
1325
1325
  @DBInstanceId = dbinstanceid
1326
1326
  @RequestId = requestid
@@ -1361,7 +1361,7 @@ module TencentCloud
1361
1361
  # @type SetId: String
1362
1362
 
1363
1363
  attr_accessor :Id, :StartTime, :EndTime, :Size, :Strategy, :Way, :Type, :Status, :DbList, :InternalAddr, :ExternalAddr, :SetId
1364
-
1364
+
1365
1365
  def initialize(id=nil, starttime=nil, endtime=nil, size=nil, strategy=nil, way=nil, type=nil, status=nil, dblist=nil, internaladdr=nil, externaladdr=nil, setid=nil)
1366
1366
  @Id = id
1367
1367
  @StartTime = starttime
@@ -1489,7 +1489,7 @@ module TencentCloud
1489
1489
  # @type DBEngineConfig: String
1490
1490
 
1491
1491
  attr_accessor :Region, :Zone, :ProjectId, :VpcId, :SubnetId, :DBInstanceId, :DBInstanceName, :DBInstanceStatus, :DBInstanceMemory, :DBInstanceStorage, :DBInstanceCpu, :DBInstanceClass, :DBInstanceType, :DBInstanceVersion, :DBCharset, :DBVersion, :CreateTime, :UpdateTime, :ExpireTime, :IsolatedTime, :PayType, :AutoRenew, :DBInstanceNetInfo, :Type, :AppId, :Uid, :SupportIpv6, :TagList, :MasterDBInstanceId, :ReadOnlyInstanceNum, :StatusInReadonlyGroup, :OfflineTime, :DBKernelVersion, :NetworkAccessList, :DBMajorVersion, :DBNodeSet, :IsSupportTDE, :DBEngine, :DBEngineConfig
1492
-
1492
+
1493
1493
  def initialize(region=nil, zone=nil, projectid=nil, vpcid=nil, subnetid=nil, dbinstanceid=nil, dbinstancename=nil, dbinstancestatus=nil, dbinstancememory=nil, dbinstancestorage=nil, dbinstancecpu=nil, dbinstanceclass=nil, dbinstancetype=nil, dbinstanceversion=nil, dbcharset=nil, dbversion=nil, createtime=nil, updatetime=nil, expiretime=nil, isolatedtime=nil, paytype=nil, autorenew=nil, dbinstancenetinfo=nil, type=nil, appid=nil, uid=nil, supportipv6=nil, taglist=nil, masterdbinstanceid=nil, readonlyinstancenum=nil, statusinreadonlygroup=nil, offlinetime=nil, dbkernelversion=nil, networkaccesslist=nil, dbmajorversion=nil, dbnodeset=nil, issupporttde=nil, dbengine=nil, dbengineconfig=nil)
1494
1494
  @Region = region
1495
1495
  @Zone = zone
@@ -1626,7 +1626,7 @@ module TencentCloud
1626
1626
  # @type ProtocolType: String
1627
1627
 
1628
1628
  attr_accessor :Address, :Ip, :Port, :NetType, :Status, :VpcId, :SubnetId, :ProtocolType
1629
-
1629
+
1630
1630
  def initialize(address=nil, ip=nil, port=nil, nettype=nil, status=nil, vpcid=nil, subnetid=nil, protocoltype=nil)
1631
1631
  @Address = address
1632
1632
  @Ip = ip
@@ -1660,7 +1660,7 @@ module TencentCloud
1660
1660
  # @type Zone: String
1661
1661
 
1662
1662
  attr_accessor :Role, :Zone
1663
-
1663
+
1664
1664
  def initialize(role=nil, zone=nil)
1665
1665
  @Role = role
1666
1666
  @Zone = zone
@@ -1680,7 +1680,7 @@ module TencentCloud
1680
1680
  # @type BaseBackupId: String
1681
1681
 
1682
1682
  attr_accessor :DBInstanceId, :BaseBackupId
1683
-
1683
+
1684
1684
  def initialize(dbinstanceid=nil, basebackupid=nil)
1685
1685
  @DBInstanceId = dbinstanceid
1686
1686
  @BaseBackupId = basebackupid
@@ -1698,7 +1698,7 @@ module TencentCloud
1698
1698
  # @type RequestId: String
1699
1699
 
1700
1700
  attr_accessor :RequestId
1701
-
1701
+
1702
1702
  def initialize(requestid=nil)
1703
1703
  @RequestId = requestid
1704
1704
  end
@@ -1720,7 +1720,7 @@ module TencentCloud
1720
1720
  # @type Vip: String
1721
1721
 
1722
1722
  attr_accessor :DBInstanceId, :VpcId, :SubnetId, :Vip
1723
-
1723
+
1724
1724
  def initialize(dbinstanceid=nil, vpcid=nil, subnetid=nil, vip=nil)
1725
1725
  @DBInstanceId = dbinstanceid
1726
1726
  @VpcId = vpcid
@@ -1745,7 +1745,7 @@ module TencentCloud
1745
1745
  # @type RequestId: String
1746
1746
 
1747
1747
  attr_accessor :FlowId, :RequestId
1748
-
1748
+
1749
1749
  def initialize(flowid=nil, requestid=nil)
1750
1750
  @FlowId = flowid
1751
1751
  @RequestId = requestid
@@ -1765,7 +1765,7 @@ module TencentCloud
1765
1765
  # @type LogBackupId: String
1766
1766
 
1767
1767
  attr_accessor :DBInstanceId, :LogBackupId
1768
-
1768
+
1769
1769
  def initialize(dbinstanceid=nil, logbackupid=nil)
1770
1770
  @DBInstanceId = dbinstanceid
1771
1771
  @LogBackupId = logbackupid
@@ -1783,7 +1783,7 @@ module TencentCloud
1783
1783
  # @type RequestId: String
1784
1784
 
1785
1785
  attr_accessor :RequestId
1786
-
1786
+
1787
1787
  def initialize(requestid=nil)
1788
1788
  @RequestId = requestid
1789
1789
  end
@@ -1799,7 +1799,7 @@ module TencentCloud
1799
1799
  # @type TemplateId: String
1800
1800
 
1801
1801
  attr_accessor :TemplateId
1802
-
1802
+
1803
1803
  def initialize(templateid=nil)
1804
1804
  @TemplateId = templateid
1805
1805
  end
@@ -1815,7 +1815,7 @@ module TencentCloud
1815
1815
  # @type RequestId: String
1816
1816
 
1817
1817
  attr_accessor :RequestId
1818
-
1818
+
1819
1819
  def initialize(requestid=nil)
1820
1820
  @RequestId = requestid
1821
1821
  end
@@ -1837,7 +1837,7 @@ module TencentCloud
1837
1837
  # @type Vip: String
1838
1838
 
1839
1839
  attr_accessor :ReadOnlyGroupId, :VpcId, :SubnetId, :Vip
1840
-
1840
+
1841
1841
  def initialize(readonlygroupid=nil, vpcid=nil, subnetid=nil, vip=nil)
1842
1842
  @ReadOnlyGroupId = readonlygroupid
1843
1843
  @VpcId = vpcid
@@ -1862,7 +1862,7 @@ module TencentCloud
1862
1862
  # @type RequestId: String
1863
1863
 
1864
1864
  attr_accessor :FlowId, :RequestId
1865
-
1865
+
1866
1866
  def initialize(flowid=nil, requestid=nil)
1867
1867
  @FlowId = flowid
1868
1868
  @RequestId = requestid
@@ -1880,7 +1880,7 @@ module TencentCloud
1880
1880
  # @type ReadOnlyGroupId: String
1881
1881
 
1882
1882
  attr_accessor :ReadOnlyGroupId
1883
-
1883
+
1884
1884
  def initialize(readonlygroupid=nil)
1885
1885
  @ReadOnlyGroupId = readonlygroupid
1886
1886
  end
@@ -1899,7 +1899,7 @@ module TencentCloud
1899
1899
  # @type RequestId: String
1900
1900
 
1901
1901
  attr_accessor :FlowId, :RequestId
1902
-
1902
+
1903
1903
  def initialize(flowid=nil, requestid=nil)
1904
1904
  @FlowId = flowid
1905
1905
  @RequestId = requestid
@@ -1919,7 +1919,7 @@ module TencentCloud
1919
1919
  # @type DBInstanceId: String
1920
1920
 
1921
1921
  attr_accessor :DBInstanceName, :DBInstanceId
1922
-
1922
+
1923
1923
  def initialize(dbinstancename=nil, dbinstanceid=nil)
1924
1924
  @DBInstanceName = dbinstancename
1925
1925
  @DBInstanceId = dbinstanceid
@@ -1937,7 +1937,7 @@ module TencentCloud
1937
1937
  # @type RequestId: String
1938
1938
 
1939
1939
  attr_accessor :RequestId
1940
-
1940
+
1941
1941
  def initialize(requestid=nil)
1942
1942
  @RequestId = requestid
1943
1943
  end
@@ -1961,7 +1961,7 @@ module TencentCloud
1961
1961
  # @type OrderByType: String
1962
1962
 
1963
1963
  attr_accessor :DBInstanceId, :Limit, :Offset, :OrderBy, :OrderByType
1964
-
1964
+
1965
1965
  def initialize(dbinstanceid=nil, limit=nil, offset=nil, orderby=nil, orderbytype=nil)
1966
1966
  @DBInstanceId = dbinstanceid
1967
1967
  @Limit = limit
@@ -1989,7 +1989,7 @@ module TencentCloud
1989
1989
  # @type RequestId: String
1990
1990
 
1991
1991
  attr_accessor :TotalCount, :Details, :RequestId
1992
-
1992
+
1993
1993
  def initialize(totalcount=nil, details=nil, requestid=nil)
1994
1994
  @TotalCount = totalcount
1995
1995
  @Details = details
@@ -2016,7 +2016,7 @@ module TencentCloud
2016
2016
  # @type DBInstanceId: String
2017
2017
 
2018
2018
  attr_accessor :DBInstanceId
2019
-
2019
+
2020
2020
  def initialize(dbinstanceid=nil)
2021
2021
  @DBInstanceId = dbinstanceid
2022
2022
  end
@@ -2036,7 +2036,7 @@ module TencentCloud
2036
2036
  # @type RequestId: String
2037
2037
 
2038
2038
  attr_accessor :RecoveryBeginTime, :RecoveryEndTime, :RequestId
2039
-
2039
+
2040
2040
  def initialize(recoverybegintime=nil, recoveryendtime=nil, requestid=nil)
2041
2041
  @RecoveryBeginTime = recoverybegintime
2042
2042
  @RecoveryEndTime = recoveryendtime
@@ -2053,7 +2053,7 @@ module TencentCloud
2053
2053
  # DescribeBackupDownloadRestriction请求参数结构体
2054
2054
  class DescribeBackupDownloadRestrictionRequest < TencentCloud::Common::AbstractModel
2055
2055
 
2056
-
2056
+
2057
2057
  def initialize()
2058
2058
  end
2059
2059
 
@@ -2081,7 +2081,7 @@ module TencentCloud
2081
2081
  # @type RequestId: String
2082
2082
 
2083
2083
  attr_accessor :RestrictionType, :VpcRestrictionEffect, :VpcIdSet, :IpRestrictionEffect, :IpSet, :RequestId
2084
-
2084
+
2085
2085
  def initialize(restrictiontype=nil, vpcrestrictioneffect=nil, vpcidset=nil, iprestrictioneffect=nil, ipset=nil, requestid=nil)
2086
2086
  @RestrictionType = restrictiontype
2087
2087
  @VpcRestrictionEffect = vpcrestrictioneffect
@@ -2115,7 +2115,7 @@ module TencentCloud
2115
2115
  # @type BackupDownloadRestriction: :class:`Tencentcloud::Postgres.v20170312.models.BackupDownloadRestriction`
2116
2116
 
2117
2117
  attr_accessor :DBInstanceId, :BackupType, :BackupId, :URLExpireTime, :BackupDownloadRestriction
2118
-
2118
+
2119
2119
  def initialize(dbinstanceid=nil, backuptype=nil, backupid=nil, urlexpiretime=nil, backupdownloadrestriction=nil)
2120
2120
  @DBInstanceId = dbinstanceid
2121
2121
  @BackupType = backuptype
@@ -2144,7 +2144,7 @@ module TencentCloud
2144
2144
  # @type RequestId: String
2145
2145
 
2146
2146
  attr_accessor :BackupDownloadURL, :RequestId
2147
-
2147
+
2148
2148
  def initialize(backupdownloadurl=nil, requestid=nil)
2149
2149
  @BackupDownloadURL = backupdownloadurl
2150
2150
  @RequestId = requestid
@@ -2159,7 +2159,7 @@ module TencentCloud
2159
2159
  # DescribeBackupOverview请求参数结构体
2160
2160
  class DescribeBackupOverviewRequest < TencentCloud::Common::AbstractModel
2161
2161
 
2162
-
2162
+
2163
2163
  def initialize()
2164
2164
  end
2165
2165
 
@@ -2191,7 +2191,7 @@ module TencentCloud
2191
2191
  # @type RequestId: String
2192
2192
 
2193
2193
  attr_accessor :TotalFreeSize, :UsedFreeSize, :UsedBillingSize, :LogBackupCount, :LogBackupSize, :ManualBaseBackupCount, :ManualBaseBackupSize, :AutoBaseBackupCount, :AutoBaseBackupSize, :RequestId
2194
-
2194
+
2195
2195
  def initialize(totalfreesize=nil, usedfreesize=nil, usedbillingsize=nil, logbackupcount=nil, logbackupsize=nil, manualbasebackupcount=nil, manualbasebackupsize=nil, autobasebackupcount=nil, autobasebackupsize=nil, requestid=nil)
2196
2196
  @TotalFreeSize = totalfreesize
2197
2197
  @UsedFreeSize = usedfreesize
@@ -2225,7 +2225,7 @@ module TencentCloud
2225
2225
  # @type DBInstanceId: String
2226
2226
 
2227
2227
  attr_accessor :DBInstanceId
2228
-
2228
+
2229
2229
  def initialize(dbinstanceid=nil)
2230
2230
  @DBInstanceId = dbinstanceid
2231
2231
  end
@@ -2243,7 +2243,7 @@ module TencentCloud
2243
2243
  # @type RequestId: String
2244
2244
 
2245
2245
  attr_accessor :Plans, :RequestId
2246
-
2246
+
2247
2247
  def initialize(plans=nil, requestid=nil)
2248
2248
  @Plans = plans
2249
2249
  @RequestId = requestid
@@ -2279,7 +2279,7 @@ module TencentCloud
2279
2279
  # @type OrderByType: String
2280
2280
 
2281
2281
  attr_accessor :Limit, :Offset, :Filters, :OrderBy, :OrderByType
2282
-
2282
+
2283
2283
  def initialize(limit=nil, offset=nil, filters=nil, orderby=nil, orderbytype=nil)
2284
2284
  @Limit = limit
2285
2285
  @Offset = offset
@@ -2314,7 +2314,7 @@ module TencentCloud
2314
2314
  # @type RequestId: String
2315
2315
 
2316
2316
  attr_accessor :BackupSummarySet, :TotalCount, :RequestId
2317
-
2317
+
2318
2318
  def initialize(backupsummaryset=nil, totalcount=nil, requestid=nil)
2319
2319
  @BackupSummarySet = backupsummaryset
2320
2320
  @TotalCount = totalcount
@@ -2357,7 +2357,7 @@ module TencentCloud
2357
2357
  # @type OrderByType: String
2358
2358
 
2359
2359
  attr_accessor :MinFinishTime, :MaxFinishTime, :Filters, :Limit, :Offset, :OrderBy, :OrderByType
2360
-
2360
+
2361
2361
  def initialize(minfinishtime=nil, maxfinishtime=nil, filters=nil, limit=nil, offset=nil, orderby=nil, orderbytype=nil)
2362
2362
  @MinFinishTime = minfinishtime
2363
2363
  @MaxFinishTime = maxfinishtime
@@ -2396,7 +2396,7 @@ module TencentCloud
2396
2396
  # @type RequestId: String
2397
2397
 
2398
2398
  attr_accessor :TotalCount, :BaseBackupSet, :RequestId
2399
-
2399
+
2400
2400
  def initialize(totalcount=nil, basebackupset=nil, requestid=nil)
2401
2401
  @TotalCount = totalcount
2402
2402
  @BaseBackupSet = basebackupset
@@ -2429,7 +2429,7 @@ module TencentCloud
2429
2429
  # @type DBMajorVersion: String
2430
2430
 
2431
2431
  attr_accessor :Zone, :DBEngine, :DBMajorVersion
2432
-
2432
+
2433
2433
  def initialize(zone=nil, dbengine=nil, dbmajorversion=nil)
2434
2434
  @Zone = zone
2435
2435
  @DBEngine = dbengine
@@ -2451,7 +2451,7 @@ module TencentCloud
2451
2451
  # @type RequestId: String
2452
2452
 
2453
2453
  attr_accessor :ClassInfoSet, :RequestId
2454
-
2454
+
2455
2455
  def initialize(classinfoset=nil, requestid=nil)
2456
2456
  @ClassInfoSet = classinfoset
2457
2457
  @RequestId = requestid
@@ -2480,7 +2480,7 @@ module TencentCloud
2480
2480
  # @type RecoveryTargetTime: String
2481
2481
 
2482
2482
  attr_accessor :DBInstanceId, :BackupSetId, :RecoveryTargetTime
2483
-
2483
+
2484
2484
  def initialize(dbinstanceid=nil, backupsetid=nil, recoverytargettime=nil)
2485
2485
  @DBInstanceId = dbinstanceid
2486
2486
  @BackupSetId = backupsetid
@@ -2504,7 +2504,7 @@ module TencentCloud
2504
2504
  # @type RequestId: String
2505
2505
 
2506
2506
  attr_accessor :MinSpecCode, :MinStorage, :RequestId
2507
-
2507
+
2508
2508
  def initialize(minspeccode=nil, minstorage=nil, requestid=nil)
2509
2509
  @MinSpecCode = minspeccode
2510
2510
  @MinStorage = minstorage
@@ -2534,7 +2534,7 @@ module TencentCloud
2534
2534
  # @type Offset: Integer
2535
2535
 
2536
2536
  attr_accessor :DBInstanceId, :Type, :StartTime, :EndTime, :Limit, :Offset
2537
-
2537
+
2538
2538
  def initialize(dbinstanceid=nil, type=nil, starttime=nil, endtime=nil, limit=nil, offset=nil)
2539
2539
  @DBInstanceId = dbinstanceid
2540
2540
  @Type = type
@@ -2564,7 +2564,7 @@ module TencentCloud
2564
2564
  # @type RequestId: String
2565
2565
 
2566
2566
  attr_accessor :TotalCount, :BackupList, :RequestId
2567
-
2567
+
2568
2568
  def initialize(totalcount=nil, backuplist=nil, requestid=nil)
2569
2569
  @TotalCount = totalcount
2570
2570
  @BackupList = backuplist
@@ -2587,23 +2587,23 @@ module TencentCloud
2587
2587
 
2588
2588
  # DescribeDBErrlogs请求参数结构体
2589
2589
  class DescribeDBErrlogsRequest < TencentCloud::Common::AbstractModel
2590
- # @param DBInstanceId: 实例ID,形如postgres-5bq3wfjd
2590
+ # @param DBInstanceId: 实例ID
2591
2591
  # @type DBInstanceId: String
2592
- # @param StartTime: 查询起始时间,形如2018-01-01 00:00:00,起始时间不得小于7天以前
2592
+ # @param StartTime: 查询起始时间,形如2018-01-01 00:00:00。日志保留时间默认为7天,起始时间不能超出保留时间范围。
2593
2593
  # @type StartTime: String
2594
- # @param EndTime: 查询结束时间,形如2018-01-01 00:00:00
2594
+ # @param EndTime: 查询结束时间,形如2018-01-01 00:00:00
2595
2595
  # @type EndTime: String
2596
- # @param DatabaseName: 数据库名字
2596
+ # @param DatabaseName: 数据库名字。
2597
2597
  # @type DatabaseName: String
2598
- # @param SearchKeys: 搜索关键字
2598
+ # @param SearchKeys: 搜索关键字。
2599
2599
  # @type SearchKeys: Array
2600
- # @param Limit: 分页返回,每页返回的最大数量。取值为1-100
2600
+ # @param Limit: 每页显示数量,取值范围为1-100。默认值为50。
2601
2601
  # @type Limit: Integer
2602
- # @param Offset: 分页返回,返回第几页的数据,从第0页开始计数
2602
+ # @param Offset: 数据偏移量,从0开始。默认值为0。
2603
2603
  # @type Offset: Integer
2604
2604
 
2605
2605
  attr_accessor :DBInstanceId, :StartTime, :EndTime, :DatabaseName, :SearchKeys, :Limit, :Offset
2606
-
2606
+
2607
2607
  def initialize(dbinstanceid=nil, starttime=nil, endtime=nil, databasename=nil, searchkeys=nil, limit=nil, offset=nil)
2608
2608
  @DBInstanceId = dbinstanceid
2609
2609
  @StartTime = starttime
@@ -2627,15 +2627,15 @@ module TencentCloud
2627
2627
 
2628
2628
  # DescribeDBErrlogs返回参数结构体
2629
2629
  class DescribeDBErrlogsResponse < TencentCloud::Common::AbstractModel
2630
- # @param TotalCount: 本次调用返回了多少条数据
2630
+ # @param TotalCount: 查询到的日志数量,最大值为10000条。
2631
2631
  # @type TotalCount: Integer
2632
- # @param Details: 错误日志列表
2632
+ # @param Details: 错误日志详细信息集合。
2633
2633
  # @type Details: Array
2634
2634
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2635
2635
  # @type RequestId: String
2636
2636
 
2637
2637
  attr_accessor :TotalCount, :Details, :RequestId
2638
-
2638
+
2639
2639
  def initialize(totalcount=nil, details=nil, requestid=nil)
2640
2640
  @TotalCount = totalcount
2641
2641
  @Details = details
@@ -2662,7 +2662,7 @@ module TencentCloud
2662
2662
  # @type DBInstanceId: String
2663
2663
 
2664
2664
  attr_accessor :DBInstanceId
2665
-
2665
+
2666
2666
  def initialize(dbinstanceid=nil)
2667
2667
  @DBInstanceId = dbinstanceid
2668
2668
  end
@@ -2680,7 +2680,7 @@ module TencentCloud
2680
2680
  # @type RequestId: String
2681
2681
 
2682
2682
  attr_accessor :DBInstance, :RequestId
2683
-
2683
+
2684
2684
  def initialize(dbinstance=nil, requestid=nil)
2685
2685
  @DBInstance = dbinstance
2686
2686
  @RequestId = requestid
@@ -2703,7 +2703,7 @@ module TencentCloud
2703
2703
  # @type ParamName: String
2704
2704
 
2705
2705
  attr_accessor :DBInstanceId, :ParamName
2706
-
2706
+
2707
2707
  def initialize(dbinstanceid=nil, paramname=nil)
2708
2708
  @DBInstanceId = dbinstanceid
2709
2709
  @ParamName = paramname
@@ -2725,7 +2725,7 @@ module TencentCloud
2725
2725
  # @type RequestId: String
2726
2726
 
2727
2727
  attr_accessor :TotalCount, :Detail, :RequestId
2728
-
2728
+
2729
2729
  def initialize(totalcount=nil, detail=nil, requestid=nil)
2730
2730
  @TotalCount = totalcount
2731
2731
  @Detail = detail
@@ -2754,7 +2754,7 @@ module TencentCloud
2754
2754
  # @type ReadOnlyGroupId: String
2755
2755
 
2756
2756
  attr_accessor :DBInstanceId, :ReadOnlyGroupId
2757
-
2757
+
2758
2758
  def initialize(dbinstanceid=nil, readonlygroupid=nil)
2759
2759
  @DBInstanceId = dbinstanceid
2760
2760
  @ReadOnlyGroupId = readonlygroupid
@@ -2774,7 +2774,7 @@ module TencentCloud
2774
2774
  # @type RequestId: String
2775
2775
 
2776
2776
  attr_accessor :SecurityGroupSet, :RequestId
2777
-
2777
+
2778
2778
  def initialize(securitygroupset=nil, requestid=nil)
2779
2779
  @SecurityGroupSet = securitygroupset
2780
2780
  @RequestId = requestid
@@ -2812,7 +2812,7 @@ module TencentCloud
2812
2812
  # @type OrderByType: String
2813
2813
 
2814
2814
  attr_accessor :Filters, :Limit, :Offset, :OrderBy, :OrderByType
2815
-
2815
+
2816
2816
  def initialize(filters=nil, limit=nil, offset=nil, orderby=nil, orderbytype=nil)
2817
2817
  @Filters = filters
2818
2818
  @Limit = limit
@@ -2847,7 +2847,7 @@ module TencentCloud
2847
2847
  # @type RequestId: String
2848
2848
 
2849
2849
  attr_accessor :TotalCount, :DBInstanceSet, :RequestId
2850
-
2850
+
2851
2851
  def initialize(totalcount=nil, dbinstanceset=nil, requestid=nil)
2852
2852
  @TotalCount = totalcount
2853
2853
  @DBInstanceSet = dbinstanceset
@@ -2888,7 +2888,7 @@ module TencentCloud
2888
2888
  # @type Offset: Integer
2889
2889
 
2890
2890
  attr_accessor :DBInstanceId, :StartTime, :EndTime, :DatabaseName, :OrderBy, :OrderByType, :Limit, :Offset
2891
-
2891
+
2892
2892
  def initialize(dbinstanceid=nil, starttime=nil, endtime=nil, databasename=nil, orderby=nil, orderbytype=nil, limit=nil, offset=nil)
2893
2893
  @DBInstanceId = dbinstanceid
2894
2894
  @StartTime = starttime
@@ -2922,7 +2922,7 @@ module TencentCloud
2922
2922
  # @type RequestId: String
2923
2923
 
2924
2924
  attr_accessor :TotalCount, :Detail, :RequestId
2925
-
2925
+
2926
2926
  def initialize(totalcount=nil, detail=nil, requestid=nil)
2927
2927
  @TotalCount = totalcount
2928
2928
  @Detail = detail
@@ -2942,7 +2942,7 @@ module TencentCloud
2942
2942
  # DescribeDBVersions请求参数结构体
2943
2943
  class DescribeDBVersionsRequest < TencentCloud::Common::AbstractModel
2944
2944
 
2945
-
2945
+
2946
2946
  def initialize()
2947
2947
  end
2948
2948
 
@@ -2958,7 +2958,7 @@ module TencentCloud
2958
2958
  # @type RequestId: String
2959
2959
 
2960
2960
  attr_accessor :VersionSet, :RequestId
2961
-
2961
+
2962
2962
  def initialize(versionset=nil, requestid=nil)
2963
2963
  @VersionSet = versionset
2964
2964
  @RequestId = requestid
@@ -2991,7 +2991,7 @@ module TencentCloud
2991
2991
  # @type Limit: Integer
2992
2992
 
2993
2993
  attr_accessor :DBInstanceId, :StartTime, :EndTime, :Offset, :Limit
2994
-
2994
+
2995
2995
  def initialize(dbinstanceid=nil, starttime=nil, endtime=nil, offset=nil, limit=nil)
2996
2996
  @DBInstanceId = dbinstanceid
2997
2997
  @StartTime = starttime
@@ -3019,7 +3019,7 @@ module TencentCloud
3019
3019
  # @type RequestId: String
3020
3020
 
3021
3021
  attr_accessor :TotalCount, :XlogList, :RequestId
3022
-
3022
+
3023
3023
  def initialize(totalcount=nil, xloglist=nil, requestid=nil)
3024
3024
  @TotalCount = totalcount
3025
3025
  @XlogList = xloglist
@@ -3046,7 +3046,7 @@ module TencentCloud
3046
3046
  # @type DBInstanceId: String
3047
3047
 
3048
3048
  attr_accessor :DBInstanceId
3049
-
3049
+
3050
3050
  def initialize(dbinstanceid=nil)
3051
3051
  @DBInstanceId = dbinstanceid
3052
3052
  end
@@ -3064,7 +3064,7 @@ module TencentCloud
3064
3064
  # @type RequestId: String
3065
3065
 
3066
3066
  attr_accessor :Items, :RequestId
3067
-
3067
+
3068
3068
  def initialize(items=nil, requestid=nil)
3069
3069
  @Items = items
3070
3070
  @RequestId = requestid
@@ -3084,7 +3084,7 @@ module TencentCloud
3084
3084
  # @type DBEngine: String
3085
3085
 
3086
3086
  attr_accessor :DBMajorVersion, :DBEngine
3087
-
3087
+
3088
3088
  def initialize(dbmajorversion=nil, dbengine=nil)
3089
3089
  @DBMajorVersion = dbmajorversion
3090
3090
  @DBEngine = dbengine
@@ -3107,7 +3107,7 @@ module TencentCloud
3107
3107
  # @type RequestId: String
3108
3108
 
3109
3109
  attr_accessor :TotalCount, :ParamInfoSet, :RequestId
3110
-
3110
+
3111
3111
  def initialize(totalcount=nil, paraminfoset=nil, requestid=nil)
3112
3112
  @TotalCount = totalcount
3113
3113
  @ParamInfoSet = paraminfoset
@@ -3134,7 +3134,7 @@ module TencentCloud
3134
3134
  # @type DBInstanceId: String
3135
3135
 
3136
3136
  attr_accessor :DBInstanceId
3137
-
3137
+
3138
3138
  def initialize(dbinstanceid=nil)
3139
3139
  @DBInstanceId = dbinstanceid
3140
3140
  end
@@ -3153,7 +3153,7 @@ module TencentCloud
3153
3153
  # @type RequestId: String
3154
3154
 
3155
3155
  attr_accessor :EncryptionKeys, :RequestId
3156
-
3156
+
3157
3157
  def initialize(encryptionkeys=nil, requestid=nil)
3158
3158
  @EncryptionKeys = encryptionkeys
3159
3159
  @RequestId = requestid
@@ -3193,7 +3193,7 @@ module TencentCloud
3193
3193
  # @type OrderByType: String
3194
3194
 
3195
3195
  attr_accessor :MinFinishTime, :MaxFinishTime, :Filters, :Limit, :Offset, :OrderBy, :OrderByType
3196
-
3196
+
3197
3197
  def initialize(minfinishtime=nil, maxfinishtime=nil, filters=nil, limit=nil, offset=nil, orderby=nil, orderbytype=nil)
3198
3198
  @MinFinishTime = minfinishtime
3199
3199
  @MaxFinishTime = maxfinishtime
@@ -3232,7 +3232,7 @@ module TencentCloud
3232
3232
  # @type RequestId: String
3233
3233
 
3234
3234
  attr_accessor :TotalCount, :LogBackupSet, :RequestId
3235
-
3235
+
3236
3236
  def initialize(totalcount=nil, logbackupset=nil, requestid=nil)
3237
3237
  @TotalCount = totalcount
3238
3238
  @LogBackupSet = logbackupset
@@ -3259,7 +3259,7 @@ module TencentCloud
3259
3259
  # @type DealNames: Array
3260
3260
 
3261
3261
  attr_accessor :DealNames
3262
-
3262
+
3263
3263
  def initialize(dealnames=nil)
3264
3264
  @DealNames = dealnames
3265
3265
  end
@@ -3279,7 +3279,7 @@ module TencentCloud
3279
3279
  # @type RequestId: String
3280
3280
 
3281
3281
  attr_accessor :TotalCount, :Deals, :RequestId
3282
-
3282
+
3283
3283
  def initialize(totalcount=nil, deals=nil, requestid=nil)
3284
3284
  @TotalCount = totalcount
3285
3285
  @Deals = deals
@@ -3306,7 +3306,7 @@ module TencentCloud
3306
3306
  # @type TemplateId: String
3307
3307
 
3308
3308
  attr_accessor :TemplateId
3309
-
3309
+
3310
3310
  def initialize(templateid=nil)
3311
3311
  @TemplateId = templateid
3312
3312
  end
@@ -3343,7 +3343,7 @@ module TencentCloud
3343
3343
  # @type RequestId: String
3344
3344
 
3345
3345
  attr_accessor :TemplateId, :TotalCount, :ParamInfoSet, :TemplateName, :DBMajorVersion, :DBEngine, :TemplateDescription, :RequestId
3346
-
3346
+
3347
3347
  def initialize(templateid=nil, totalcount=nil, paraminfoset=nil, templatename=nil, dbmajorversion=nil, dbengine=nil, templatedescription=nil, requestid=nil)
3348
3348
  @TemplateId = templateid
3349
3349
  @TotalCount = totalcount
@@ -3388,7 +3388,7 @@ module TencentCloud
3388
3388
  # @type OrderByType: String
3389
3389
 
3390
3390
  attr_accessor :Filters, :Limit, :Offset, :OrderBy, :OrderByType
3391
-
3391
+
3392
3392
  def initialize(filters=nil, limit=nil, offset=nil, orderby=nil, orderbytype=nil)
3393
3393
  @Filters = filters
3394
3394
  @Limit = limit
@@ -3423,7 +3423,7 @@ module TencentCloud
3423
3423
  # @type RequestId: String
3424
3424
 
3425
3425
  attr_accessor :TotalCount, :ParameterTemplateSet, :RequestId
3426
-
3426
+
3427
3427
  def initialize(totalcount=nil, parametertemplateset=nil, requestid=nil)
3428
3428
  @TotalCount = totalcount
3429
3429
  @ParameterTemplateSet = parametertemplateset
@@ -3450,7 +3450,7 @@ module TencentCloud
3450
3450
  # @type DBInstanceId: String
3451
3451
 
3452
3452
  attr_accessor :DBInstanceId
3453
-
3453
+
3454
3454
  def initialize(dbinstanceid=nil)
3455
3455
  @DBInstanceId = dbinstanceid
3456
3456
  end
@@ -3470,7 +3470,7 @@ module TencentCloud
3470
3470
  # @type RequestId: String
3471
3471
 
3472
3472
  attr_accessor :TotalCount, :EventItems, :RequestId
3473
-
3473
+
3474
3474
  def initialize(totalcount=nil, eventitems=nil, requestid=nil)
3475
3475
  @TotalCount = totalcount
3476
3476
  @EventItems = eventitems
@@ -3502,7 +3502,7 @@ module TencentCloud
3502
3502
  # @type DBEngine: String
3503
3503
 
3504
3504
  attr_accessor :Zone, :DBEngine
3505
-
3505
+
3506
3506
  def initialize(zone=nil, dbengine=nil)
3507
3507
  @Zone = zone
3508
3508
  @DBEngine = dbengine
@@ -3522,7 +3522,7 @@ module TencentCloud
3522
3522
  # @type RequestId: String
3523
3523
 
3524
3524
  attr_accessor :SpecInfoList, :RequestId
3525
-
3525
+
3526
3526
  def initialize(specinfolist=nil, requestid=nil)
3527
3527
  @SpecInfoList = specinfolist
3528
3528
  @RequestId = requestid
@@ -3557,7 +3557,7 @@ module TencentCloud
3557
3557
  # @type OrderByType: String
3558
3558
 
3559
3559
  attr_accessor :Filters, :PageSize, :PageNumber, :OrderBy, :OrderByType
3560
-
3560
+
3561
3561
  def initialize(filters=nil, pagesize=nil, pagenumber=nil, orderby=nil, orderbytype=nil)
3562
3562
  @Filters = filters
3563
3563
  @PageSize = pagesize
@@ -3590,7 +3590,7 @@ module TencentCloud
3590
3590
  # @type RequestId: String
3591
3591
 
3592
3592
  attr_accessor :ReadOnlyGroupList, :RequestId
3593
-
3593
+
3594
3594
  def initialize(readonlygrouplist=nil, requestid=nil)
3595
3595
  @ReadOnlyGroupList = readonlygrouplist
3596
3596
  @RequestId = requestid
@@ -3612,7 +3612,7 @@ module TencentCloud
3612
3612
  # DescribeRegions请求参数结构体
3613
3613
  class DescribeRegionsRequest < TencentCloud::Common::AbstractModel
3614
3614
 
3615
-
3615
+
3616
3616
  def initialize()
3617
3617
  end
3618
3618
 
@@ -3630,7 +3630,7 @@ module TencentCloud
3630
3630
  # @type RequestId: String
3631
3631
 
3632
3632
  attr_accessor :TotalCount, :RegionSet, :RequestId
3633
-
3633
+
3634
3634
  def initialize(totalcount=nil, regionset=nil, requestid=nil)
3635
3635
  @TotalCount = totalcount
3636
3636
  @RegionSet = regionset
@@ -3665,7 +3665,7 @@ module TencentCloud
3665
3665
  # @type OrderByType: String
3666
3666
 
3667
3667
  attr_accessor :Filter, :Limit, :Offset, :OrderBy, :OrderByType
3668
-
3668
+
3669
3669
  def initialize(filter=nil, limit=nil, offset=nil, orderby=nil, orderbytype=nil)
3670
3670
  @Filter = filter
3671
3671
  @Limit = limit
@@ -3701,7 +3701,7 @@ module TencentCloud
3701
3701
  # @type RequestId: String
3702
3702
 
3703
3703
  attr_accessor :TotalCount, :DBInstanceSet, :RequestId
3704
-
3704
+
3705
3705
  def initialize(totalcount=nil, dbinstanceset=nil, requestid=nil)
3706
3706
  @TotalCount = totalcount
3707
3707
  @DBInstanceSet = dbinstanceset
@@ -3742,7 +3742,7 @@ module TencentCloud
3742
3742
  # @type Offset: Integer
3743
3743
 
3744
3744
  attr_accessor :DBInstanceId, :StartTime, :EndTime, :DatabaseName, :OrderBy, :OrderByType, :Limit, :Offset
3745
-
3745
+
3746
3746
  def initialize(dbinstanceid=nil, starttime=nil, endtime=nil, databasename=nil, orderby=nil, orderbytype=nil, limit=nil, offset=nil)
3747
3747
  @DBInstanceId = dbinstanceid
3748
3748
  @StartTime = starttime
@@ -3776,7 +3776,7 @@ module TencentCloud
3776
3776
  # @type RequestId: String
3777
3777
 
3778
3778
  attr_accessor :TotalCount, :Detail, :RequestId
3779
-
3779
+
3780
3780
  def initialize(totalcount=nil, detail=nil, requestid=nil)
3781
3781
  @TotalCount = totalcount
3782
3782
  @Detail = detail
@@ -3813,7 +3813,7 @@ module TencentCloud
3813
3813
  # @type Offset: Integer
3814
3814
 
3815
3815
  attr_accessor :DBInstanceId, :StartTime, :EndTime, :DatabaseName, :OrderByType, :OrderBy, :Limit, :Offset
3816
-
3816
+
3817
3817
  def initialize(dbinstanceid=nil, starttime=nil, endtime=nil, databasename=nil, orderbytype=nil, orderby=nil, limit=nil, offset=nil)
3818
3818
  @DBInstanceId = dbinstanceid
3819
3819
  @StartTime = starttime
@@ -3851,7 +3851,7 @@ module TencentCloud
3851
3851
  # @type RequestId: String
3852
3852
 
3853
3853
  attr_accessor :TotalCount, :DurationAnalysis, :RawSlowQueryList, :RequestId
3854
-
3854
+
3855
3855
  def initialize(totalcount=nil, durationanalysis=nil, rawslowquerylist=nil, requestid=nil)
3856
3856
  @TotalCount = totalcount
3857
3857
  @DurationAnalysis = durationanalysis
@@ -3884,7 +3884,7 @@ module TencentCloud
3884
3884
  # DescribeZones请求参数结构体
3885
3885
  class DescribeZonesRequest < TencentCloud::Common::AbstractModel
3886
3886
 
3887
-
3887
+
3888
3888
  def initialize()
3889
3889
  end
3890
3890
 
@@ -3902,7 +3902,7 @@ module TencentCloud
3902
3902
  # @type RequestId: String
3903
3903
 
3904
3904
  attr_accessor :TotalCount, :ZoneSet, :RequestId
3905
-
3905
+
3906
3906
  def initialize(totalcount=nil, zoneset=nil, requestid=nil)
3907
3907
  @TotalCount = totalcount
3908
3908
  @ZoneSet = zoneset
@@ -3929,7 +3929,7 @@ module TencentCloud
3929
3929
  # @type DBInstanceId: String
3930
3930
 
3931
3931
  attr_accessor :DBInstanceId
3932
-
3932
+
3933
3933
  def initialize(dbinstanceid=nil)
3934
3934
  @DBInstanceId = dbinstanceid
3935
3935
  end
@@ -3945,7 +3945,7 @@ module TencentCloud
3945
3945
  # @type RequestId: String
3946
3946
 
3947
3947
  attr_accessor :RequestId
3948
-
3948
+
3949
3949
  def initialize(requestid=nil)
3950
3950
  @RequestId = requestid
3951
3951
  end
@@ -3966,7 +3966,7 @@ module TencentCloud
3966
3966
  # @type AnalysisItems: Array
3967
3967
 
3968
3968
  attr_accessor :TotalTime, :TotalCallNum, :AnalysisItems
3969
-
3969
+
3970
3970
  def initialize(totaltime=nil, totalcallnum=nil, analysisitems=nil)
3971
3971
  @TotalTime = totaltime
3972
3972
  @TotalCallNum = totalcallnum
@@ -3999,7 +3999,7 @@ module TencentCloud
3999
3999
  # @type VoucherIds: Array
4000
4000
 
4001
4001
  attr_accessor :DBInstanceIdSet, :Period, :AutoVoucher, :VoucherIds
4002
-
4002
+
4003
4003
  def initialize(dbinstanceidset=nil, period=nil, autovoucher=nil, voucherids=nil)
4004
4004
  @DBInstanceIdSet = dbinstanceidset
4005
4005
  @Period = period
@@ -4021,7 +4021,7 @@ module TencentCloud
4021
4021
  # @type RequestId: String
4022
4022
 
4023
4023
  attr_accessor :RequestId
4024
-
4024
+
4025
4025
  def initialize(requestid=nil)
4026
4026
  @RequestId = requestid
4027
4027
  end
@@ -4039,7 +4039,7 @@ module TencentCloud
4039
4039
  # @type Count: Integer
4040
4040
 
4041
4041
  attr_accessor :TimeSegment, :Count
4042
-
4042
+
4043
4043
  def initialize(timesegment=nil, count=nil)
4044
4044
  @TimeSegment = timesegment
4045
4045
  @Count = count
@@ -4073,7 +4073,7 @@ module TencentCloud
4073
4073
  # @type CreateTime: String
4074
4074
 
4075
4075
  attr_accessor :KeyId, :KeyAlias, :DEKCipherTextBlob, :IsEnabled, :KeyRegion, :CreateTime
4076
-
4076
+
4077
4077
  def initialize(keyid=nil, keyalias=nil, dekciphertextblob=nil, isenabled=nil, keyregion=nil, createtime=nil)
4078
4078
  @KeyId = keyid
4079
4079
  @KeyAlias = keyalias
@@ -4105,7 +4105,7 @@ module TencentCloud
4105
4105
  # @type ErrMsg: String
4106
4106
 
4107
4107
  attr_accessor :UserName, :Database, :ErrTime, :ErrMsg
4108
-
4108
+
4109
4109
  def initialize(username=nil, database=nil, errtime=nil, errmsg=nil)
4110
4110
  @UserName = username
4111
4111
  @Database = database
@@ -4149,7 +4149,7 @@ module TencentCloud
4149
4149
  # @type EventLog: String
4150
4150
 
4151
4151
  attr_accessor :ParamName, :OldValue, :NewValue, :ModifyTime, :EffectiveTime, :State, :Operator, :EventLog
4152
-
4152
+
4153
4153
  def initialize(paramname=nil, oldvalue=nil, newvalue=nil, modifytime=nil, effectivetime=nil, state=nil, operator=nil, eventlog=nil)
4154
4154
  @ParamName = paramname
4155
4155
  @OldValue = oldvalue
@@ -4186,7 +4186,7 @@ module TencentCloud
4186
4186
  # @type EventDetail: Array
4187
4187
 
4188
4188
  attr_accessor :ParamName, :EventCount, :EventDetail
4189
-
4189
+
4190
4190
  def initialize(paramname=nil, eventcount=nil, eventdetail=nil)
4191
4191
  @ParamName = paramname
4192
4192
  @EventCount = eventcount
@@ -4217,7 +4217,7 @@ module TencentCloud
4217
4217
  # @type Values: Array
4218
4218
 
4219
4219
  attr_accessor :Name, :Values
4220
-
4220
+
4221
4221
  def initialize(name=nil, values=nil)
4222
4222
  @Name = name
4223
4223
  @Values = values
@@ -4241,7 +4241,7 @@ module TencentCloud
4241
4241
  # @type Charset: String
4242
4242
 
4243
4243
  attr_accessor :DBInstanceIdSet, :AdminName, :AdminPassword, :Charset
4244
-
4244
+
4245
4245
  def initialize(dbinstanceidset=nil, adminname=nil, adminpassword=nil, charset=nil)
4246
4246
  @DBInstanceIdSet = dbinstanceidset
4247
4247
  @AdminName = adminname
@@ -4265,7 +4265,7 @@ module TencentCloud
4265
4265
  # @type RequestId: String
4266
4266
 
4267
4267
  attr_accessor :DBInstanceIdSet, :RequestId
4268
-
4268
+
4269
4269
  def initialize(dbinstanceidset=nil, requestid=nil)
4270
4270
  @DBInstanceIdSet = dbinstanceidset
4271
4271
  @RequestId = requestid
@@ -4281,7 +4281,7 @@ module TencentCloud
4281
4281
  class InquiryPriceCreateDBInstancesRequest < TencentCloud::Common::AbstractModel
4282
4282
  # @param Zone: 可用区ID。该参数可以通过调用 DescribeZones 接口的返回值中的Zone字段来获取。
4283
4283
  # @type Zone: String
4284
- # @param SpecCode: 规格ID。该参数可以通过调用DescribeProductConfig接口的返回值中的SpecCode字段来获取。
4284
+ # @param SpecCode: 规格ID。该参数可以通过调用DescribeClasses接口的返回值中的SpecCode字段来获取。
4285
4285
  # @type SpecCode: String
4286
4286
  # @param Storage: 存储容量大小,单位:GB。
4287
4287
  # @type Storage: Integer
@@ -4303,7 +4303,7 @@ module TencentCloud
4303
4303
  # @type DBEngine: String
4304
4304
 
4305
4305
  attr_accessor :Zone, :SpecCode, :Storage, :InstanceCount, :Period, :Pid, :InstanceChargeType, :InstanceType, :DBEngine
4306
-
4306
+
4307
4307
  def initialize(zone=nil, speccode=nil, storage=nil, instancecount=nil, period=nil, pid=nil, instancechargetype=nil, instancetype=nil, dbengine=nil)
4308
4308
  @Zone = zone
4309
4309
  @SpecCode = speccode
@@ -4341,7 +4341,7 @@ module TencentCloud
4341
4341
  # @type RequestId: String
4342
4342
 
4343
4343
  attr_accessor :OriginalPrice, :Price, :Currency, :RequestId
4344
-
4344
+
4345
4345
  def initialize(originalprice=nil, price=nil, currency=nil, requestid=nil)
4346
4346
  @OriginalPrice = originalprice
4347
4347
  @Price = price
@@ -4365,7 +4365,7 @@ module TencentCloud
4365
4365
  # @type Period: Integer
4366
4366
 
4367
4367
  attr_accessor :DBInstanceId, :Period
4368
-
4368
+
4369
4369
  def initialize(dbinstanceid=nil, period=nil)
4370
4370
  @DBInstanceId = dbinstanceid
4371
4371
  @Period = period
@@ -4389,7 +4389,7 @@ module TencentCloud
4389
4389
  # @type RequestId: String
4390
4390
 
4391
4391
  attr_accessor :OriginalPrice, :Price, :Currency, :RequestId
4392
-
4392
+
4393
4393
  def initialize(originalprice=nil, price=nil, currency=nil, requestid=nil)
4394
4394
  @OriginalPrice = originalprice
4395
4395
  @Price = price
@@ -4417,7 +4417,7 @@ module TencentCloud
4417
4417
  # @type InstanceChargeType: String
4418
4418
 
4419
4419
  attr_accessor :Storage, :Memory, :DBInstanceId, :InstanceChargeType
4420
-
4420
+
4421
4421
  def initialize(storage=nil, memory=nil, dbinstanceid=nil, instancechargetype=nil)
4422
4422
  @Storage = storage
4423
4423
  @Memory = memory
@@ -4445,7 +4445,7 @@ module TencentCloud
4445
4445
  # @type RequestId: String
4446
4446
 
4447
4447
  attr_accessor :OriginalPrice, :Price, :Currency, :RequestId
4448
-
4448
+
4449
4449
  def initialize(originalprice=nil, price=nil, currency=nil, requestid=nil)
4450
4450
  @OriginalPrice = originalprice
4451
4451
  @Price = price
@@ -4467,7 +4467,7 @@ module TencentCloud
4467
4467
  # @type DBInstanceIdSet: Array
4468
4468
 
4469
4469
  attr_accessor :DBInstanceIdSet
4470
-
4470
+
4471
4471
  def initialize(dbinstanceidset=nil)
4472
4472
  @DBInstanceIdSet = dbinstanceidset
4473
4473
  end
@@ -4483,7 +4483,7 @@ module TencentCloud
4483
4483
  # @type RequestId: String
4484
4484
 
4485
4485
  attr_accessor :RequestId
4486
-
4486
+
4487
4487
  def initialize(requestid=nil)
4488
4488
  @RequestId = requestid
4489
4489
  end
@@ -4517,7 +4517,7 @@ module TencentCloud
4517
4517
  # @type ExpireTime: String
4518
4518
 
4519
4519
  attr_accessor :DBInstanceId, :Id, :Name, :BackupMethod, :BackupMode, :State, :Size, :StartTime, :FinishTime, :ExpireTime
4520
-
4520
+
4521
4521
  def initialize(dbinstanceid=nil, id=nil, name=nil, backupmethod=nil, backupmode=nil, state=nil, size=nil, starttime=nil, finishtime=nil, expiretime=nil)
4522
4522
  @DBInstanceId = dbinstanceid
4523
4523
  @Id = id
@@ -4555,7 +4555,7 @@ module TencentCloud
4555
4555
  # @type Remark: String
4556
4556
 
4557
4557
  attr_accessor :DBInstanceId, :UserName, :Remark
4558
-
4558
+
4559
4559
  def initialize(dbinstanceid=nil, username=nil, remark=nil)
4560
4560
  @DBInstanceId = dbinstanceid
4561
4561
  @UserName = username
@@ -4575,7 +4575,7 @@ module TencentCloud
4575
4575
  # @type RequestId: String
4576
4576
 
4577
4577
  attr_accessor :RequestId
4578
-
4578
+
4579
4579
  def initialize(requestid=nil)
4580
4580
  @RequestId = requestid
4581
4581
  end
@@ -4599,7 +4599,7 @@ module TencentCloud
4599
4599
  # @type IpSet: Array
4600
4600
 
4601
4601
  attr_accessor :RestrictionType, :VpcRestrictionEffect, :VpcIdSet, :IpRestrictionEffect, :IpSet
4602
-
4602
+
4603
4603
  def initialize(restrictiontype=nil, vpcrestrictioneffect=nil, vpcidset=nil, iprestrictioneffect=nil, ipset=nil)
4604
4604
  @RestrictionType = restrictiontype
4605
4605
  @VpcRestrictionEffect = vpcrestrictioneffect
@@ -4623,7 +4623,7 @@ module TencentCloud
4623
4623
  # @type RequestId: String
4624
4624
 
4625
4625
  attr_accessor :RequestId
4626
-
4626
+
4627
4627
  def initialize(requestid=nil)
4628
4628
  @RequestId = requestid
4629
4629
  end
@@ -4647,7 +4647,7 @@ module TencentCloud
4647
4647
  # @type BackupPeriod: Array
4648
4648
 
4649
4649
  attr_accessor :DBInstanceId, :MinBackupStartTime, :MaxBackupStartTime, :BaseBackupRetentionPeriod, :BackupPeriod
4650
-
4650
+
4651
4651
  def initialize(dbinstanceid=nil, minbackupstarttime=nil, maxbackupstarttime=nil, basebackupretentionperiod=nil, backupperiod=nil)
4652
4652
  @DBInstanceId = dbinstanceid
4653
4653
  @MinBackupStartTime = minbackupstarttime
@@ -4671,7 +4671,7 @@ module TencentCloud
4671
4671
  # @type RequestId: String
4672
4672
 
4673
4673
  attr_accessor :RequestId
4674
-
4674
+
4675
4675
  def initialize(requestid=nil)
4676
4676
  @RequestId = requestid
4677
4677
  end
@@ -4691,7 +4691,7 @@ module TencentCloud
4691
4691
  # @type NewExpireTime: String
4692
4692
 
4693
4693
  attr_accessor :DBInstanceId, :BaseBackupId, :NewExpireTime
4694
-
4694
+
4695
4695
  def initialize(dbinstanceid=nil, basebackupid=nil, newexpiretime=nil)
4696
4696
  @DBInstanceId = dbinstanceid
4697
4697
  @BaseBackupId = basebackupid
@@ -4711,7 +4711,7 @@ module TencentCloud
4711
4711
  # @type RequestId: String
4712
4712
 
4713
4713
  attr_accessor :RequestId
4714
-
4714
+
4715
4715
  def initialize(requestid=nil)
4716
4716
  @RequestId = requestid
4717
4717
  end
@@ -4735,7 +4735,7 @@ module TencentCloud
4735
4735
  # @type AutoVoucher: Integer
4736
4736
 
4737
4737
  attr_accessor :DBInstanceId, :InstanceChargeType, :Period, :AutoRenewFlag, :AutoVoucher
4738
-
4738
+
4739
4739
  def initialize(dbinstanceid=nil, instancechargetype=nil, period=nil, autorenewflag=nil, autovoucher=nil)
4740
4740
  @DBInstanceId = dbinstanceid
4741
4741
  @InstanceChargeType = instancechargetype
@@ -4761,7 +4761,7 @@ module TencentCloud
4761
4761
  # @type RequestId: String
4762
4762
 
4763
4763
  attr_accessor :DealName, :RequestId
4764
-
4764
+
4765
4765
  def initialize(dealname=nil, requestid=nil)
4766
4766
  @DealName = dealname
4767
4767
  @RequestId = requestid
@@ -4787,7 +4787,7 @@ module TencentCloud
4787
4787
  # @type SwitchEndTime: String
4788
4788
 
4789
4789
  attr_accessor :DBInstanceId, :DBNodeSet, :SwitchTag, :SwitchStartTime, :SwitchEndTime
4790
-
4790
+
4791
4791
  def initialize(dbinstanceid=nil, dbnodeset=nil, switchtag=nil, switchstarttime=nil, switchendtime=nil)
4792
4792
  @DBInstanceId = dbinstanceid
4793
4793
  @DBNodeSet = dbnodeset
@@ -4818,7 +4818,7 @@ module TencentCloud
4818
4818
  # @type RequestId: String
4819
4819
 
4820
4820
  attr_accessor :RequestId
4821
-
4821
+
4822
4822
  def initialize(requestid=nil)
4823
4823
  @RequestId = requestid
4824
4824
  end
@@ -4836,7 +4836,7 @@ module TencentCloud
4836
4836
  # @type InstanceName: String
4837
4837
 
4838
4838
  attr_accessor :DBInstanceId, :InstanceName
4839
-
4839
+
4840
4840
  def initialize(dbinstanceid=nil, instancename=nil)
4841
4841
  @DBInstanceId = dbinstanceid
4842
4842
  @InstanceName = instancename
@@ -4854,7 +4854,7 @@ module TencentCloud
4854
4854
  # @type RequestId: String
4855
4855
 
4856
4856
  attr_accessor :RequestId
4857
-
4857
+
4858
4858
  def initialize(requestid=nil)
4859
4859
  @RequestId = requestid
4860
4860
  end
@@ -4872,7 +4872,7 @@ module TencentCloud
4872
4872
  # @type ParamList: Array
4873
4873
 
4874
4874
  attr_accessor :DBInstanceId, :ParamList
4875
-
4875
+
4876
4876
  def initialize(dbinstanceid=nil, paramlist=nil)
4877
4877
  @DBInstanceId = dbinstanceid
4878
4878
  @ParamList = paramlist
@@ -4897,7 +4897,7 @@ module TencentCloud
4897
4897
  # @type RequestId: String
4898
4898
 
4899
4899
  attr_accessor :RequestId
4900
-
4900
+
4901
4901
  def initialize(requestid=nil)
4902
4902
  @RequestId = requestid
4903
4903
  end
@@ -4917,7 +4917,7 @@ module TencentCloud
4917
4917
  # @type NewReadOnlyGroupId: String
4918
4918
 
4919
4919
  attr_accessor :DBInstanceId, :ReadOnlyGroupId, :NewReadOnlyGroupId
4920
-
4920
+
4921
4921
  def initialize(dbinstanceid=nil, readonlygroupid=nil, newreadonlygroupid=nil)
4922
4922
  @DBInstanceId = dbinstanceid
4923
4923
  @ReadOnlyGroupId = readonlygroupid
@@ -4939,7 +4939,7 @@ module TencentCloud
4939
4939
  # @type RequestId: String
4940
4940
 
4941
4941
  attr_accessor :FlowId, :RequestId
4942
-
4942
+
4943
4943
  def initialize(flowid=nil, requestid=nil)
4944
4944
  @FlowId = flowid
4945
4945
  @RequestId = requestid
@@ -4961,7 +4961,7 @@ module TencentCloud
4961
4961
  # @type ReadOnlyGroupId: String
4962
4962
 
4963
4963
  attr_accessor :SecurityGroupIdSet, :DBInstanceId, :ReadOnlyGroupId
4964
-
4964
+
4965
4965
  def initialize(securitygroupidset=nil, dbinstanceid=nil, readonlygroupid=nil)
4966
4966
  @SecurityGroupIdSet = securitygroupidset
4967
4967
  @DBInstanceId = dbinstanceid
@@ -4981,7 +4981,7 @@ module TencentCloud
4981
4981
  # @type RequestId: String
4982
4982
 
4983
4983
  attr_accessor :RequestId
4984
-
4984
+
4985
4985
  def initialize(requestid=nil)
4986
4986
  @RequestId = requestid
4987
4987
  end
@@ -5013,7 +5013,7 @@ module TencentCloud
5013
5013
  # @type SwitchEndTime: String
5014
5014
 
5015
5015
  attr_accessor :DBInstanceId, :Memory, :Storage, :AutoVoucher, :VoucherIds, :ActivityId, :SwitchTag, :SwitchStartTime, :SwitchEndTime
5016
-
5016
+
5017
5017
  def initialize(dbinstanceid=nil, memory=nil, storage=nil, autovoucher=nil, voucherids=nil, activityid=nil, switchtag=nil, switchstarttime=nil, switchendtime=nil)
5018
5018
  @DBInstanceId = dbinstanceid
5019
5019
  @Memory = memory
@@ -5049,7 +5049,7 @@ module TencentCloud
5049
5049
  # @type RequestId: String
5050
5050
 
5051
5051
  attr_accessor :DealName, :BillId, :RequestId
5052
-
5052
+
5053
5053
  def initialize(dealname=nil, billid=nil, requestid=nil)
5054
5054
  @DealName = dealname
5055
5055
  @BillId = billid
@@ -5071,7 +5071,7 @@ module TencentCloud
5071
5071
  # @type ProjectId: String
5072
5072
 
5073
5073
  attr_accessor :DBInstanceIdSet, :ProjectId
5074
-
5074
+
5075
5075
  def initialize(dbinstanceidset=nil, projectid=nil)
5076
5076
  @DBInstanceIdSet = dbinstanceidset
5077
5077
  @ProjectId = projectid
@@ -5091,7 +5091,7 @@ module TencentCloud
5091
5091
  # @type RequestId: String
5092
5092
 
5093
5093
  attr_accessor :Count, :RequestId
5094
-
5094
+
5095
5095
  def initialize(count=nil, requestid=nil)
5096
5096
  @Count = count
5097
5097
  @RequestId = requestid
@@ -5117,7 +5117,7 @@ module TencentCloud
5117
5117
  # @type DeleteParamSet: Array
5118
5118
 
5119
5119
  attr_accessor :TemplateId, :TemplateName, :TemplateDescription, :ModifyParamEntrySet, :DeleteParamSet
5120
-
5120
+
5121
5121
  def initialize(templateid=nil, templatename=nil, templatedescription=nil, modifyparamentryset=nil, deleteparamset=nil)
5122
5122
  @TemplateId = templateid
5123
5123
  @TemplateName = templatename
@@ -5148,7 +5148,7 @@ module TencentCloud
5148
5148
  # @type RequestId: String
5149
5149
 
5150
5150
  attr_accessor :RequestId
5151
-
5151
+
5152
5152
  def initialize(requestid=nil)
5153
5153
  @RequestId = requestid
5154
5154
  end
@@ -5178,7 +5178,7 @@ module TencentCloud
5178
5178
  # @type MinDelayEliminateReserve: Integer
5179
5179
 
5180
5180
  attr_accessor :ReadOnlyGroupId, :ReadOnlyGroupName, :ReplayLagEliminate, :ReplayLatencyEliminate, :MaxReplayLatency, :MaxReplayLag, :Rebalance, :MinDelayEliminateReserve
5181
-
5181
+
5182
5182
  def initialize(readonlygroupid=nil, readonlygroupname=nil, replaylageliminate=nil, replaylatencyeliminate=nil, maxreplaylatency=nil, maxreplaylag=nil, rebalance=nil, mindelayeliminatereserve=nil)
5183
5183
  @ReadOnlyGroupId = readonlygroupid
5184
5184
  @ReadOnlyGroupName = readonlygroupname
@@ -5208,7 +5208,7 @@ module TencentCloud
5208
5208
  # @type RequestId: String
5209
5209
 
5210
5210
  attr_accessor :RequestId
5211
-
5211
+
5212
5212
  def initialize(requestid=nil)
5213
5213
  @RequestId = requestid
5214
5214
  end
@@ -5226,7 +5226,7 @@ module TencentCloud
5226
5226
  # @type SwitchTag: Integer
5227
5227
 
5228
5228
  attr_accessor :DBInstanceId, :SwitchTag
5229
-
5229
+
5230
5230
  def initialize(dbinstanceid=nil, switchtag=nil)
5231
5231
  @DBInstanceId = dbinstanceid
5232
5232
  @SwitchTag = switchtag
@@ -5244,7 +5244,7 @@ module TencentCloud
5244
5244
  # @type RequestId: String
5245
5245
 
5246
5246
  attr_accessor :RequestId
5247
-
5247
+
5248
5248
  def initialize(requestid=nil)
5249
5249
  @RequestId = requestid
5250
5250
  end
@@ -5282,7 +5282,7 @@ module TencentCloud
5282
5282
  # @type VpcStatus: Integer
5283
5283
 
5284
5284
  attr_accessor :ResourceId, :ResourceType, :VpcId, :Vip, :Vip6, :Vport, :SubnetId, :VpcStatus
5285
-
5285
+
5286
5286
  def initialize(resourceid=nil, resourcetype=nil, vpcid=nil, vip=nil, vip6=nil, vport=nil, subnetid=nil, vpcstatus=nil)
5287
5287
  @ResourceId = resourceid
5288
5288
  @ResourceType = resourcetype
@@ -5340,7 +5340,7 @@ module TencentCloud
5340
5340
  # @type NormalQuery: String
5341
5341
 
5342
5342
  attr_accessor :UserName, :Calls, :CallsGrids, :CostTime, :Rows, :MinCostTime, :MaxCostTime, :FirstTime, :LastTime, :SharedReadBlks, :SharedWriteBlks, :ReadCostTime, :WriteCostTime, :DatabaseName, :NormalQuery
5343
-
5343
+
5344
5344
  def initialize(username=nil, calls=nil, callsgrids=nil, costtime=nil, rows=nil, mincosttime=nil, maxcosttime=nil, firsttime=nil, lasttime=nil, sharedreadblks=nil, sharedwriteblks=nil, readcosttime=nil, writecosttime=nil, databasename=nil, normalquery=nil)
5345
5345
  @UserName = username
5346
5346
  @Calls = calls
@@ -5386,7 +5386,7 @@ module TencentCloud
5386
5386
  # @type IsIpv6: Integer
5387
5387
 
5388
5388
  attr_accessor :DBInstanceId, :IsIpv6
5389
-
5389
+
5390
5390
  def initialize(dbinstanceid=nil, isipv6=nil)
5391
5391
  @DBInstanceId = dbinstanceid
5392
5392
  @IsIpv6 = isipv6
@@ -5406,7 +5406,7 @@ module TencentCloud
5406
5406
  # @type RequestId: String
5407
5407
 
5408
5408
  attr_accessor :FlowId, :RequestId
5409
-
5409
+
5410
5410
  def initialize(flowid=nil, requestid=nil)
5411
5411
  @FlowId = flowid
5412
5412
  @RequestId = requestid
@@ -5426,7 +5426,7 @@ module TencentCloud
5426
5426
  # @type DBInstanceName: String
5427
5427
 
5428
5428
  attr_accessor :DBInstanceId, :DBInstanceName
5429
-
5429
+
5430
5430
  def initialize(dbinstanceid=nil, dbinstancename=nil)
5431
5431
  @DBInstanceId = dbinstanceid
5432
5432
  @DBInstanceName = dbinstancename
@@ -5444,7 +5444,7 @@ module TencentCloud
5444
5444
  # @type RequestId: String
5445
5445
 
5446
5446
  attr_accessor :RequestId
5447
-
5447
+
5448
5448
  def initialize(requestid=nil)
5449
5449
  @RequestId = requestid
5450
5450
  end
@@ -5462,7 +5462,7 @@ module TencentCloud
5462
5462
  # @type ExpectedValue: String
5463
5463
 
5464
5464
  attr_accessor :Name, :ExpectedValue
5465
-
5465
+
5466
5466
  def initialize(name=nil, expectedvalue=nil)
5467
5467
  @Name = name
5468
5468
  @ExpectedValue = expectedvalue
@@ -5541,7 +5541,7 @@ module TencentCloud
5541
5541
  # @type SpecRelationSet: Array
5542
5542
 
5543
5543
  attr_accessor :ID, :Name, :ParamValueType, :Unit, :DefaultValue, :CurrentValue, :Max, :EnumValue, :Min, :ParamDescriptionCH, :ParamDescriptionEN, :NeedReboot, :ClassificationCN, :ClassificationEN, :SpecRelated, :Advanced, :LastModifyTime, :StandbyRelated, :VersionRelationSet, :SpecRelationSet
5544
-
5544
+
5545
5545
  def initialize(id=nil, name=nil, paramvaluetype=nil, unit=nil, defaultvalue=nil, currentvalue=nil, max=nil, enumvalue=nil, min=nil, paramdescriptionch=nil, paramdescriptionen=nil, needreboot=nil, classificationcn=nil, classificationen=nil, specrelated=nil, advanced=nil, lastmodifytime=nil, standbyrelated=nil, versionrelationset=nil, specrelationset=nil)
5546
5546
  @ID = id
5547
5547
  @Name = name
@@ -5628,7 +5628,7 @@ module TencentCloud
5628
5628
  # @type EnumValue: Array
5629
5629
 
5630
5630
  attr_accessor :Name, :Memory, :Value, :Unit, :Max, :Min, :EnumValue
5631
-
5631
+
5632
5632
  def initialize(name=nil, memory=nil, value=nil, unit=nil, max=nil, min=nil, enumvalue=nil)
5633
5633
  @Name = name
5634
5634
  @Memory = memory
@@ -5675,7 +5675,7 @@ module TencentCloud
5675
5675
  # @type EnumValue: Array
5676
5676
 
5677
5677
  attr_accessor :Name, :DBKernelVersion, :Value, :Unit, :Max, :Min, :EnumValue
5678
-
5678
+
5679
5679
  def initialize(name=nil, dbkernelversion=nil, value=nil, unit=nil, max=nil, min=nil, enumvalue=nil)
5680
5680
  @Name = name
5681
5681
  @DBKernelVersion = dbkernelversion
@@ -5711,7 +5711,7 @@ module TencentCloud
5711
5711
  # @type TemplateDescription: String
5712
5712
 
5713
5713
  attr_accessor :TemplateId, :TemplateName, :DBMajorVersion, :DBEngine, :TemplateDescription
5714
-
5714
+
5715
5715
  def initialize(templateid=nil, templatename=nil, dbmajorversion=nil, dbengine=nil, templatedescription=nil)
5716
5716
  @TemplateId = templateid
5717
5717
  @TemplateName = templatename
@@ -5745,7 +5745,7 @@ module TencentCloud
5745
5745
  # @type DBInstanceIdSet: Array
5746
5746
 
5747
5747
  attr_accessor :DealName, :OwnerUin, :Count, :PayMode, :FlowId, :DBInstanceIdSet
5748
-
5748
+
5749
5749
  def initialize(dealname=nil, owneruin=nil, count=nil, paymode=nil, flowid=nil, dbinstanceidset=nil)
5750
5750
  @DealName = dealname
5751
5751
  @OwnerUin = owneruin
@@ -5779,7 +5779,7 @@ module TencentCloud
5779
5779
  # @type Description: String
5780
5780
 
5781
5781
  attr_accessor :Action, :CidrIp, :PortRange, :IpProtocol, :Description
5782
-
5782
+
5783
5783
  def initialize(action=nil, cidrip=nil, portrange=nil, ipprotocol=nil, description=nil)
5784
5784
  @Action = action
5785
5785
  @CidrIp = cidrip
@@ -5813,7 +5813,7 @@ module TencentCloud
5813
5813
  # @type SessionStartTime: String
5814
5814
 
5815
5815
  attr_accessor :RawQuery, :DatabaseName, :Duration, :ClientAddr, :UserName, :SessionStartTime
5816
-
5816
+
5817
5817
  def initialize(rawquery=nil, databasename=nil, duration=nil, clientaddr=nil, username=nil, sessionstarttime=nil)
5818
5818
  @RawQuery = rawquery
5819
5819
  @DatabaseName = databasename
@@ -5880,7 +5880,7 @@ module TencentCloud
5880
5880
  # @type NetworkAccessList: Array
5881
5881
 
5882
5882
  attr_accessor :ReadOnlyGroupId, :ReadOnlyGroupName, :ProjectId, :MasterDBInstanceId, :MinDelayEliminateReserve, :MaxReplayLatency, :ReplayLatencyEliminate, :MaxReplayLag, :ReplayLagEliminate, :VpcId, :SubnetId, :Region, :Zone, :Status, :ReadOnlyDBInstanceList, :Rebalance, :DBInstanceNetInfo, :NetworkAccessList
5883
-
5883
+
5884
5884
  def initialize(readonlygroupid=nil, readonlygroupname=nil, projectid=nil, masterdbinstanceid=nil, mindelayeliminatereserve=nil, maxreplaylatency=nil, replaylatencyeliminate=nil, maxreplaylag=nil, replaylageliminate=nil, vpcid=nil, subnetid=nil, region=nil, zone=nil, status=nil, readonlydbinstancelist=nil, rebalance=nil, dbinstancenetinfo=nil, networkaccesslist=nil)
5885
5885
  @ReadOnlyGroupId = readonlygroupid
5886
5886
  @ReadOnlyGroupName = readonlygroupname
@@ -5951,7 +5951,7 @@ module TencentCloud
5951
5951
  # @type ReadOnlyGroupId: String
5952
5952
 
5953
5953
  attr_accessor :ReadOnlyGroupId
5954
-
5954
+
5955
5955
  def initialize(readonlygroupid=nil)
5956
5956
  @ReadOnlyGroupId = readonlygroupid
5957
5957
  end
@@ -5967,7 +5967,7 @@ module TencentCloud
5967
5967
  # @type RequestId: String
5968
5968
 
5969
5969
  attr_accessor :RequestId
5970
-
5970
+
5971
5971
  def initialize(requestid=nil)
5972
5972
  @RequestId = requestid
5973
5973
  end
@@ -5992,7 +5992,7 @@ module TencentCloud
5992
5992
  # @type SupportInternational: Integer
5993
5993
 
5994
5994
  attr_accessor :Region, :RegionName, :RegionId, :RegionState, :SupportInternational
5995
-
5995
+
5996
5996
  def initialize(region=nil, regionname=nil, regionid=nil, regionstate=nil, supportinternational=nil)
5997
5997
  @Region = region
5998
5998
  @RegionName = regionname
@@ -6018,7 +6018,7 @@ module TencentCloud
6018
6018
  # @type ReadOnlyGroupId: String
6019
6019
 
6020
6020
  attr_accessor :DBInstanceId, :ReadOnlyGroupId
6021
-
6021
+
6022
6022
  def initialize(dbinstanceid=nil, readonlygroupid=nil)
6023
6023
  @DBInstanceId = dbinstanceid
6024
6024
  @ReadOnlyGroupId = readonlygroupid
@@ -6038,7 +6038,7 @@ module TencentCloud
6038
6038
  # @type RequestId: String
6039
6039
 
6040
6040
  attr_accessor :FlowId, :RequestId
6041
-
6041
+
6042
6042
  def initialize(flowid=nil, requestid=nil)
6043
6043
  @FlowId = flowid
6044
6044
  @RequestId = requestid
@@ -6062,7 +6062,7 @@ module TencentCloud
6062
6062
  # @type VoucherIds: Array
6063
6063
 
6064
6064
  attr_accessor :DBInstanceId, :Period, :AutoVoucher, :VoucherIds
6065
-
6065
+
6066
6066
  def initialize(dbinstanceid=nil, period=nil, autovoucher=nil, voucherids=nil)
6067
6067
  @DBInstanceId = dbinstanceid
6068
6068
  @Period = period
@@ -6086,7 +6086,7 @@ module TencentCloud
6086
6086
  # @type RequestId: String
6087
6087
 
6088
6088
  attr_accessor :DealName, :RequestId
6089
-
6089
+
6090
6090
  def initialize(dealname=nil, requestid=nil)
6091
6091
  @DealName = dealname
6092
6092
  @RequestId = requestid
@@ -6108,7 +6108,7 @@ module TencentCloud
6108
6108
  # @type Password: String
6109
6109
 
6110
6110
  attr_accessor :DBInstanceId, :UserName, :Password
6111
-
6111
+
6112
6112
  def initialize(dbinstanceid=nil, username=nil, password=nil)
6113
6113
  @DBInstanceId = dbinstanceid
6114
6114
  @UserName = username
@@ -6128,7 +6128,7 @@ module TencentCloud
6128
6128
  # @type RequestId: String
6129
6129
 
6130
6130
  attr_accessor :RequestId
6131
-
6131
+
6132
6132
  def initialize(requestid=nil)
6133
6133
  @RequestId = requestid
6134
6134
  end
@@ -6144,7 +6144,7 @@ module TencentCloud
6144
6144
  # @type DBInstanceId: String
6145
6145
 
6146
6146
  attr_accessor :DBInstanceId
6147
-
6147
+
6148
6148
  def initialize(dbinstanceid=nil)
6149
6149
  @DBInstanceId = dbinstanceid
6150
6150
  end
@@ -6162,7 +6162,7 @@ module TencentCloud
6162
6162
  # @type RequestId: String
6163
6163
 
6164
6164
  attr_accessor :FlowId, :RequestId
6165
-
6165
+
6166
6166
  def initialize(flowid=nil, requestid=nil)
6167
6167
  @FlowId = flowid
6168
6168
  @RequestId = requestid
@@ -6192,7 +6192,7 @@ module TencentCloud
6192
6192
  # @type SecurityGroupDescription: String
6193
6193
 
6194
6194
  attr_accessor :ProjectId, :CreateTime, :Inbound, :Outbound, :SecurityGroupId, :SecurityGroupName, :SecurityGroupDescription
6195
-
6195
+
6196
6196
  def initialize(projectid=nil, createtime=nil, inbound=nil, outbound=nil, securitygroupid=nil, securitygroupname=nil, securitygroupdescription=nil)
6197
6197
  @ProjectId = projectid
6198
6198
  @CreateTime = createtime
@@ -6241,7 +6241,7 @@ module TencentCloud
6241
6241
  # @type DBConnLimit: Integer
6242
6242
 
6243
6243
  attr_accessor :DBUser, :DBPassword, :DBConnLimit
6244
-
6244
+
6245
6245
  def initialize(dbuser=nil, dbpassword=nil, dbconnlimit=nil)
6246
6246
  @DBUser = dbuser
6247
6247
  @DBPassword = dbpassword
@@ -6310,7 +6310,7 @@ module TencentCloud
6310
6310
  # @type DBMajorVersion: String
6311
6311
 
6312
6312
  attr_accessor :DBInstanceId, :DBInstanceName, :DBInstanceStatus, :Region, :Zone, :ProjectId, :VpcId, :SubnetId, :DBCharset, :DBVersion, :CreateTime, :DBInstanceNetInfo, :DBAccountSet, :DBDatabaseList, :TagList, :DBKernelVersion, :DBMajorVersion
6313
-
6313
+
6314
6314
  def initialize(dbinstanceid=nil, dbinstancename=nil, dbinstancestatus=nil, region=nil, zone=nil, projectid=nil, vpcid=nil, subnetid=nil, dbcharset=nil, dbversion=nil, createtime=nil, dbinstancenetinfo=nil, dbaccountset=nil, dbdatabaselist=nil, taglist=nil, dbkernelversion=nil, dbmajorversion=nil)
6315
6315
  @DBInstanceId = dbinstanceid
6316
6316
  @DBInstanceName = dbinstancename
@@ -6392,7 +6392,7 @@ module TencentCloud
6392
6392
  # @type NetType: String
6393
6393
 
6394
6394
  attr_accessor :Address, :Ip, :Port, :Status, :NetType
6395
-
6395
+
6396
6396
  def initialize(address=nil, ip=nil, port=nil, status=nil, nettype=nil)
6397
6397
  @Address = address
6398
6398
  @Ip = ip
@@ -6418,7 +6418,7 @@ module TencentCloud
6418
6418
  # @type AutoRenewFlag: Integer
6419
6419
 
6420
6420
  attr_accessor :DBInstanceIdSet, :AutoRenewFlag
6421
-
6421
+
6422
6422
  def initialize(dbinstanceidset=nil, autorenewflag=nil)
6423
6423
  @DBInstanceIdSet = dbinstanceidset
6424
6424
  @AutoRenewFlag = autorenewflag
@@ -6438,7 +6438,7 @@ module TencentCloud
6438
6438
  # @type RequestId: String
6439
6439
 
6440
6440
  attr_accessor :Count, :RequestId
6441
-
6441
+
6442
6442
  def initialize(count=nil, requestid=nil)
6443
6443
  @Count = count
6444
6444
  @RequestId = requestid
@@ -6460,7 +6460,7 @@ module TencentCloud
6460
6460
  # @type NormalQueries: Array
6461
6461
 
6462
6462
  attr_accessor :TotalTime, :TotalCalls, :NormalQueries
6463
-
6463
+
6464
6464
  def initialize(totaltime=nil, totalcalls=nil, normalqueries=nil)
6465
6465
  @TotalTime = totaltime
6466
6466
  @TotalCalls = totalcalls
@@ -6494,7 +6494,7 @@ module TencentCloud
6494
6494
  # @type SupportKMSRegions: Array
6495
6495
 
6496
6496
  attr_accessor :Region, :Zone, :SpecItemInfoList, :SupportKMSRegions
6497
-
6497
+
6498
6498
  def initialize(region=nil, zone=nil, speciteminfolist=nil, supportkmsregions=nil)
6499
6499
  @Region = region
6500
6500
  @Zone = zone
@@ -6550,7 +6550,7 @@ module TencentCloud
6550
6550
  # @type IsSupportTDE: Integer
6551
6551
 
6552
6552
  attr_accessor :SpecCode, :Version, :VersionName, :Cpu, :Memory, :MaxStorage, :MinStorage, :Qps, :Pid, :Type, :MajorVersion, :KernelVersion, :IsSupportTDE
6553
-
6553
+
6554
6554
  def initialize(speccode=nil, version=nil, versionname=nil, cpu=nil, memory=nil, maxstorage=nil, minstorage=nil, qps=nil, pid=nil, type=nil, majorversion=nil, kernelversion=nil, issupporttde=nil)
6555
6555
  @SpecCode = speccode
6556
6556
  @Version = version
@@ -6592,7 +6592,7 @@ module TencentCloud
6592
6592
  # @type TagValue: String
6593
6593
 
6594
6594
  attr_accessor :TagKey, :TagValue
6595
-
6595
+
6596
6596
  def initialize(tagkey=nil, tagvalue=nil)
6597
6597
  @TagKey = tagkey
6598
6598
  @TagValue = tagvalue
@@ -6625,7 +6625,7 @@ module TencentCloud
6625
6625
  # @type DryRun: Boolean
6626
6626
 
6627
6627
  attr_accessor :DBInstanceId, :TargetDBKernelVersion, :SwitchTag, :SwitchStartTime, :SwitchEndTime, :DryRun
6628
-
6628
+
6629
6629
  def initialize(dbinstanceid=nil, targetdbkernelversion=nil, switchtag=nil, switchstarttime=nil, switchendtime=nil, dryrun=nil)
6630
6630
  @DBInstanceId = dbinstanceid
6631
6631
  @TargetDBKernelVersion = targetdbkernelversion
@@ -6651,7 +6651,7 @@ module TencentCloud
6651
6651
  # @type RequestId: String
6652
6652
 
6653
6653
  attr_accessor :RequestId
6654
-
6654
+
6655
6655
  def initialize(requestid=nil)
6656
6656
  @RequestId = requestid
6657
6657
  end
@@ -6683,7 +6683,7 @@ module TencentCloud
6683
6683
  # @type SwitchEndTime: String
6684
6684
 
6685
6685
  attr_accessor :Memory, :Storage, :DBInstanceId, :AutoVoucher, :VoucherIds, :ActivityId, :SwitchTag, :SwitchStartTime, :SwitchEndTime
6686
-
6686
+
6687
6687
  def initialize(memory=nil, storage=nil, dbinstanceid=nil, autovoucher=nil, voucherids=nil, activityid=nil, switchtag=nil, switchstarttime=nil, switchendtime=nil)
6688
6688
  @Memory = memory
6689
6689
  @Storage = storage
@@ -6719,7 +6719,7 @@ module TencentCloud
6719
6719
  # @type RequestId: String
6720
6720
 
6721
6721
  attr_accessor :DealName, :BillId, :RequestId
6722
-
6722
+
6723
6723
  def initialize(dealname=nil, billid=nil, requestid=nil)
6724
6724
  @DealName = dealname
6725
6725
  @BillId = billid
@@ -6756,7 +6756,7 @@ module TencentCloud
6756
6756
  # @type AvailableUpgradeTarget: Array
6757
6757
 
6758
6758
  attr_accessor :DBEngine, :DBVersion, :DBMajorVersion, :DBKernelVersion, :SupportedFeatureNames, :Status, :AvailableUpgradeTarget
6759
-
6759
+
6760
6760
  def initialize(dbengine=nil, dbversion=nil, dbmajorversion=nil, dbkernelversion=nil, supportedfeaturenames=nil, status=nil, availableupgradetarget=nil)
6761
6761
  @DBEngine = dbengine
6762
6762
  @DBVersion = dbversion
@@ -6794,7 +6794,7 @@ module TencentCloud
6794
6794
  # @type Size: Integer
6795
6795
 
6796
6796
  attr_accessor :Id, :StartTime, :EndTime, :InternalAddr, :ExternalAddr, :Size
6797
-
6797
+
6798
6798
  def initialize(id=nil, starttime=nil, endtime=nil, internaladdr=nil, externaladdr=nil, size=nil)
6799
6799
  @Id = id
6800
6800
  @StartTime = starttime
@@ -6835,7 +6835,7 @@ module TencentCloud
6835
6835
  # @type StandbyZoneSet: Array
6836
6836
 
6837
6837
  attr_accessor :Zone, :ZoneName, :ZoneId, :ZoneState, :ZoneSupportIpv6, :StandbyZoneSet
6838
-
6838
+
6839
6839
  def initialize(zone=nil, zonename=nil, zoneid=nil, zonestate=nil, zonesupportipv6=nil, standbyzoneset=nil)
6840
6840
  @Zone = zone
6841
6841
  @ZoneName = zonename