tencentcloud-sdk-postgres 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.
@@ -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
@@ -846,10 +846,12 @@ module TencentCloud
846
846
  # serverCollationName:排序规则名称,可选参数,在初始化后不可修改,默认为sql_latin1_general_cp1_ci_as,可选值如下:
847
847
  # "bbf_unicode_general_ci_as", "bbf_unicode_cp1_ci_as", "bbf_unicode_CP1250_ci_as", "bbf_unicode_CP1251_ci_as", "bbf_unicode_cp1253_ci_as", "bbf_unicode_cp1254_ci_as", "bbf_unicode_cp1255_ci_as", "bbf_unicode_cp1256_ci_as", "bbf_unicode_cp1257_ci_as", "bbf_unicode_cp1258_ci_as", "bbf_unicode_cp874_ci_as", "sql_latin1_general_cp1250_ci_as", "sql_latin1_general_cp1251_ci_as", "sql_latin1_general_cp1_ci_as", "sql_latin1_general_cp1253_ci_as", "sql_latin1_general_cp1254_ci_as", "sql_latin1_general_cp1255_ci_as","sql_latin1_general_cp1256_ci_as", "sql_latin1_general_cp1257_ci_as", "sql_latin1_general_cp1258_ci_as", "chinese_prc_ci_as", "cyrillic_general_ci_as", "finnish_swedish_ci_as", "french_ci_as", "japanese_ci_as", "korean_wansung_ci_as", "latin1_general_ci_as", "modern_spanish_ci_as", "polish_ci_as", "thai_ci_as", "traditional_spanish_ci_as", "turkish_ci_as", "ukrainian_ci_as", "vietnamese_ci_as"。
848
848
  # @type DBEngineConfig: String
849
+ # @param SyncMode: 主从同步方式,取值: 1)Semi-sync:半同步 2)Async:异步 默认为Async
850
+ # @type SyncMode: String
851
+
852
+ 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, :SyncMode
849
853
 
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
-
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)
854
+ 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, syncmode=nil)
853
855
  @SpecCode = speccode
854
856
  @Storage = storage
855
857
  @InstanceCount = instancecount
@@ -879,6 +881,7 @@ module TencentCloud
879
881
  @KMSRegion = kmsregion
880
882
  @DBEngine = dbengine
881
883
  @DBEngineConfig = dbengineconfig
884
+ @SyncMode = syncmode
882
885
  end
883
886
 
884
887
  def deserialize(params)
@@ -925,6 +928,7 @@ module TencentCloud
925
928
  @KMSRegion = params['KMSRegion']
926
929
  @DBEngine = params['DBEngine']
927
930
  @DBEngineConfig = params['DBEngineConfig']
931
+ @SyncMode = params['SyncMode']
928
932
  end
929
933
  end
930
934
 
@@ -940,7 +944,7 @@ module TencentCloud
940
944
  # @type RequestId: String
941
945
 
942
946
  attr_accessor :DealNames, :BillId, :DBInstanceIdSet, :RequestId
943
-
947
+
944
948
  def initialize(dealnames=nil, billid=nil, dbinstanceidset=nil, requestid=nil)
945
949
  @DealNames = dealnames
946
950
  @BillId = billid
@@ -968,7 +972,7 @@ module TencentCloud
968
972
  # @type TemplateDescription: String
969
973
 
970
974
  attr_accessor :TemplateName, :DBMajorVersion, :DBEngine, :TemplateDescription
971
-
975
+
972
976
  def initialize(templatename=nil, dbmajorversion=nil, dbengine=nil, templatedescription=nil)
973
977
  @TemplateName = templatename
974
978
  @DBMajorVersion = dbmajorversion
@@ -992,7 +996,7 @@ module TencentCloud
992
996
  # @type RequestId: String
993
997
 
994
998
  attr_accessor :TemplateId, :RequestId
995
-
999
+
996
1000
  def initialize(templateid=nil, requestid=nil)
997
1001
  @TemplateId = templateid
998
1002
  @RequestId = requestid
@@ -1048,7 +1052,7 @@ module TencentCloud
1048
1052
  # @type SecurityGroupIds: Array
1049
1053
 
1050
1054
  attr_accessor :SpecCode, :Storage, :InstanceCount, :Period, :MasterDBInstanceId, :Zone, :ProjectId, :DBVersion, :InstanceChargeType, :AutoVoucher, :VoucherIds, :AutoRenewFlag, :VpcId, :SubnetId, :ActivityId, :Name, :NeedSupportIpv6, :ReadOnlyGroupId, :TagList, :SecurityGroupIds
1051
-
1055
+
1052
1056
  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
1057
  @SpecCode = speccode
1054
1058
  @Storage = storage
@@ -1111,7 +1115,7 @@ module TencentCloud
1111
1115
  # @type RequestId: String
1112
1116
 
1113
1117
  attr_accessor :DealNames, :BillId, :DBInstanceIdSet, :RequestId
1114
-
1118
+
1115
1119
  def initialize(dealnames=nil, billid=nil, dbinstanceidset=nil, requestid=nil)
1116
1120
  @DealNames = dealnames
1117
1121
  @BillId = billid
@@ -1141,7 +1145,7 @@ module TencentCloud
1141
1145
  # @type Vip: String
1142
1146
 
1143
1147
  attr_accessor :ReadOnlyGroupId, :VpcId, :SubnetId, :IsAssignVip, :Vip
1144
-
1148
+
1145
1149
  def initialize(readonlygroupid=nil, vpcid=nil, subnetid=nil, isassignvip=nil, vip=nil)
1146
1150
  @ReadOnlyGroupId = readonlygroupid
1147
1151
  @VpcId = vpcid
@@ -1168,7 +1172,7 @@ module TencentCloud
1168
1172
  # @type RequestId: String
1169
1173
 
1170
1174
  attr_accessor :FlowId, :RequestId
1171
-
1175
+
1172
1176
  def initialize(flowid=nil, requestid=nil)
1173
1177
  @FlowId = flowid
1174
1178
  @RequestId = requestid
@@ -1206,7 +1210,7 @@ module TencentCloud
1206
1210
  # @type SecurityGroupIds: Array
1207
1211
 
1208
1212
  attr_accessor :MasterDBInstanceId, :Name, :ProjectId, :VpcId, :SubnetId, :ReplayLagEliminate, :ReplayLatencyEliminate, :MaxReplayLag, :MaxReplayLatency, :MinDelayEliminateReserve, :SecurityGroupIds
1209
-
1213
+
1210
1214
  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
1215
  @MasterDBInstanceId = masterdbinstanceid
1212
1216
  @Name = name
@@ -1247,7 +1251,7 @@ module TencentCloud
1247
1251
  # @type RequestId: String
1248
1252
 
1249
1253
  attr_accessor :ReadOnlyGroupId, :FlowId, :RequestId
1250
-
1254
+
1251
1255
  def initialize(readonlygroupid=nil, flowid=nil, requestid=nil)
1252
1256
  @ReadOnlyGroupId = readonlygroupid
1253
1257
  @FlowId = flowid
@@ -1281,7 +1285,7 @@ module TencentCloud
1281
1285
  # @type TagList: Array
1282
1286
 
1283
1287
  attr_accessor :Zone, :DBInstanceName, :DBVersion, :DBCharset, :ProjectId, :VpcId, :SubnetId, :TagList
1284
-
1288
+
1285
1289
  def initialize(zone=nil, dbinstancename=nil, dbversion=nil, dbcharset=nil, projectid=nil, vpcid=nil, subnetid=nil, taglist=nil)
1286
1290
  @Zone = zone
1287
1291
  @DBInstanceName = dbinstancename
@@ -1320,7 +1324,7 @@ module TencentCloud
1320
1324
  # @type RequestId: String
1321
1325
 
1322
1326
  attr_accessor :DBInstanceId, :RequestId
1323
-
1327
+
1324
1328
  def initialize(dbinstanceid=nil, requestid=nil)
1325
1329
  @DBInstanceId = dbinstanceid
1326
1330
  @RequestId = requestid
@@ -1361,7 +1365,7 @@ module TencentCloud
1361
1365
  # @type SetId: String
1362
1366
 
1363
1367
  attr_accessor :Id, :StartTime, :EndTime, :Size, :Strategy, :Way, :Type, :Status, :DbList, :InternalAddr, :ExternalAddr, :SetId
1364
-
1368
+
1365
1369
  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
1370
  @Id = id
1367
1371
  @StartTime = starttime
@@ -1489,7 +1493,7 @@ module TencentCloud
1489
1493
  # @type DBEngineConfig: String
1490
1494
 
1491
1495
  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
-
1496
+
1493
1497
  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
1498
  @Region = region
1495
1499
  @Zone = zone
@@ -1626,7 +1630,7 @@ module TencentCloud
1626
1630
  # @type ProtocolType: String
1627
1631
 
1628
1632
  attr_accessor :Address, :Ip, :Port, :NetType, :Status, :VpcId, :SubnetId, :ProtocolType
1629
-
1633
+
1630
1634
  def initialize(address=nil, ip=nil, port=nil, nettype=nil, status=nil, vpcid=nil, subnetid=nil, protocoltype=nil)
1631
1635
  @Address = address
1632
1636
  @Ip = ip
@@ -1660,7 +1664,7 @@ module TencentCloud
1660
1664
  # @type Zone: String
1661
1665
 
1662
1666
  attr_accessor :Role, :Zone
1663
-
1667
+
1664
1668
  def initialize(role=nil, zone=nil)
1665
1669
  @Role = role
1666
1670
  @Zone = zone
@@ -1680,7 +1684,7 @@ module TencentCloud
1680
1684
  # @type BaseBackupId: String
1681
1685
 
1682
1686
  attr_accessor :DBInstanceId, :BaseBackupId
1683
-
1687
+
1684
1688
  def initialize(dbinstanceid=nil, basebackupid=nil)
1685
1689
  @DBInstanceId = dbinstanceid
1686
1690
  @BaseBackupId = basebackupid
@@ -1698,7 +1702,7 @@ module TencentCloud
1698
1702
  # @type RequestId: String
1699
1703
 
1700
1704
  attr_accessor :RequestId
1701
-
1705
+
1702
1706
  def initialize(requestid=nil)
1703
1707
  @RequestId = requestid
1704
1708
  end
@@ -1720,7 +1724,7 @@ module TencentCloud
1720
1724
  # @type Vip: String
1721
1725
 
1722
1726
  attr_accessor :DBInstanceId, :VpcId, :SubnetId, :Vip
1723
-
1727
+
1724
1728
  def initialize(dbinstanceid=nil, vpcid=nil, subnetid=nil, vip=nil)
1725
1729
  @DBInstanceId = dbinstanceid
1726
1730
  @VpcId = vpcid
@@ -1745,7 +1749,7 @@ module TencentCloud
1745
1749
  # @type RequestId: String
1746
1750
 
1747
1751
  attr_accessor :FlowId, :RequestId
1748
-
1752
+
1749
1753
  def initialize(flowid=nil, requestid=nil)
1750
1754
  @FlowId = flowid
1751
1755
  @RequestId = requestid
@@ -1765,7 +1769,7 @@ module TencentCloud
1765
1769
  # @type LogBackupId: String
1766
1770
 
1767
1771
  attr_accessor :DBInstanceId, :LogBackupId
1768
-
1772
+
1769
1773
  def initialize(dbinstanceid=nil, logbackupid=nil)
1770
1774
  @DBInstanceId = dbinstanceid
1771
1775
  @LogBackupId = logbackupid
@@ -1783,7 +1787,7 @@ module TencentCloud
1783
1787
  # @type RequestId: String
1784
1788
 
1785
1789
  attr_accessor :RequestId
1786
-
1790
+
1787
1791
  def initialize(requestid=nil)
1788
1792
  @RequestId = requestid
1789
1793
  end
@@ -1799,7 +1803,7 @@ module TencentCloud
1799
1803
  # @type TemplateId: String
1800
1804
 
1801
1805
  attr_accessor :TemplateId
1802
-
1806
+
1803
1807
  def initialize(templateid=nil)
1804
1808
  @TemplateId = templateid
1805
1809
  end
@@ -1815,7 +1819,7 @@ module TencentCloud
1815
1819
  # @type RequestId: String
1816
1820
 
1817
1821
  attr_accessor :RequestId
1818
-
1822
+
1819
1823
  def initialize(requestid=nil)
1820
1824
  @RequestId = requestid
1821
1825
  end
@@ -1837,7 +1841,7 @@ module TencentCloud
1837
1841
  # @type Vip: String
1838
1842
 
1839
1843
  attr_accessor :ReadOnlyGroupId, :VpcId, :SubnetId, :Vip
1840
-
1844
+
1841
1845
  def initialize(readonlygroupid=nil, vpcid=nil, subnetid=nil, vip=nil)
1842
1846
  @ReadOnlyGroupId = readonlygroupid
1843
1847
  @VpcId = vpcid
@@ -1862,7 +1866,7 @@ module TencentCloud
1862
1866
  # @type RequestId: String
1863
1867
 
1864
1868
  attr_accessor :FlowId, :RequestId
1865
-
1869
+
1866
1870
  def initialize(flowid=nil, requestid=nil)
1867
1871
  @FlowId = flowid
1868
1872
  @RequestId = requestid
@@ -1880,7 +1884,7 @@ module TencentCloud
1880
1884
  # @type ReadOnlyGroupId: String
1881
1885
 
1882
1886
  attr_accessor :ReadOnlyGroupId
1883
-
1887
+
1884
1888
  def initialize(readonlygroupid=nil)
1885
1889
  @ReadOnlyGroupId = readonlygroupid
1886
1890
  end
@@ -1899,7 +1903,7 @@ module TencentCloud
1899
1903
  # @type RequestId: String
1900
1904
 
1901
1905
  attr_accessor :FlowId, :RequestId
1902
-
1906
+
1903
1907
  def initialize(flowid=nil, requestid=nil)
1904
1908
  @FlowId = flowid
1905
1909
  @RequestId = requestid
@@ -1919,7 +1923,7 @@ module TencentCloud
1919
1923
  # @type DBInstanceId: String
1920
1924
 
1921
1925
  attr_accessor :DBInstanceName, :DBInstanceId
1922
-
1926
+
1923
1927
  def initialize(dbinstancename=nil, dbinstanceid=nil)
1924
1928
  @DBInstanceName = dbinstancename
1925
1929
  @DBInstanceId = dbinstanceid
@@ -1937,7 +1941,7 @@ module TencentCloud
1937
1941
  # @type RequestId: String
1938
1942
 
1939
1943
  attr_accessor :RequestId
1940
-
1944
+
1941
1945
  def initialize(requestid=nil)
1942
1946
  @RequestId = requestid
1943
1947
  end
@@ -1961,7 +1965,7 @@ module TencentCloud
1961
1965
  # @type OrderByType: String
1962
1966
 
1963
1967
  attr_accessor :DBInstanceId, :Limit, :Offset, :OrderBy, :OrderByType
1964
-
1968
+
1965
1969
  def initialize(dbinstanceid=nil, limit=nil, offset=nil, orderby=nil, orderbytype=nil)
1966
1970
  @DBInstanceId = dbinstanceid
1967
1971
  @Limit = limit
@@ -1989,7 +1993,7 @@ module TencentCloud
1989
1993
  # @type RequestId: String
1990
1994
 
1991
1995
  attr_accessor :TotalCount, :Details, :RequestId
1992
-
1996
+
1993
1997
  def initialize(totalcount=nil, details=nil, requestid=nil)
1994
1998
  @TotalCount = totalcount
1995
1999
  @Details = details
@@ -2016,7 +2020,7 @@ module TencentCloud
2016
2020
  # @type DBInstanceId: String
2017
2021
 
2018
2022
  attr_accessor :DBInstanceId
2019
-
2023
+
2020
2024
  def initialize(dbinstanceid=nil)
2021
2025
  @DBInstanceId = dbinstanceid
2022
2026
  end
@@ -2036,7 +2040,7 @@ module TencentCloud
2036
2040
  # @type RequestId: String
2037
2041
 
2038
2042
  attr_accessor :RecoveryBeginTime, :RecoveryEndTime, :RequestId
2039
-
2043
+
2040
2044
  def initialize(recoverybegintime=nil, recoveryendtime=nil, requestid=nil)
2041
2045
  @RecoveryBeginTime = recoverybegintime
2042
2046
  @RecoveryEndTime = recoveryendtime
@@ -2053,7 +2057,7 @@ module TencentCloud
2053
2057
  # DescribeBackupDownloadRestriction请求参数结构体
2054
2058
  class DescribeBackupDownloadRestrictionRequest < TencentCloud::Common::AbstractModel
2055
2059
 
2056
-
2060
+
2057
2061
  def initialize()
2058
2062
  end
2059
2063
 
@@ -2081,7 +2085,7 @@ module TencentCloud
2081
2085
  # @type RequestId: String
2082
2086
 
2083
2087
  attr_accessor :RestrictionType, :VpcRestrictionEffect, :VpcIdSet, :IpRestrictionEffect, :IpSet, :RequestId
2084
-
2088
+
2085
2089
  def initialize(restrictiontype=nil, vpcrestrictioneffect=nil, vpcidset=nil, iprestrictioneffect=nil, ipset=nil, requestid=nil)
2086
2090
  @RestrictionType = restrictiontype
2087
2091
  @VpcRestrictionEffect = vpcrestrictioneffect
@@ -2115,7 +2119,7 @@ module TencentCloud
2115
2119
  # @type BackupDownloadRestriction: :class:`Tencentcloud::Postgres.v20170312.models.BackupDownloadRestriction`
2116
2120
 
2117
2121
  attr_accessor :DBInstanceId, :BackupType, :BackupId, :URLExpireTime, :BackupDownloadRestriction
2118
-
2122
+
2119
2123
  def initialize(dbinstanceid=nil, backuptype=nil, backupid=nil, urlexpiretime=nil, backupdownloadrestriction=nil)
2120
2124
  @DBInstanceId = dbinstanceid
2121
2125
  @BackupType = backuptype
@@ -2144,7 +2148,7 @@ module TencentCloud
2144
2148
  # @type RequestId: String
2145
2149
 
2146
2150
  attr_accessor :BackupDownloadURL, :RequestId
2147
-
2151
+
2148
2152
  def initialize(backupdownloadurl=nil, requestid=nil)
2149
2153
  @BackupDownloadURL = backupdownloadurl
2150
2154
  @RequestId = requestid
@@ -2159,7 +2163,7 @@ module TencentCloud
2159
2163
  # DescribeBackupOverview请求参数结构体
2160
2164
  class DescribeBackupOverviewRequest < TencentCloud::Common::AbstractModel
2161
2165
 
2162
-
2166
+
2163
2167
  def initialize()
2164
2168
  end
2165
2169
 
@@ -2191,7 +2195,7 @@ module TencentCloud
2191
2195
  # @type RequestId: String
2192
2196
 
2193
2197
  attr_accessor :TotalFreeSize, :UsedFreeSize, :UsedBillingSize, :LogBackupCount, :LogBackupSize, :ManualBaseBackupCount, :ManualBaseBackupSize, :AutoBaseBackupCount, :AutoBaseBackupSize, :RequestId
2194
-
2198
+
2195
2199
  def initialize(totalfreesize=nil, usedfreesize=nil, usedbillingsize=nil, logbackupcount=nil, logbackupsize=nil, manualbasebackupcount=nil, manualbasebackupsize=nil, autobasebackupcount=nil, autobasebackupsize=nil, requestid=nil)
2196
2200
  @TotalFreeSize = totalfreesize
2197
2201
  @UsedFreeSize = usedfreesize
@@ -2225,7 +2229,7 @@ module TencentCloud
2225
2229
  # @type DBInstanceId: String
2226
2230
 
2227
2231
  attr_accessor :DBInstanceId
2228
-
2232
+
2229
2233
  def initialize(dbinstanceid=nil)
2230
2234
  @DBInstanceId = dbinstanceid
2231
2235
  end
@@ -2243,7 +2247,7 @@ module TencentCloud
2243
2247
  # @type RequestId: String
2244
2248
 
2245
2249
  attr_accessor :Plans, :RequestId
2246
-
2250
+
2247
2251
  def initialize(plans=nil, requestid=nil)
2248
2252
  @Plans = plans
2249
2253
  @RequestId = requestid
@@ -2279,7 +2283,7 @@ module TencentCloud
2279
2283
  # @type OrderByType: String
2280
2284
 
2281
2285
  attr_accessor :Limit, :Offset, :Filters, :OrderBy, :OrderByType
2282
-
2286
+
2283
2287
  def initialize(limit=nil, offset=nil, filters=nil, orderby=nil, orderbytype=nil)
2284
2288
  @Limit = limit
2285
2289
  @Offset = offset
@@ -2314,7 +2318,7 @@ module TencentCloud
2314
2318
  # @type RequestId: String
2315
2319
 
2316
2320
  attr_accessor :BackupSummarySet, :TotalCount, :RequestId
2317
-
2321
+
2318
2322
  def initialize(backupsummaryset=nil, totalcount=nil, requestid=nil)
2319
2323
  @BackupSummarySet = backupsummaryset
2320
2324
  @TotalCount = totalcount
@@ -2357,7 +2361,7 @@ module TencentCloud
2357
2361
  # @type OrderByType: String
2358
2362
 
2359
2363
  attr_accessor :MinFinishTime, :MaxFinishTime, :Filters, :Limit, :Offset, :OrderBy, :OrderByType
2360
-
2364
+
2361
2365
  def initialize(minfinishtime=nil, maxfinishtime=nil, filters=nil, limit=nil, offset=nil, orderby=nil, orderbytype=nil)
2362
2366
  @MinFinishTime = minfinishtime
2363
2367
  @MaxFinishTime = maxfinishtime
@@ -2396,7 +2400,7 @@ module TencentCloud
2396
2400
  # @type RequestId: String
2397
2401
 
2398
2402
  attr_accessor :TotalCount, :BaseBackupSet, :RequestId
2399
-
2403
+
2400
2404
  def initialize(totalcount=nil, basebackupset=nil, requestid=nil)
2401
2405
  @TotalCount = totalcount
2402
2406
  @BaseBackupSet = basebackupset
@@ -2429,7 +2433,7 @@ module TencentCloud
2429
2433
  # @type DBMajorVersion: String
2430
2434
 
2431
2435
  attr_accessor :Zone, :DBEngine, :DBMajorVersion
2432
-
2436
+
2433
2437
  def initialize(zone=nil, dbengine=nil, dbmajorversion=nil)
2434
2438
  @Zone = zone
2435
2439
  @DBEngine = dbengine
@@ -2451,7 +2455,7 @@ module TencentCloud
2451
2455
  # @type RequestId: String
2452
2456
 
2453
2457
  attr_accessor :ClassInfoSet, :RequestId
2454
-
2458
+
2455
2459
  def initialize(classinfoset=nil, requestid=nil)
2456
2460
  @ClassInfoSet = classinfoset
2457
2461
  @RequestId = requestid
@@ -2480,7 +2484,7 @@ module TencentCloud
2480
2484
  # @type RecoveryTargetTime: String
2481
2485
 
2482
2486
  attr_accessor :DBInstanceId, :BackupSetId, :RecoveryTargetTime
2483
-
2487
+
2484
2488
  def initialize(dbinstanceid=nil, backupsetid=nil, recoverytargettime=nil)
2485
2489
  @DBInstanceId = dbinstanceid
2486
2490
  @BackupSetId = backupsetid
@@ -2504,7 +2508,7 @@ module TencentCloud
2504
2508
  # @type RequestId: String
2505
2509
 
2506
2510
  attr_accessor :MinSpecCode, :MinStorage, :RequestId
2507
-
2511
+
2508
2512
  def initialize(minspeccode=nil, minstorage=nil, requestid=nil)
2509
2513
  @MinSpecCode = minspeccode
2510
2514
  @MinStorage = minstorage
@@ -2534,7 +2538,7 @@ module TencentCloud
2534
2538
  # @type Offset: Integer
2535
2539
 
2536
2540
  attr_accessor :DBInstanceId, :Type, :StartTime, :EndTime, :Limit, :Offset
2537
-
2541
+
2538
2542
  def initialize(dbinstanceid=nil, type=nil, starttime=nil, endtime=nil, limit=nil, offset=nil)
2539
2543
  @DBInstanceId = dbinstanceid
2540
2544
  @Type = type
@@ -2564,7 +2568,7 @@ module TencentCloud
2564
2568
  # @type RequestId: String
2565
2569
 
2566
2570
  attr_accessor :TotalCount, :BackupList, :RequestId
2567
-
2571
+
2568
2572
  def initialize(totalcount=nil, backuplist=nil, requestid=nil)
2569
2573
  @TotalCount = totalcount
2570
2574
  @BackupList = backuplist
@@ -2587,23 +2591,23 @@ module TencentCloud
2587
2591
 
2588
2592
  # DescribeDBErrlogs请求参数结构体
2589
2593
  class DescribeDBErrlogsRequest < TencentCloud::Common::AbstractModel
2590
- # @param DBInstanceId: 实例ID,形如postgres-5bq3wfjd
2594
+ # @param DBInstanceId: 实例ID
2591
2595
  # @type DBInstanceId: String
2592
- # @param StartTime: 查询起始时间,形如2018-01-01 00:00:00,起始时间不得小于7天以前
2596
+ # @param StartTime: 查询起始时间,形如2018-01-01 00:00:00。日志保留时间默认为7天,起始时间不能超出保留时间范围。
2593
2597
  # @type StartTime: String
2594
- # @param EndTime: 查询结束时间,形如2018-01-01 00:00:00
2598
+ # @param EndTime: 查询结束时间,形如2018-01-01 00:00:00
2595
2599
  # @type EndTime: String
2596
- # @param DatabaseName: 数据库名字
2600
+ # @param DatabaseName: 数据库名字。
2597
2601
  # @type DatabaseName: String
2598
- # @param SearchKeys: 搜索关键字
2602
+ # @param SearchKeys: 搜索关键字。
2599
2603
  # @type SearchKeys: Array
2600
- # @param Limit: 分页返回,每页返回的最大数量。取值为1-100
2604
+ # @param Limit: 每页显示数量,取值范围为1-100。默认值为50。
2601
2605
  # @type Limit: Integer
2602
- # @param Offset: 分页返回,返回第几页的数据,从第0页开始计数
2606
+ # @param Offset: 数据偏移量,从0开始。默认值为0。
2603
2607
  # @type Offset: Integer
2604
2608
 
2605
2609
  attr_accessor :DBInstanceId, :StartTime, :EndTime, :DatabaseName, :SearchKeys, :Limit, :Offset
2606
-
2610
+
2607
2611
  def initialize(dbinstanceid=nil, starttime=nil, endtime=nil, databasename=nil, searchkeys=nil, limit=nil, offset=nil)
2608
2612
  @DBInstanceId = dbinstanceid
2609
2613
  @StartTime = starttime
@@ -2627,15 +2631,15 @@ module TencentCloud
2627
2631
 
2628
2632
  # DescribeDBErrlogs返回参数结构体
2629
2633
  class DescribeDBErrlogsResponse < TencentCloud::Common::AbstractModel
2630
- # @param TotalCount: 本次调用返回了多少条数据
2634
+ # @param TotalCount: 查询到的日志数量,最大值为10000条。
2631
2635
  # @type TotalCount: Integer
2632
- # @param Details: 错误日志列表
2636
+ # @param Details: 错误日志详细信息集合。
2633
2637
  # @type Details: Array
2634
2638
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2635
2639
  # @type RequestId: String
2636
2640
 
2637
2641
  attr_accessor :TotalCount, :Details, :RequestId
2638
-
2642
+
2639
2643
  def initialize(totalcount=nil, details=nil, requestid=nil)
2640
2644
  @TotalCount = totalcount
2641
2645
  @Details = details
@@ -2662,7 +2666,7 @@ module TencentCloud
2662
2666
  # @type DBInstanceId: String
2663
2667
 
2664
2668
  attr_accessor :DBInstanceId
2665
-
2669
+
2666
2670
  def initialize(dbinstanceid=nil)
2667
2671
  @DBInstanceId = dbinstanceid
2668
2672
  end
@@ -2680,7 +2684,7 @@ module TencentCloud
2680
2684
  # @type RequestId: String
2681
2685
 
2682
2686
  attr_accessor :DBInstance, :RequestId
2683
-
2687
+
2684
2688
  def initialize(dbinstance=nil, requestid=nil)
2685
2689
  @DBInstance = dbinstance
2686
2690
  @RequestId = requestid
@@ -2703,7 +2707,7 @@ module TencentCloud
2703
2707
  # @type ParamName: String
2704
2708
 
2705
2709
  attr_accessor :DBInstanceId, :ParamName
2706
-
2710
+
2707
2711
  def initialize(dbinstanceid=nil, paramname=nil)
2708
2712
  @DBInstanceId = dbinstanceid
2709
2713
  @ParamName = paramname
@@ -2725,7 +2729,7 @@ module TencentCloud
2725
2729
  # @type RequestId: String
2726
2730
 
2727
2731
  attr_accessor :TotalCount, :Detail, :RequestId
2728
-
2732
+
2729
2733
  def initialize(totalcount=nil, detail=nil, requestid=nil)
2730
2734
  @TotalCount = totalcount
2731
2735
  @Detail = detail
@@ -2754,7 +2758,7 @@ module TencentCloud
2754
2758
  # @type ReadOnlyGroupId: String
2755
2759
 
2756
2760
  attr_accessor :DBInstanceId, :ReadOnlyGroupId
2757
-
2761
+
2758
2762
  def initialize(dbinstanceid=nil, readonlygroupid=nil)
2759
2763
  @DBInstanceId = dbinstanceid
2760
2764
  @ReadOnlyGroupId = readonlygroupid
@@ -2774,7 +2778,7 @@ module TencentCloud
2774
2778
  # @type RequestId: String
2775
2779
 
2776
2780
  attr_accessor :SecurityGroupSet, :RequestId
2777
-
2781
+
2778
2782
  def initialize(securitygroupset=nil, requestid=nil)
2779
2783
  @SecurityGroupSet = securitygroupset
2780
2784
  @RequestId = requestid
@@ -2812,7 +2816,7 @@ module TencentCloud
2812
2816
  # @type OrderByType: String
2813
2817
 
2814
2818
  attr_accessor :Filters, :Limit, :Offset, :OrderBy, :OrderByType
2815
-
2819
+
2816
2820
  def initialize(filters=nil, limit=nil, offset=nil, orderby=nil, orderbytype=nil)
2817
2821
  @Filters = filters
2818
2822
  @Limit = limit
@@ -2847,7 +2851,7 @@ module TencentCloud
2847
2851
  # @type RequestId: String
2848
2852
 
2849
2853
  attr_accessor :TotalCount, :DBInstanceSet, :RequestId
2850
-
2854
+
2851
2855
  def initialize(totalcount=nil, dbinstanceset=nil, requestid=nil)
2852
2856
  @TotalCount = totalcount
2853
2857
  @DBInstanceSet = dbinstanceset
@@ -2888,7 +2892,7 @@ module TencentCloud
2888
2892
  # @type Offset: Integer
2889
2893
 
2890
2894
  attr_accessor :DBInstanceId, :StartTime, :EndTime, :DatabaseName, :OrderBy, :OrderByType, :Limit, :Offset
2891
-
2895
+
2892
2896
  def initialize(dbinstanceid=nil, starttime=nil, endtime=nil, databasename=nil, orderby=nil, orderbytype=nil, limit=nil, offset=nil)
2893
2897
  @DBInstanceId = dbinstanceid
2894
2898
  @StartTime = starttime
@@ -2922,7 +2926,7 @@ module TencentCloud
2922
2926
  # @type RequestId: String
2923
2927
 
2924
2928
  attr_accessor :TotalCount, :Detail, :RequestId
2925
-
2929
+
2926
2930
  def initialize(totalcount=nil, detail=nil, requestid=nil)
2927
2931
  @TotalCount = totalcount
2928
2932
  @Detail = detail
@@ -2942,7 +2946,7 @@ module TencentCloud
2942
2946
  # DescribeDBVersions请求参数结构体
2943
2947
  class DescribeDBVersionsRequest < TencentCloud::Common::AbstractModel
2944
2948
 
2945
-
2949
+
2946
2950
  def initialize()
2947
2951
  end
2948
2952
 
@@ -2958,7 +2962,7 @@ module TencentCloud
2958
2962
  # @type RequestId: String
2959
2963
 
2960
2964
  attr_accessor :VersionSet, :RequestId
2961
-
2965
+
2962
2966
  def initialize(versionset=nil, requestid=nil)
2963
2967
  @VersionSet = versionset
2964
2968
  @RequestId = requestid
@@ -2991,7 +2995,7 @@ module TencentCloud
2991
2995
  # @type Limit: Integer
2992
2996
 
2993
2997
  attr_accessor :DBInstanceId, :StartTime, :EndTime, :Offset, :Limit
2994
-
2998
+
2995
2999
  def initialize(dbinstanceid=nil, starttime=nil, endtime=nil, offset=nil, limit=nil)
2996
3000
  @DBInstanceId = dbinstanceid
2997
3001
  @StartTime = starttime
@@ -3019,7 +3023,7 @@ module TencentCloud
3019
3023
  # @type RequestId: String
3020
3024
 
3021
3025
  attr_accessor :TotalCount, :XlogList, :RequestId
3022
-
3026
+
3023
3027
  def initialize(totalcount=nil, xloglist=nil, requestid=nil)
3024
3028
  @TotalCount = totalcount
3025
3029
  @XlogList = xloglist
@@ -3046,7 +3050,7 @@ module TencentCloud
3046
3050
  # @type DBInstanceId: String
3047
3051
 
3048
3052
  attr_accessor :DBInstanceId
3049
-
3053
+
3050
3054
  def initialize(dbinstanceid=nil)
3051
3055
  @DBInstanceId = dbinstanceid
3052
3056
  end
@@ -3064,7 +3068,7 @@ module TencentCloud
3064
3068
  # @type RequestId: String
3065
3069
 
3066
3070
  attr_accessor :Items, :RequestId
3067
-
3071
+
3068
3072
  def initialize(items=nil, requestid=nil)
3069
3073
  @Items = items
3070
3074
  @RequestId = requestid
@@ -3084,7 +3088,7 @@ module TencentCloud
3084
3088
  # @type DBEngine: String
3085
3089
 
3086
3090
  attr_accessor :DBMajorVersion, :DBEngine
3087
-
3091
+
3088
3092
  def initialize(dbmajorversion=nil, dbengine=nil)
3089
3093
  @DBMajorVersion = dbmajorversion
3090
3094
  @DBEngine = dbengine
@@ -3107,7 +3111,7 @@ module TencentCloud
3107
3111
  # @type RequestId: String
3108
3112
 
3109
3113
  attr_accessor :TotalCount, :ParamInfoSet, :RequestId
3110
-
3114
+
3111
3115
  def initialize(totalcount=nil, paraminfoset=nil, requestid=nil)
3112
3116
  @TotalCount = totalcount
3113
3117
  @ParamInfoSet = paraminfoset
@@ -3134,7 +3138,7 @@ module TencentCloud
3134
3138
  # @type DBInstanceId: String
3135
3139
 
3136
3140
  attr_accessor :DBInstanceId
3137
-
3141
+
3138
3142
  def initialize(dbinstanceid=nil)
3139
3143
  @DBInstanceId = dbinstanceid
3140
3144
  end
@@ -3153,7 +3157,7 @@ module TencentCloud
3153
3157
  # @type RequestId: String
3154
3158
 
3155
3159
  attr_accessor :EncryptionKeys, :RequestId
3156
-
3160
+
3157
3161
  def initialize(encryptionkeys=nil, requestid=nil)
3158
3162
  @EncryptionKeys = encryptionkeys
3159
3163
  @RequestId = requestid
@@ -3193,7 +3197,7 @@ module TencentCloud
3193
3197
  # @type OrderByType: String
3194
3198
 
3195
3199
  attr_accessor :MinFinishTime, :MaxFinishTime, :Filters, :Limit, :Offset, :OrderBy, :OrderByType
3196
-
3200
+
3197
3201
  def initialize(minfinishtime=nil, maxfinishtime=nil, filters=nil, limit=nil, offset=nil, orderby=nil, orderbytype=nil)
3198
3202
  @MinFinishTime = minfinishtime
3199
3203
  @MaxFinishTime = maxfinishtime
@@ -3232,7 +3236,7 @@ module TencentCloud
3232
3236
  # @type RequestId: String
3233
3237
 
3234
3238
  attr_accessor :TotalCount, :LogBackupSet, :RequestId
3235
-
3239
+
3236
3240
  def initialize(totalcount=nil, logbackupset=nil, requestid=nil)
3237
3241
  @TotalCount = totalcount
3238
3242
  @LogBackupSet = logbackupset
@@ -3259,7 +3263,7 @@ module TencentCloud
3259
3263
  # @type DealNames: Array
3260
3264
 
3261
3265
  attr_accessor :DealNames
3262
-
3266
+
3263
3267
  def initialize(dealnames=nil)
3264
3268
  @DealNames = dealnames
3265
3269
  end
@@ -3279,7 +3283,7 @@ module TencentCloud
3279
3283
  # @type RequestId: String
3280
3284
 
3281
3285
  attr_accessor :TotalCount, :Deals, :RequestId
3282
-
3286
+
3283
3287
  def initialize(totalcount=nil, deals=nil, requestid=nil)
3284
3288
  @TotalCount = totalcount
3285
3289
  @Deals = deals
@@ -3306,7 +3310,7 @@ module TencentCloud
3306
3310
  # @type TemplateId: String
3307
3311
 
3308
3312
  attr_accessor :TemplateId
3309
-
3313
+
3310
3314
  def initialize(templateid=nil)
3311
3315
  @TemplateId = templateid
3312
3316
  end
@@ -3343,7 +3347,7 @@ module TencentCloud
3343
3347
  # @type RequestId: String
3344
3348
 
3345
3349
  attr_accessor :TemplateId, :TotalCount, :ParamInfoSet, :TemplateName, :DBMajorVersion, :DBEngine, :TemplateDescription, :RequestId
3346
-
3350
+
3347
3351
  def initialize(templateid=nil, totalcount=nil, paraminfoset=nil, templatename=nil, dbmajorversion=nil, dbengine=nil, templatedescription=nil, requestid=nil)
3348
3352
  @TemplateId = templateid
3349
3353
  @TotalCount = totalcount
@@ -3388,7 +3392,7 @@ module TencentCloud
3388
3392
  # @type OrderByType: String
3389
3393
 
3390
3394
  attr_accessor :Filters, :Limit, :Offset, :OrderBy, :OrderByType
3391
-
3395
+
3392
3396
  def initialize(filters=nil, limit=nil, offset=nil, orderby=nil, orderbytype=nil)
3393
3397
  @Filters = filters
3394
3398
  @Limit = limit
@@ -3423,7 +3427,7 @@ module TencentCloud
3423
3427
  # @type RequestId: String
3424
3428
 
3425
3429
  attr_accessor :TotalCount, :ParameterTemplateSet, :RequestId
3426
-
3430
+
3427
3431
  def initialize(totalcount=nil, parametertemplateset=nil, requestid=nil)
3428
3432
  @TotalCount = totalcount
3429
3433
  @ParameterTemplateSet = parametertemplateset
@@ -3450,7 +3454,7 @@ module TencentCloud
3450
3454
  # @type DBInstanceId: String
3451
3455
 
3452
3456
  attr_accessor :DBInstanceId
3453
-
3457
+
3454
3458
  def initialize(dbinstanceid=nil)
3455
3459
  @DBInstanceId = dbinstanceid
3456
3460
  end
@@ -3470,7 +3474,7 @@ module TencentCloud
3470
3474
  # @type RequestId: String
3471
3475
 
3472
3476
  attr_accessor :TotalCount, :EventItems, :RequestId
3473
-
3477
+
3474
3478
  def initialize(totalcount=nil, eventitems=nil, requestid=nil)
3475
3479
  @TotalCount = totalcount
3476
3480
  @EventItems = eventitems
@@ -3502,7 +3506,7 @@ module TencentCloud
3502
3506
  # @type DBEngine: String
3503
3507
 
3504
3508
  attr_accessor :Zone, :DBEngine
3505
-
3509
+
3506
3510
  def initialize(zone=nil, dbengine=nil)
3507
3511
  @Zone = zone
3508
3512
  @DBEngine = dbengine
@@ -3522,7 +3526,7 @@ module TencentCloud
3522
3526
  # @type RequestId: String
3523
3527
 
3524
3528
  attr_accessor :SpecInfoList, :RequestId
3525
-
3529
+
3526
3530
  def initialize(specinfolist=nil, requestid=nil)
3527
3531
  @SpecInfoList = specinfolist
3528
3532
  @RequestId = requestid
@@ -3557,7 +3561,7 @@ module TencentCloud
3557
3561
  # @type OrderByType: String
3558
3562
 
3559
3563
  attr_accessor :Filters, :PageSize, :PageNumber, :OrderBy, :OrderByType
3560
-
3564
+
3561
3565
  def initialize(filters=nil, pagesize=nil, pagenumber=nil, orderby=nil, orderbytype=nil)
3562
3566
  @Filters = filters
3563
3567
  @PageSize = pagesize
@@ -3590,7 +3594,7 @@ module TencentCloud
3590
3594
  # @type RequestId: String
3591
3595
 
3592
3596
  attr_accessor :ReadOnlyGroupList, :RequestId
3593
-
3597
+
3594
3598
  def initialize(readonlygrouplist=nil, requestid=nil)
3595
3599
  @ReadOnlyGroupList = readonlygrouplist
3596
3600
  @RequestId = requestid
@@ -3612,7 +3616,7 @@ module TencentCloud
3612
3616
  # DescribeRegions请求参数结构体
3613
3617
  class DescribeRegionsRequest < TencentCloud::Common::AbstractModel
3614
3618
 
3615
-
3619
+
3616
3620
  def initialize()
3617
3621
  end
3618
3622
 
@@ -3630,7 +3634,7 @@ module TencentCloud
3630
3634
  # @type RequestId: String
3631
3635
 
3632
3636
  attr_accessor :TotalCount, :RegionSet, :RequestId
3633
-
3637
+
3634
3638
  def initialize(totalcount=nil, regionset=nil, requestid=nil)
3635
3639
  @TotalCount = totalcount
3636
3640
  @RegionSet = regionset
@@ -3665,7 +3669,7 @@ module TencentCloud
3665
3669
  # @type OrderByType: String
3666
3670
 
3667
3671
  attr_accessor :Filter, :Limit, :Offset, :OrderBy, :OrderByType
3668
-
3672
+
3669
3673
  def initialize(filter=nil, limit=nil, offset=nil, orderby=nil, orderbytype=nil)
3670
3674
  @Filter = filter
3671
3675
  @Limit = limit
@@ -3701,7 +3705,7 @@ module TencentCloud
3701
3705
  # @type RequestId: String
3702
3706
 
3703
3707
  attr_accessor :TotalCount, :DBInstanceSet, :RequestId
3704
-
3708
+
3705
3709
  def initialize(totalcount=nil, dbinstanceset=nil, requestid=nil)
3706
3710
  @TotalCount = totalcount
3707
3711
  @DBInstanceSet = dbinstanceset
@@ -3742,7 +3746,7 @@ module TencentCloud
3742
3746
  # @type Offset: Integer
3743
3747
 
3744
3748
  attr_accessor :DBInstanceId, :StartTime, :EndTime, :DatabaseName, :OrderBy, :OrderByType, :Limit, :Offset
3745
-
3749
+
3746
3750
  def initialize(dbinstanceid=nil, starttime=nil, endtime=nil, databasename=nil, orderby=nil, orderbytype=nil, limit=nil, offset=nil)
3747
3751
  @DBInstanceId = dbinstanceid
3748
3752
  @StartTime = starttime
@@ -3776,7 +3780,7 @@ module TencentCloud
3776
3780
  # @type RequestId: String
3777
3781
 
3778
3782
  attr_accessor :TotalCount, :Detail, :RequestId
3779
-
3783
+
3780
3784
  def initialize(totalcount=nil, detail=nil, requestid=nil)
3781
3785
  @TotalCount = totalcount
3782
3786
  @Detail = detail
@@ -3813,7 +3817,7 @@ module TencentCloud
3813
3817
  # @type Offset: Integer
3814
3818
 
3815
3819
  attr_accessor :DBInstanceId, :StartTime, :EndTime, :DatabaseName, :OrderByType, :OrderBy, :Limit, :Offset
3816
-
3820
+
3817
3821
  def initialize(dbinstanceid=nil, starttime=nil, endtime=nil, databasename=nil, orderbytype=nil, orderby=nil, limit=nil, offset=nil)
3818
3822
  @DBInstanceId = dbinstanceid
3819
3823
  @StartTime = starttime
@@ -3851,7 +3855,7 @@ module TencentCloud
3851
3855
  # @type RequestId: String
3852
3856
 
3853
3857
  attr_accessor :TotalCount, :DurationAnalysis, :RawSlowQueryList, :RequestId
3854
-
3858
+
3855
3859
  def initialize(totalcount=nil, durationanalysis=nil, rawslowquerylist=nil, requestid=nil)
3856
3860
  @TotalCount = totalcount
3857
3861
  @DurationAnalysis = durationanalysis
@@ -3884,7 +3888,7 @@ module TencentCloud
3884
3888
  # DescribeZones请求参数结构体
3885
3889
  class DescribeZonesRequest < TencentCloud::Common::AbstractModel
3886
3890
 
3887
-
3891
+
3888
3892
  def initialize()
3889
3893
  end
3890
3894
 
@@ -3902,7 +3906,7 @@ module TencentCloud
3902
3906
  # @type RequestId: String
3903
3907
 
3904
3908
  attr_accessor :TotalCount, :ZoneSet, :RequestId
3905
-
3909
+
3906
3910
  def initialize(totalcount=nil, zoneset=nil, requestid=nil)
3907
3911
  @TotalCount = totalcount
3908
3912
  @ZoneSet = zoneset
@@ -3929,7 +3933,7 @@ module TencentCloud
3929
3933
  # @type DBInstanceId: String
3930
3934
 
3931
3935
  attr_accessor :DBInstanceId
3932
-
3936
+
3933
3937
  def initialize(dbinstanceid=nil)
3934
3938
  @DBInstanceId = dbinstanceid
3935
3939
  end
@@ -3945,7 +3949,7 @@ module TencentCloud
3945
3949
  # @type RequestId: String
3946
3950
 
3947
3951
  attr_accessor :RequestId
3948
-
3952
+
3949
3953
  def initialize(requestid=nil)
3950
3954
  @RequestId = requestid
3951
3955
  end
@@ -3966,7 +3970,7 @@ module TencentCloud
3966
3970
  # @type AnalysisItems: Array
3967
3971
 
3968
3972
  attr_accessor :TotalTime, :TotalCallNum, :AnalysisItems
3969
-
3973
+
3970
3974
  def initialize(totaltime=nil, totalcallnum=nil, analysisitems=nil)
3971
3975
  @TotalTime = totaltime
3972
3976
  @TotalCallNum = totalcallnum
@@ -3999,7 +4003,7 @@ module TencentCloud
3999
4003
  # @type VoucherIds: Array
4000
4004
 
4001
4005
  attr_accessor :DBInstanceIdSet, :Period, :AutoVoucher, :VoucherIds
4002
-
4006
+
4003
4007
  def initialize(dbinstanceidset=nil, period=nil, autovoucher=nil, voucherids=nil)
4004
4008
  @DBInstanceIdSet = dbinstanceidset
4005
4009
  @Period = period
@@ -4021,7 +4025,7 @@ module TencentCloud
4021
4025
  # @type RequestId: String
4022
4026
 
4023
4027
  attr_accessor :RequestId
4024
-
4028
+
4025
4029
  def initialize(requestid=nil)
4026
4030
  @RequestId = requestid
4027
4031
  end
@@ -4039,7 +4043,7 @@ module TencentCloud
4039
4043
  # @type Count: Integer
4040
4044
 
4041
4045
  attr_accessor :TimeSegment, :Count
4042
-
4046
+
4043
4047
  def initialize(timesegment=nil, count=nil)
4044
4048
  @TimeSegment = timesegment
4045
4049
  @Count = count
@@ -4073,7 +4077,7 @@ module TencentCloud
4073
4077
  # @type CreateTime: String
4074
4078
 
4075
4079
  attr_accessor :KeyId, :KeyAlias, :DEKCipherTextBlob, :IsEnabled, :KeyRegion, :CreateTime
4076
-
4080
+
4077
4081
  def initialize(keyid=nil, keyalias=nil, dekciphertextblob=nil, isenabled=nil, keyregion=nil, createtime=nil)
4078
4082
  @KeyId = keyid
4079
4083
  @KeyAlias = keyalias
@@ -4105,7 +4109,7 @@ module TencentCloud
4105
4109
  # @type ErrMsg: String
4106
4110
 
4107
4111
  attr_accessor :UserName, :Database, :ErrTime, :ErrMsg
4108
-
4112
+
4109
4113
  def initialize(username=nil, database=nil, errtime=nil, errmsg=nil)
4110
4114
  @UserName = username
4111
4115
  @Database = database
@@ -4149,7 +4153,7 @@ module TencentCloud
4149
4153
  # @type EventLog: String
4150
4154
 
4151
4155
  attr_accessor :ParamName, :OldValue, :NewValue, :ModifyTime, :EffectiveTime, :State, :Operator, :EventLog
4152
-
4156
+
4153
4157
  def initialize(paramname=nil, oldvalue=nil, newvalue=nil, modifytime=nil, effectivetime=nil, state=nil, operator=nil, eventlog=nil)
4154
4158
  @ParamName = paramname
4155
4159
  @OldValue = oldvalue
@@ -4186,7 +4190,7 @@ module TencentCloud
4186
4190
  # @type EventDetail: Array
4187
4191
 
4188
4192
  attr_accessor :ParamName, :EventCount, :EventDetail
4189
-
4193
+
4190
4194
  def initialize(paramname=nil, eventcount=nil, eventdetail=nil)
4191
4195
  @ParamName = paramname
4192
4196
  @EventCount = eventcount
@@ -4217,7 +4221,7 @@ module TencentCloud
4217
4221
  # @type Values: Array
4218
4222
 
4219
4223
  attr_accessor :Name, :Values
4220
-
4224
+
4221
4225
  def initialize(name=nil, values=nil)
4222
4226
  @Name = name
4223
4227
  @Values = values
@@ -4241,7 +4245,7 @@ module TencentCloud
4241
4245
  # @type Charset: String
4242
4246
 
4243
4247
  attr_accessor :DBInstanceIdSet, :AdminName, :AdminPassword, :Charset
4244
-
4248
+
4245
4249
  def initialize(dbinstanceidset=nil, adminname=nil, adminpassword=nil, charset=nil)
4246
4250
  @DBInstanceIdSet = dbinstanceidset
4247
4251
  @AdminName = adminname
@@ -4265,7 +4269,7 @@ module TencentCloud
4265
4269
  # @type RequestId: String
4266
4270
 
4267
4271
  attr_accessor :DBInstanceIdSet, :RequestId
4268
-
4272
+
4269
4273
  def initialize(dbinstanceidset=nil, requestid=nil)
4270
4274
  @DBInstanceIdSet = dbinstanceidset
4271
4275
  @RequestId = requestid
@@ -4281,7 +4285,7 @@ module TencentCloud
4281
4285
  class InquiryPriceCreateDBInstancesRequest < TencentCloud::Common::AbstractModel
4282
4286
  # @param Zone: 可用区ID。该参数可以通过调用 DescribeZones 接口的返回值中的Zone字段来获取。
4283
4287
  # @type Zone: String
4284
- # @param SpecCode: 规格ID。该参数可以通过调用DescribeProductConfig接口的返回值中的SpecCode字段来获取。
4288
+ # @param SpecCode: 规格ID。该参数可以通过调用DescribeClasses接口的返回值中的SpecCode字段来获取。
4285
4289
  # @type SpecCode: String
4286
4290
  # @param Storage: 存储容量大小,单位:GB。
4287
4291
  # @type Storage: Integer
@@ -4303,7 +4307,7 @@ module TencentCloud
4303
4307
  # @type DBEngine: String
4304
4308
 
4305
4309
  attr_accessor :Zone, :SpecCode, :Storage, :InstanceCount, :Period, :Pid, :InstanceChargeType, :InstanceType, :DBEngine
4306
-
4310
+
4307
4311
  def initialize(zone=nil, speccode=nil, storage=nil, instancecount=nil, period=nil, pid=nil, instancechargetype=nil, instancetype=nil, dbengine=nil)
4308
4312
  @Zone = zone
4309
4313
  @SpecCode = speccode
@@ -4341,7 +4345,7 @@ module TencentCloud
4341
4345
  # @type RequestId: String
4342
4346
 
4343
4347
  attr_accessor :OriginalPrice, :Price, :Currency, :RequestId
4344
-
4348
+
4345
4349
  def initialize(originalprice=nil, price=nil, currency=nil, requestid=nil)
4346
4350
  @OriginalPrice = originalprice
4347
4351
  @Price = price
@@ -4365,7 +4369,7 @@ module TencentCloud
4365
4369
  # @type Period: Integer
4366
4370
 
4367
4371
  attr_accessor :DBInstanceId, :Period
4368
-
4372
+
4369
4373
  def initialize(dbinstanceid=nil, period=nil)
4370
4374
  @DBInstanceId = dbinstanceid
4371
4375
  @Period = period
@@ -4389,7 +4393,7 @@ module TencentCloud
4389
4393
  # @type RequestId: String
4390
4394
 
4391
4395
  attr_accessor :OriginalPrice, :Price, :Currency, :RequestId
4392
-
4396
+
4393
4397
  def initialize(originalprice=nil, price=nil, currency=nil, requestid=nil)
4394
4398
  @OriginalPrice = originalprice
4395
4399
  @Price = price
@@ -4417,7 +4421,7 @@ module TencentCloud
4417
4421
  # @type InstanceChargeType: String
4418
4422
 
4419
4423
  attr_accessor :Storage, :Memory, :DBInstanceId, :InstanceChargeType
4420
-
4424
+
4421
4425
  def initialize(storage=nil, memory=nil, dbinstanceid=nil, instancechargetype=nil)
4422
4426
  @Storage = storage
4423
4427
  @Memory = memory
@@ -4445,7 +4449,7 @@ module TencentCloud
4445
4449
  # @type RequestId: String
4446
4450
 
4447
4451
  attr_accessor :OriginalPrice, :Price, :Currency, :RequestId
4448
-
4452
+
4449
4453
  def initialize(originalprice=nil, price=nil, currency=nil, requestid=nil)
4450
4454
  @OriginalPrice = originalprice
4451
4455
  @Price = price
@@ -4467,7 +4471,7 @@ module TencentCloud
4467
4471
  # @type DBInstanceIdSet: Array
4468
4472
 
4469
4473
  attr_accessor :DBInstanceIdSet
4470
-
4474
+
4471
4475
  def initialize(dbinstanceidset=nil)
4472
4476
  @DBInstanceIdSet = dbinstanceidset
4473
4477
  end
@@ -4483,7 +4487,7 @@ module TencentCloud
4483
4487
  # @type RequestId: String
4484
4488
 
4485
4489
  attr_accessor :RequestId
4486
-
4490
+
4487
4491
  def initialize(requestid=nil)
4488
4492
  @RequestId = requestid
4489
4493
  end
@@ -4517,7 +4521,7 @@ module TencentCloud
4517
4521
  # @type ExpireTime: String
4518
4522
 
4519
4523
  attr_accessor :DBInstanceId, :Id, :Name, :BackupMethod, :BackupMode, :State, :Size, :StartTime, :FinishTime, :ExpireTime
4520
-
4524
+
4521
4525
  def initialize(dbinstanceid=nil, id=nil, name=nil, backupmethod=nil, backupmode=nil, state=nil, size=nil, starttime=nil, finishtime=nil, expiretime=nil)
4522
4526
  @DBInstanceId = dbinstanceid
4523
4527
  @Id = id
@@ -4555,7 +4559,7 @@ module TencentCloud
4555
4559
  # @type Remark: String
4556
4560
 
4557
4561
  attr_accessor :DBInstanceId, :UserName, :Remark
4558
-
4562
+
4559
4563
  def initialize(dbinstanceid=nil, username=nil, remark=nil)
4560
4564
  @DBInstanceId = dbinstanceid
4561
4565
  @UserName = username
@@ -4575,7 +4579,7 @@ module TencentCloud
4575
4579
  # @type RequestId: String
4576
4580
 
4577
4581
  attr_accessor :RequestId
4578
-
4582
+
4579
4583
  def initialize(requestid=nil)
4580
4584
  @RequestId = requestid
4581
4585
  end
@@ -4599,7 +4603,7 @@ module TencentCloud
4599
4603
  # @type IpSet: Array
4600
4604
 
4601
4605
  attr_accessor :RestrictionType, :VpcRestrictionEffect, :VpcIdSet, :IpRestrictionEffect, :IpSet
4602
-
4606
+
4603
4607
  def initialize(restrictiontype=nil, vpcrestrictioneffect=nil, vpcidset=nil, iprestrictioneffect=nil, ipset=nil)
4604
4608
  @RestrictionType = restrictiontype
4605
4609
  @VpcRestrictionEffect = vpcrestrictioneffect
@@ -4623,7 +4627,7 @@ module TencentCloud
4623
4627
  # @type RequestId: String
4624
4628
 
4625
4629
  attr_accessor :RequestId
4626
-
4630
+
4627
4631
  def initialize(requestid=nil)
4628
4632
  @RequestId = requestid
4629
4633
  end
@@ -4647,7 +4651,7 @@ module TencentCloud
4647
4651
  # @type BackupPeriod: Array
4648
4652
 
4649
4653
  attr_accessor :DBInstanceId, :MinBackupStartTime, :MaxBackupStartTime, :BaseBackupRetentionPeriod, :BackupPeriod
4650
-
4654
+
4651
4655
  def initialize(dbinstanceid=nil, minbackupstarttime=nil, maxbackupstarttime=nil, basebackupretentionperiod=nil, backupperiod=nil)
4652
4656
  @DBInstanceId = dbinstanceid
4653
4657
  @MinBackupStartTime = minbackupstarttime
@@ -4671,7 +4675,7 @@ module TencentCloud
4671
4675
  # @type RequestId: String
4672
4676
 
4673
4677
  attr_accessor :RequestId
4674
-
4678
+
4675
4679
  def initialize(requestid=nil)
4676
4680
  @RequestId = requestid
4677
4681
  end
@@ -4691,7 +4695,7 @@ module TencentCloud
4691
4695
  # @type NewExpireTime: String
4692
4696
 
4693
4697
  attr_accessor :DBInstanceId, :BaseBackupId, :NewExpireTime
4694
-
4698
+
4695
4699
  def initialize(dbinstanceid=nil, basebackupid=nil, newexpiretime=nil)
4696
4700
  @DBInstanceId = dbinstanceid
4697
4701
  @BaseBackupId = basebackupid
@@ -4711,7 +4715,7 @@ module TencentCloud
4711
4715
  # @type RequestId: String
4712
4716
 
4713
4717
  attr_accessor :RequestId
4714
-
4718
+
4715
4719
  def initialize(requestid=nil)
4716
4720
  @RequestId = requestid
4717
4721
  end
@@ -4735,7 +4739,7 @@ module TencentCloud
4735
4739
  # @type AutoVoucher: Integer
4736
4740
 
4737
4741
  attr_accessor :DBInstanceId, :InstanceChargeType, :Period, :AutoRenewFlag, :AutoVoucher
4738
-
4742
+
4739
4743
  def initialize(dbinstanceid=nil, instancechargetype=nil, period=nil, autorenewflag=nil, autovoucher=nil)
4740
4744
  @DBInstanceId = dbinstanceid
4741
4745
  @InstanceChargeType = instancechargetype
@@ -4761,7 +4765,7 @@ module TencentCloud
4761
4765
  # @type RequestId: String
4762
4766
 
4763
4767
  attr_accessor :DealName, :RequestId
4764
-
4768
+
4765
4769
  def initialize(dealname=nil, requestid=nil)
4766
4770
  @DealName = dealname
4767
4771
  @RequestId = requestid
@@ -4787,7 +4791,7 @@ module TencentCloud
4787
4791
  # @type SwitchEndTime: String
4788
4792
 
4789
4793
  attr_accessor :DBInstanceId, :DBNodeSet, :SwitchTag, :SwitchStartTime, :SwitchEndTime
4790
-
4794
+
4791
4795
  def initialize(dbinstanceid=nil, dbnodeset=nil, switchtag=nil, switchstarttime=nil, switchendtime=nil)
4792
4796
  @DBInstanceId = dbinstanceid
4793
4797
  @DBNodeSet = dbnodeset
@@ -4818,7 +4822,7 @@ module TencentCloud
4818
4822
  # @type RequestId: String
4819
4823
 
4820
4824
  attr_accessor :RequestId
4821
-
4825
+
4822
4826
  def initialize(requestid=nil)
4823
4827
  @RequestId = requestid
4824
4828
  end
@@ -4836,7 +4840,7 @@ module TencentCloud
4836
4840
  # @type InstanceName: String
4837
4841
 
4838
4842
  attr_accessor :DBInstanceId, :InstanceName
4839
-
4843
+
4840
4844
  def initialize(dbinstanceid=nil, instancename=nil)
4841
4845
  @DBInstanceId = dbinstanceid
4842
4846
  @InstanceName = instancename
@@ -4854,7 +4858,7 @@ module TencentCloud
4854
4858
  # @type RequestId: String
4855
4859
 
4856
4860
  attr_accessor :RequestId
4857
-
4861
+
4858
4862
  def initialize(requestid=nil)
4859
4863
  @RequestId = requestid
4860
4864
  end
@@ -4872,7 +4876,7 @@ module TencentCloud
4872
4876
  # @type ParamList: Array
4873
4877
 
4874
4878
  attr_accessor :DBInstanceId, :ParamList
4875
-
4879
+
4876
4880
  def initialize(dbinstanceid=nil, paramlist=nil)
4877
4881
  @DBInstanceId = dbinstanceid
4878
4882
  @ParamList = paramlist
@@ -4897,7 +4901,7 @@ module TencentCloud
4897
4901
  # @type RequestId: String
4898
4902
 
4899
4903
  attr_accessor :RequestId
4900
-
4904
+
4901
4905
  def initialize(requestid=nil)
4902
4906
  @RequestId = requestid
4903
4907
  end
@@ -4917,7 +4921,7 @@ module TencentCloud
4917
4921
  # @type NewReadOnlyGroupId: String
4918
4922
 
4919
4923
  attr_accessor :DBInstanceId, :ReadOnlyGroupId, :NewReadOnlyGroupId
4920
-
4924
+
4921
4925
  def initialize(dbinstanceid=nil, readonlygroupid=nil, newreadonlygroupid=nil)
4922
4926
  @DBInstanceId = dbinstanceid
4923
4927
  @ReadOnlyGroupId = readonlygroupid
@@ -4939,7 +4943,7 @@ module TencentCloud
4939
4943
  # @type RequestId: String
4940
4944
 
4941
4945
  attr_accessor :FlowId, :RequestId
4942
-
4946
+
4943
4947
  def initialize(flowid=nil, requestid=nil)
4944
4948
  @FlowId = flowid
4945
4949
  @RequestId = requestid
@@ -4961,7 +4965,7 @@ module TencentCloud
4961
4965
  # @type ReadOnlyGroupId: String
4962
4966
 
4963
4967
  attr_accessor :SecurityGroupIdSet, :DBInstanceId, :ReadOnlyGroupId
4964
-
4968
+
4965
4969
  def initialize(securitygroupidset=nil, dbinstanceid=nil, readonlygroupid=nil)
4966
4970
  @SecurityGroupIdSet = securitygroupidset
4967
4971
  @DBInstanceId = dbinstanceid
@@ -4981,7 +4985,7 @@ module TencentCloud
4981
4985
  # @type RequestId: String
4982
4986
 
4983
4987
  attr_accessor :RequestId
4984
-
4988
+
4985
4989
  def initialize(requestid=nil)
4986
4990
  @RequestId = requestid
4987
4991
  end
@@ -5013,7 +5017,7 @@ module TencentCloud
5013
5017
  # @type SwitchEndTime: String
5014
5018
 
5015
5019
  attr_accessor :DBInstanceId, :Memory, :Storage, :AutoVoucher, :VoucherIds, :ActivityId, :SwitchTag, :SwitchStartTime, :SwitchEndTime
5016
-
5020
+
5017
5021
  def initialize(dbinstanceid=nil, memory=nil, storage=nil, autovoucher=nil, voucherids=nil, activityid=nil, switchtag=nil, switchstarttime=nil, switchendtime=nil)
5018
5022
  @DBInstanceId = dbinstanceid
5019
5023
  @Memory = memory
@@ -5049,7 +5053,7 @@ module TencentCloud
5049
5053
  # @type RequestId: String
5050
5054
 
5051
5055
  attr_accessor :DealName, :BillId, :RequestId
5052
-
5056
+
5053
5057
  def initialize(dealname=nil, billid=nil, requestid=nil)
5054
5058
  @DealName = dealname
5055
5059
  @BillId = billid
@@ -5071,7 +5075,7 @@ module TencentCloud
5071
5075
  # @type ProjectId: String
5072
5076
 
5073
5077
  attr_accessor :DBInstanceIdSet, :ProjectId
5074
-
5078
+
5075
5079
  def initialize(dbinstanceidset=nil, projectid=nil)
5076
5080
  @DBInstanceIdSet = dbinstanceidset
5077
5081
  @ProjectId = projectid
@@ -5091,7 +5095,7 @@ module TencentCloud
5091
5095
  # @type RequestId: String
5092
5096
 
5093
5097
  attr_accessor :Count, :RequestId
5094
-
5098
+
5095
5099
  def initialize(count=nil, requestid=nil)
5096
5100
  @Count = count
5097
5101
  @RequestId = requestid
@@ -5117,7 +5121,7 @@ module TencentCloud
5117
5121
  # @type DeleteParamSet: Array
5118
5122
 
5119
5123
  attr_accessor :TemplateId, :TemplateName, :TemplateDescription, :ModifyParamEntrySet, :DeleteParamSet
5120
-
5124
+
5121
5125
  def initialize(templateid=nil, templatename=nil, templatedescription=nil, modifyparamentryset=nil, deleteparamset=nil)
5122
5126
  @TemplateId = templateid
5123
5127
  @TemplateName = templatename
@@ -5148,7 +5152,7 @@ module TencentCloud
5148
5152
  # @type RequestId: String
5149
5153
 
5150
5154
  attr_accessor :RequestId
5151
-
5155
+
5152
5156
  def initialize(requestid=nil)
5153
5157
  @RequestId = requestid
5154
5158
  end
@@ -5178,7 +5182,7 @@ module TencentCloud
5178
5182
  # @type MinDelayEliminateReserve: Integer
5179
5183
 
5180
5184
  attr_accessor :ReadOnlyGroupId, :ReadOnlyGroupName, :ReplayLagEliminate, :ReplayLatencyEliminate, :MaxReplayLatency, :MaxReplayLag, :Rebalance, :MinDelayEliminateReserve
5181
-
5185
+
5182
5186
  def initialize(readonlygroupid=nil, readonlygroupname=nil, replaylageliminate=nil, replaylatencyeliminate=nil, maxreplaylatency=nil, maxreplaylag=nil, rebalance=nil, mindelayeliminatereserve=nil)
5183
5187
  @ReadOnlyGroupId = readonlygroupid
5184
5188
  @ReadOnlyGroupName = readonlygroupname
@@ -5208,7 +5212,7 @@ module TencentCloud
5208
5212
  # @type RequestId: String
5209
5213
 
5210
5214
  attr_accessor :RequestId
5211
-
5215
+
5212
5216
  def initialize(requestid=nil)
5213
5217
  @RequestId = requestid
5214
5218
  end
@@ -5226,7 +5230,7 @@ module TencentCloud
5226
5230
  # @type SwitchTag: Integer
5227
5231
 
5228
5232
  attr_accessor :DBInstanceId, :SwitchTag
5229
-
5233
+
5230
5234
  def initialize(dbinstanceid=nil, switchtag=nil)
5231
5235
  @DBInstanceId = dbinstanceid
5232
5236
  @SwitchTag = switchtag
@@ -5244,7 +5248,7 @@ module TencentCloud
5244
5248
  # @type RequestId: String
5245
5249
 
5246
5250
  attr_accessor :RequestId
5247
-
5251
+
5248
5252
  def initialize(requestid=nil)
5249
5253
  @RequestId = requestid
5250
5254
  end
@@ -5282,7 +5286,7 @@ module TencentCloud
5282
5286
  # @type VpcStatus: Integer
5283
5287
 
5284
5288
  attr_accessor :ResourceId, :ResourceType, :VpcId, :Vip, :Vip6, :Vport, :SubnetId, :VpcStatus
5285
-
5289
+
5286
5290
  def initialize(resourceid=nil, resourcetype=nil, vpcid=nil, vip=nil, vip6=nil, vport=nil, subnetid=nil, vpcstatus=nil)
5287
5291
  @ResourceId = resourceid
5288
5292
  @ResourceType = resourcetype
@@ -5340,7 +5344,7 @@ module TencentCloud
5340
5344
  # @type NormalQuery: String
5341
5345
 
5342
5346
  attr_accessor :UserName, :Calls, :CallsGrids, :CostTime, :Rows, :MinCostTime, :MaxCostTime, :FirstTime, :LastTime, :SharedReadBlks, :SharedWriteBlks, :ReadCostTime, :WriteCostTime, :DatabaseName, :NormalQuery
5343
-
5347
+
5344
5348
  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
5349
  @UserName = username
5346
5350
  @Calls = calls
@@ -5386,7 +5390,7 @@ module TencentCloud
5386
5390
  # @type IsIpv6: Integer
5387
5391
 
5388
5392
  attr_accessor :DBInstanceId, :IsIpv6
5389
-
5393
+
5390
5394
  def initialize(dbinstanceid=nil, isipv6=nil)
5391
5395
  @DBInstanceId = dbinstanceid
5392
5396
  @IsIpv6 = isipv6
@@ -5406,7 +5410,7 @@ module TencentCloud
5406
5410
  # @type RequestId: String
5407
5411
 
5408
5412
  attr_accessor :FlowId, :RequestId
5409
-
5413
+
5410
5414
  def initialize(flowid=nil, requestid=nil)
5411
5415
  @FlowId = flowid
5412
5416
  @RequestId = requestid
@@ -5426,7 +5430,7 @@ module TencentCloud
5426
5430
  # @type DBInstanceName: String
5427
5431
 
5428
5432
  attr_accessor :DBInstanceId, :DBInstanceName
5429
-
5433
+
5430
5434
  def initialize(dbinstanceid=nil, dbinstancename=nil)
5431
5435
  @DBInstanceId = dbinstanceid
5432
5436
  @DBInstanceName = dbinstancename
@@ -5444,7 +5448,7 @@ module TencentCloud
5444
5448
  # @type RequestId: String
5445
5449
 
5446
5450
  attr_accessor :RequestId
5447
-
5451
+
5448
5452
  def initialize(requestid=nil)
5449
5453
  @RequestId = requestid
5450
5454
  end
@@ -5462,7 +5466,7 @@ module TencentCloud
5462
5466
  # @type ExpectedValue: String
5463
5467
 
5464
5468
  attr_accessor :Name, :ExpectedValue
5465
-
5469
+
5466
5470
  def initialize(name=nil, expectedvalue=nil)
5467
5471
  @Name = name
5468
5472
  @ExpectedValue = expectedvalue
@@ -5541,7 +5545,7 @@ module TencentCloud
5541
5545
  # @type SpecRelationSet: Array
5542
5546
 
5543
5547
  attr_accessor :ID, :Name, :ParamValueType, :Unit, :DefaultValue, :CurrentValue, :Max, :EnumValue, :Min, :ParamDescriptionCH, :ParamDescriptionEN, :NeedReboot, :ClassificationCN, :ClassificationEN, :SpecRelated, :Advanced, :LastModifyTime, :StandbyRelated, :VersionRelationSet, :SpecRelationSet
5544
-
5548
+
5545
5549
  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
5550
  @ID = id
5547
5551
  @Name = name
@@ -5628,7 +5632,7 @@ module TencentCloud
5628
5632
  # @type EnumValue: Array
5629
5633
 
5630
5634
  attr_accessor :Name, :Memory, :Value, :Unit, :Max, :Min, :EnumValue
5631
-
5635
+
5632
5636
  def initialize(name=nil, memory=nil, value=nil, unit=nil, max=nil, min=nil, enumvalue=nil)
5633
5637
  @Name = name
5634
5638
  @Memory = memory
@@ -5675,7 +5679,7 @@ module TencentCloud
5675
5679
  # @type EnumValue: Array
5676
5680
 
5677
5681
  attr_accessor :Name, :DBKernelVersion, :Value, :Unit, :Max, :Min, :EnumValue
5678
-
5682
+
5679
5683
  def initialize(name=nil, dbkernelversion=nil, value=nil, unit=nil, max=nil, min=nil, enumvalue=nil)
5680
5684
  @Name = name
5681
5685
  @DBKernelVersion = dbkernelversion
@@ -5711,7 +5715,7 @@ module TencentCloud
5711
5715
  # @type TemplateDescription: String
5712
5716
 
5713
5717
  attr_accessor :TemplateId, :TemplateName, :DBMajorVersion, :DBEngine, :TemplateDescription
5714
-
5718
+
5715
5719
  def initialize(templateid=nil, templatename=nil, dbmajorversion=nil, dbengine=nil, templatedescription=nil)
5716
5720
  @TemplateId = templateid
5717
5721
  @TemplateName = templatename
@@ -5745,7 +5749,7 @@ module TencentCloud
5745
5749
  # @type DBInstanceIdSet: Array
5746
5750
 
5747
5751
  attr_accessor :DealName, :OwnerUin, :Count, :PayMode, :FlowId, :DBInstanceIdSet
5748
-
5752
+
5749
5753
  def initialize(dealname=nil, owneruin=nil, count=nil, paymode=nil, flowid=nil, dbinstanceidset=nil)
5750
5754
  @DealName = dealname
5751
5755
  @OwnerUin = owneruin
@@ -5779,7 +5783,7 @@ module TencentCloud
5779
5783
  # @type Description: String
5780
5784
 
5781
5785
  attr_accessor :Action, :CidrIp, :PortRange, :IpProtocol, :Description
5782
-
5786
+
5783
5787
  def initialize(action=nil, cidrip=nil, portrange=nil, ipprotocol=nil, description=nil)
5784
5788
  @Action = action
5785
5789
  @CidrIp = cidrip
@@ -5813,7 +5817,7 @@ module TencentCloud
5813
5817
  # @type SessionStartTime: String
5814
5818
 
5815
5819
  attr_accessor :RawQuery, :DatabaseName, :Duration, :ClientAddr, :UserName, :SessionStartTime
5816
-
5820
+
5817
5821
  def initialize(rawquery=nil, databasename=nil, duration=nil, clientaddr=nil, username=nil, sessionstarttime=nil)
5818
5822
  @RawQuery = rawquery
5819
5823
  @DatabaseName = databasename
@@ -5880,7 +5884,7 @@ module TencentCloud
5880
5884
  # @type NetworkAccessList: Array
5881
5885
 
5882
5886
  attr_accessor :ReadOnlyGroupId, :ReadOnlyGroupName, :ProjectId, :MasterDBInstanceId, :MinDelayEliminateReserve, :MaxReplayLatency, :ReplayLatencyEliminate, :MaxReplayLag, :ReplayLagEliminate, :VpcId, :SubnetId, :Region, :Zone, :Status, :ReadOnlyDBInstanceList, :Rebalance, :DBInstanceNetInfo, :NetworkAccessList
5883
-
5887
+
5884
5888
  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
5889
  @ReadOnlyGroupId = readonlygroupid
5886
5890
  @ReadOnlyGroupName = readonlygroupname
@@ -5951,7 +5955,7 @@ module TencentCloud
5951
5955
  # @type ReadOnlyGroupId: String
5952
5956
 
5953
5957
  attr_accessor :ReadOnlyGroupId
5954
-
5958
+
5955
5959
  def initialize(readonlygroupid=nil)
5956
5960
  @ReadOnlyGroupId = readonlygroupid
5957
5961
  end
@@ -5967,7 +5971,7 @@ module TencentCloud
5967
5971
  # @type RequestId: String
5968
5972
 
5969
5973
  attr_accessor :RequestId
5970
-
5974
+
5971
5975
  def initialize(requestid=nil)
5972
5976
  @RequestId = requestid
5973
5977
  end
@@ -5992,7 +5996,7 @@ module TencentCloud
5992
5996
  # @type SupportInternational: Integer
5993
5997
 
5994
5998
  attr_accessor :Region, :RegionName, :RegionId, :RegionState, :SupportInternational
5995
-
5999
+
5996
6000
  def initialize(region=nil, regionname=nil, regionid=nil, regionstate=nil, supportinternational=nil)
5997
6001
  @Region = region
5998
6002
  @RegionName = regionname
@@ -6018,7 +6022,7 @@ module TencentCloud
6018
6022
  # @type ReadOnlyGroupId: String
6019
6023
 
6020
6024
  attr_accessor :DBInstanceId, :ReadOnlyGroupId
6021
-
6025
+
6022
6026
  def initialize(dbinstanceid=nil, readonlygroupid=nil)
6023
6027
  @DBInstanceId = dbinstanceid
6024
6028
  @ReadOnlyGroupId = readonlygroupid
@@ -6038,7 +6042,7 @@ module TencentCloud
6038
6042
  # @type RequestId: String
6039
6043
 
6040
6044
  attr_accessor :FlowId, :RequestId
6041
-
6045
+
6042
6046
  def initialize(flowid=nil, requestid=nil)
6043
6047
  @FlowId = flowid
6044
6048
  @RequestId = requestid
@@ -6062,7 +6066,7 @@ module TencentCloud
6062
6066
  # @type VoucherIds: Array
6063
6067
 
6064
6068
  attr_accessor :DBInstanceId, :Period, :AutoVoucher, :VoucherIds
6065
-
6069
+
6066
6070
  def initialize(dbinstanceid=nil, period=nil, autovoucher=nil, voucherids=nil)
6067
6071
  @DBInstanceId = dbinstanceid
6068
6072
  @Period = period
@@ -6086,7 +6090,7 @@ module TencentCloud
6086
6090
  # @type RequestId: String
6087
6091
 
6088
6092
  attr_accessor :DealName, :RequestId
6089
-
6093
+
6090
6094
  def initialize(dealname=nil, requestid=nil)
6091
6095
  @DealName = dealname
6092
6096
  @RequestId = requestid
@@ -6108,7 +6112,7 @@ module TencentCloud
6108
6112
  # @type Password: String
6109
6113
 
6110
6114
  attr_accessor :DBInstanceId, :UserName, :Password
6111
-
6115
+
6112
6116
  def initialize(dbinstanceid=nil, username=nil, password=nil)
6113
6117
  @DBInstanceId = dbinstanceid
6114
6118
  @UserName = username
@@ -6128,7 +6132,7 @@ module TencentCloud
6128
6132
  # @type RequestId: String
6129
6133
 
6130
6134
  attr_accessor :RequestId
6131
-
6135
+
6132
6136
  def initialize(requestid=nil)
6133
6137
  @RequestId = requestid
6134
6138
  end
@@ -6144,7 +6148,7 @@ module TencentCloud
6144
6148
  # @type DBInstanceId: String
6145
6149
 
6146
6150
  attr_accessor :DBInstanceId
6147
-
6151
+
6148
6152
  def initialize(dbinstanceid=nil)
6149
6153
  @DBInstanceId = dbinstanceid
6150
6154
  end
@@ -6162,7 +6166,7 @@ module TencentCloud
6162
6166
  # @type RequestId: String
6163
6167
 
6164
6168
  attr_accessor :FlowId, :RequestId
6165
-
6169
+
6166
6170
  def initialize(flowid=nil, requestid=nil)
6167
6171
  @FlowId = flowid
6168
6172
  @RequestId = requestid
@@ -6192,7 +6196,7 @@ module TencentCloud
6192
6196
  # @type SecurityGroupDescription: String
6193
6197
 
6194
6198
  attr_accessor :ProjectId, :CreateTime, :Inbound, :Outbound, :SecurityGroupId, :SecurityGroupName, :SecurityGroupDescription
6195
-
6199
+
6196
6200
  def initialize(projectid=nil, createtime=nil, inbound=nil, outbound=nil, securitygroupid=nil, securitygroupname=nil, securitygroupdescription=nil)
6197
6201
  @ProjectId = projectid
6198
6202
  @CreateTime = createtime
@@ -6241,7 +6245,7 @@ module TencentCloud
6241
6245
  # @type DBConnLimit: Integer
6242
6246
 
6243
6247
  attr_accessor :DBUser, :DBPassword, :DBConnLimit
6244
-
6248
+
6245
6249
  def initialize(dbuser=nil, dbpassword=nil, dbconnlimit=nil)
6246
6250
  @DBUser = dbuser
6247
6251
  @DBPassword = dbpassword
@@ -6310,7 +6314,7 @@ module TencentCloud
6310
6314
  # @type DBMajorVersion: String
6311
6315
 
6312
6316
  attr_accessor :DBInstanceId, :DBInstanceName, :DBInstanceStatus, :Region, :Zone, :ProjectId, :VpcId, :SubnetId, :DBCharset, :DBVersion, :CreateTime, :DBInstanceNetInfo, :DBAccountSet, :DBDatabaseList, :TagList, :DBKernelVersion, :DBMajorVersion
6313
-
6317
+
6314
6318
  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
6319
  @DBInstanceId = dbinstanceid
6316
6320
  @DBInstanceName = dbinstancename
@@ -6392,7 +6396,7 @@ module TencentCloud
6392
6396
  # @type NetType: String
6393
6397
 
6394
6398
  attr_accessor :Address, :Ip, :Port, :Status, :NetType
6395
-
6399
+
6396
6400
  def initialize(address=nil, ip=nil, port=nil, status=nil, nettype=nil)
6397
6401
  @Address = address
6398
6402
  @Ip = ip
@@ -6418,7 +6422,7 @@ module TencentCloud
6418
6422
  # @type AutoRenewFlag: Integer
6419
6423
 
6420
6424
  attr_accessor :DBInstanceIdSet, :AutoRenewFlag
6421
-
6425
+
6422
6426
  def initialize(dbinstanceidset=nil, autorenewflag=nil)
6423
6427
  @DBInstanceIdSet = dbinstanceidset
6424
6428
  @AutoRenewFlag = autorenewflag
@@ -6438,7 +6442,7 @@ module TencentCloud
6438
6442
  # @type RequestId: String
6439
6443
 
6440
6444
  attr_accessor :Count, :RequestId
6441
-
6445
+
6442
6446
  def initialize(count=nil, requestid=nil)
6443
6447
  @Count = count
6444
6448
  @RequestId = requestid
@@ -6460,7 +6464,7 @@ module TencentCloud
6460
6464
  # @type NormalQueries: Array
6461
6465
 
6462
6466
  attr_accessor :TotalTime, :TotalCalls, :NormalQueries
6463
-
6467
+
6464
6468
  def initialize(totaltime=nil, totalcalls=nil, normalqueries=nil)
6465
6469
  @TotalTime = totaltime
6466
6470
  @TotalCalls = totalcalls
@@ -6494,7 +6498,7 @@ module TencentCloud
6494
6498
  # @type SupportKMSRegions: Array
6495
6499
 
6496
6500
  attr_accessor :Region, :Zone, :SpecItemInfoList, :SupportKMSRegions
6497
-
6501
+
6498
6502
  def initialize(region=nil, zone=nil, speciteminfolist=nil, supportkmsregions=nil)
6499
6503
  @Region = region
6500
6504
  @Zone = zone
@@ -6550,7 +6554,7 @@ module TencentCloud
6550
6554
  # @type IsSupportTDE: Integer
6551
6555
 
6552
6556
  attr_accessor :SpecCode, :Version, :VersionName, :Cpu, :Memory, :MaxStorage, :MinStorage, :Qps, :Pid, :Type, :MajorVersion, :KernelVersion, :IsSupportTDE
6553
-
6557
+
6554
6558
  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
6559
  @SpecCode = speccode
6556
6560
  @Version = version
@@ -6592,7 +6596,7 @@ module TencentCloud
6592
6596
  # @type TagValue: String
6593
6597
 
6594
6598
  attr_accessor :TagKey, :TagValue
6595
-
6599
+
6596
6600
  def initialize(tagkey=nil, tagvalue=nil)
6597
6601
  @TagKey = tagkey
6598
6602
  @TagValue = tagvalue
@@ -6625,7 +6629,7 @@ module TencentCloud
6625
6629
  # @type DryRun: Boolean
6626
6630
 
6627
6631
  attr_accessor :DBInstanceId, :TargetDBKernelVersion, :SwitchTag, :SwitchStartTime, :SwitchEndTime, :DryRun
6628
-
6632
+
6629
6633
  def initialize(dbinstanceid=nil, targetdbkernelversion=nil, switchtag=nil, switchstarttime=nil, switchendtime=nil, dryrun=nil)
6630
6634
  @DBInstanceId = dbinstanceid
6631
6635
  @TargetDBKernelVersion = targetdbkernelversion
@@ -6651,7 +6655,7 @@ module TencentCloud
6651
6655
  # @type RequestId: String
6652
6656
 
6653
6657
  attr_accessor :RequestId
6654
-
6658
+
6655
6659
  def initialize(requestid=nil)
6656
6660
  @RequestId = requestid
6657
6661
  end
@@ -6683,7 +6687,7 @@ module TencentCloud
6683
6687
  # @type SwitchEndTime: String
6684
6688
 
6685
6689
  attr_accessor :Memory, :Storage, :DBInstanceId, :AutoVoucher, :VoucherIds, :ActivityId, :SwitchTag, :SwitchStartTime, :SwitchEndTime
6686
-
6690
+
6687
6691
  def initialize(memory=nil, storage=nil, dbinstanceid=nil, autovoucher=nil, voucherids=nil, activityid=nil, switchtag=nil, switchstarttime=nil, switchendtime=nil)
6688
6692
  @Memory = memory
6689
6693
  @Storage = storage
@@ -6719,7 +6723,7 @@ module TencentCloud
6719
6723
  # @type RequestId: String
6720
6724
 
6721
6725
  attr_accessor :DealName, :BillId, :RequestId
6722
-
6726
+
6723
6727
  def initialize(dealname=nil, billid=nil, requestid=nil)
6724
6728
  @DealName = dealname
6725
6729
  @BillId = billid
@@ -6756,7 +6760,7 @@ module TencentCloud
6756
6760
  # @type AvailableUpgradeTarget: Array
6757
6761
 
6758
6762
  attr_accessor :DBEngine, :DBVersion, :DBMajorVersion, :DBKernelVersion, :SupportedFeatureNames, :Status, :AvailableUpgradeTarget
6759
-
6763
+
6760
6764
  def initialize(dbengine=nil, dbversion=nil, dbmajorversion=nil, dbkernelversion=nil, supportedfeaturenames=nil, status=nil, availableupgradetarget=nil)
6761
6765
  @DBEngine = dbengine
6762
6766
  @DBVersion = dbversion
@@ -6794,7 +6798,7 @@ module TencentCloud
6794
6798
  # @type Size: Integer
6795
6799
 
6796
6800
  attr_accessor :Id, :StartTime, :EndTime, :InternalAddr, :ExternalAddr, :Size
6797
-
6801
+
6798
6802
  def initialize(id=nil, starttime=nil, endtime=nil, internaladdr=nil, externaladdr=nil, size=nil)
6799
6803
  @Id = id
6800
6804
  @StartTime = starttime
@@ -6835,7 +6839,7 @@ module TencentCloud
6835
6839
  # @type StandbyZoneSet: Array
6836
6840
 
6837
6841
  attr_accessor :Zone, :ZoneName, :ZoneId, :ZoneState, :ZoneSupportIpv6, :StandbyZoneSet
6838
-
6842
+
6839
6843
  def initialize(zone=nil, zonename=nil, zoneid=nil, zonestate=nil, zonesupportipv6=nil, standbyzoneset=nil)
6840
6844
  @Zone = zone
6841
6845
  @ZoneName = zonename