tencentcloud-sdk-cdwch 3.0.590 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200915/models.rb +62 -62
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b09991249e35806e0c16a979307e1177e09ad0a8
4
- data.tar.gz: 6cd97593b4a6710d3fc4aede2a235f609b33ec70
3
+ metadata.gz: 1682eb57c1f6b24370202c0ca1f8b1213d937776
4
+ data.tar.gz: 0657bfa6b48bb1cebd74d796eaae235d7638618d
5
5
  SHA512:
6
- metadata.gz: 1f50b1cc4043d7ae53d91da525693adcb0aefd96ea6869b967a65f10475ba7ad8f04c5c66c380961493b868b59376a24d64b14d1c978957d9b65213b2a1ddcfb
7
- data.tar.gz: 4a61cb2f6846f088235f4e3405740612ddd7520d4cb1eef043daae6610a6d98f86ac97fd8bd5a17e7e8ee66aa359ae4d8c8f91fc014bcbc04f183456d0d032ef
6
+ metadata.gz: b8c1c1446f85775dd54ce47c02494921cb48cfcb4c937f3abe15a6625ba0a616fca39627145255736cb081fec98d53702aa073b48391855cf327088c924225fd
7
+ data.tar.gz: 5def86f566bafc68fbf5004fa1bfe64a44e71421cb9f0ff67e2a239db0462977d7990b80d50c8921753173e1950c07c468d17d427a8f955b16d3517571ddcb57
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -26,7 +26,7 @@ module TencentCloud
26
26
  # @type ApiType: String
27
27
 
28
28
  attr_accessor :UserInfo, :ApiType
29
-
29
+
30
30
  def initialize(userinfo=nil, apitype=nil)
31
31
  @UserInfo = userinfo
32
32
  @ApiType = apitype
@@ -50,7 +50,7 @@ module TencentCloud
50
50
  # @type RequestId: String
51
51
 
52
52
  attr_accessor :ErrMsg, :RequestId
53
-
53
+
54
54
  def initialize(errmsg=nil, requestid=nil)
55
55
  @ErrMsg = errmsg
56
56
  @RequestId = requestid
@@ -74,7 +74,7 @@ module TencentCloud
74
74
  # @type DiskDesc: String
75
75
 
76
76
  attr_accessor :DiskType, :DiskSize, :DiskCount, :DiskDesc
77
-
77
+
78
78
  def initialize(disktype=nil, disksize=nil, diskcount=nil, diskdesc=nil)
79
79
  @DiskType = disktype
80
80
  @DiskSize = disksize
@@ -104,7 +104,7 @@ module TencentCloud
104
104
  # @type Ips: String
105
105
 
106
106
  attr_accessor :Database, :Table, :TotalBytes, :VCluster, :Ips
107
-
107
+
108
108
  def initialize(database=nil, table=nil, totalbytes=nil, vcluster=nil, ips=nil)
109
109
  @Database = database
110
110
  @Table = table
@@ -132,7 +132,7 @@ module TencentCloud
132
132
  # @type TimeSpan: Integer
133
133
 
134
134
  attr_accessor :ChargeType, :RenewFlag, :TimeSpan
135
-
135
+
136
136
  def initialize(chargetype=nil, renewflag=nil, timespan=nil)
137
137
  @ChargeType = chargetype
138
138
  @RenewFlag = renewflag
@@ -158,7 +158,7 @@ module TencentCloud
158
158
  # @type Describe: String
159
159
 
160
160
  attr_accessor :InstanceId, :UserName, :PassWord, :Describe
161
-
161
+
162
162
  def initialize(instanceid=nil, username=nil, password=nil, describe=nil)
163
163
  @InstanceId = instanceid
164
164
  @UserName = username
@@ -191,7 +191,7 @@ module TencentCloud
191
191
  # @type FilePath: String
192
192
 
193
193
  attr_accessor :FileName, :FileConf, :KeyConf, :OriParam, :NeedRestart, :FilePath
194
-
194
+
195
195
  def initialize(filename=nil, fileconf=nil, keyconf=nil, oriparam=nil, needrestart=nil, filepath=nil)
196
196
  @FileName = filename
197
197
  @FileConf = fileconf
@@ -221,7 +221,7 @@ module TencentCloud
221
221
  # @type NodeIps: Array
222
222
 
223
223
  attr_accessor :ClusterName, :NodeIps
224
-
224
+
225
225
  def initialize(clustername=nil, nodeips=nil)
226
226
  @ClusterName = clustername
227
227
  @NodeIps = nodeips
@@ -245,7 +245,7 @@ module TencentCloud
245
245
  # @type FilePath: String
246
246
 
247
247
  attr_accessor :FileName, :OldConfValue, :NewConfValue, :FilePath
248
-
248
+
249
249
  def initialize(filename=nil, oldconfvalue=nil, newconfvalue=nil, filepath=nil)
250
250
  @FileName = filename
251
251
  @OldConfValue = oldconfvalue
@@ -273,7 +273,7 @@ module TencentCloud
273
273
  # @type BackUpTables: Array
274
274
 
275
275
  attr_accessor :ScheduleId, :WeekDays, :ExecuteHour, :BackUpTables
276
-
276
+
277
277
  def initialize(scheduleid=nil, weekdays=nil, executehour=nil, backuptables=nil)
278
278
  @ScheduleId = scheduleid
279
279
  @WeekDays = weekdays
@@ -302,7 +302,7 @@ module TencentCloud
302
302
  # @type RequestId: String
303
303
 
304
304
  attr_accessor :RequestId
305
-
305
+
306
306
  def initialize(requestid=nil)
307
307
  @RequestId = requestid
308
308
  end
@@ -344,7 +344,7 @@ module TencentCloud
344
344
  # @type CommonSpec: :class:`Tencentcloud::Cdwch.v20200915.models.NodeSpec`
345
345
 
346
346
  attr_accessor :Zone, :HaFlag, :UserVPCId, :UserSubnetId, :ProductVersion, :ChargeProperties, :InstanceName, :DataSpec, :Tags, :ClsLogSetId, :CosBucketName, :MountDiskType, :HAZk, :CommonSpec
347
-
347
+
348
348
  def initialize(zone=nil, haflag=nil, uservpcid=nil, usersubnetid=nil, productversion=nil, chargeproperties=nil, instancename=nil, dataspec=nil, tags=nil, clslogsetid=nil, cosbucketname=nil, mountdisktype=nil, hazk=nil, commonspec=nil)
349
349
  @Zone = zone
350
350
  @HaFlag = haflag
@@ -407,7 +407,7 @@ module TencentCloud
407
407
  # @type RequestId: String
408
408
 
409
409
  attr_accessor :FlowId, :InstanceId, :ErrorMsg, :RequestId
410
-
410
+
411
411
  def initialize(flowid=nil, instanceid=nil, errormsg=nil, requestid=nil)
412
412
  @FlowId = flowid
413
413
  @InstanceId = instanceid
@@ -429,7 +429,7 @@ module TencentCloud
429
429
  # @type InstanceId: String
430
430
 
431
431
  attr_accessor :InstanceId
432
-
432
+
433
433
  def initialize(instanceid=nil)
434
434
  @InstanceId = instanceid
435
435
  end
@@ -458,7 +458,7 @@ module TencentCloud
458
458
  # @type RequestId: String
459
459
 
460
460
  attr_accessor :BackUpOpened, :MetaStrategy, :DataStrategy, :BackUpContents, :BackUpStatus, :RequestId
461
-
461
+
462
462
  def initialize(backupopened=nil, metastrategy=nil, datastrategy=nil, backupcontents=nil, backupstatus=nil, requestid=nil)
463
463
  @BackUpOpened = backupopened
464
464
  @MetaStrategy = metastrategy
@@ -514,7 +514,7 @@ module TencentCloud
514
514
  # @type UserName: String
515
515
 
516
516
  attr_accessor :InstanceId, :ApiType, :Cluster, :UserName
517
-
517
+
518
518
  def initialize(instanceid=nil, apitype=nil, cluster=nil, username=nil)
519
519
  @InstanceId = instanceid
520
520
  @ApiType = apitype
@@ -539,7 +539,7 @@ module TencentCloud
539
539
  # @type RequestId: String
540
540
 
541
541
  attr_accessor :ReturnData, :RequestId
542
-
542
+
543
543
  def initialize(returndata=nil, requestid=nil)
544
544
  @ReturnData = returndata
545
545
  @RequestId = requestid
@@ -557,7 +557,7 @@ module TencentCloud
557
557
  # @type InstanceId: String
558
558
 
559
559
  attr_accessor :InstanceId
560
-
560
+
561
561
  def initialize(instanceid=nil)
562
562
  @InstanceId = instanceid
563
563
  end
@@ -575,7 +575,7 @@ module TencentCloud
575
575
  # @type RequestId: String
576
576
 
577
577
  attr_accessor :ClusterConfList, :RequestId
578
-
578
+
579
579
  def initialize(clusterconflist=nil, requestid=nil)
580
580
  @ClusterConfList = clusterconflist
581
581
  @RequestId = requestid
@@ -600,7 +600,7 @@ module TencentCloud
600
600
  # @type InstanceId: String
601
601
 
602
602
  attr_accessor :InstanceId
603
-
603
+
604
604
  def initialize(instanceid=nil)
605
605
  @InstanceId = instanceid
606
606
  end
@@ -618,7 +618,7 @@ module TencentCloud
618
618
  # @type RequestId: String
619
619
 
620
620
  attr_accessor :Clusters, :RequestId
621
-
621
+
622
622
  def initialize(clusters=nil, requestid=nil)
623
623
  @Clusters = clusters
624
624
  @RequestId = requestid
@@ -645,7 +645,7 @@ module TencentCloud
645
645
  # @type SearchConfigName: String
646
646
 
647
647
  attr_accessor :InstanceId, :SearchConfigName
648
-
648
+
649
649
  def initialize(instanceid=nil, searchconfigname=nil)
650
650
  @InstanceId = instanceid
651
651
  @SearchConfigName = searchconfigname
@@ -674,7 +674,7 @@ module TencentCloud
674
674
  # @type RequestId: String
675
675
 
676
676
  attr_accessor :ConfigItems, :UnConfigItems, :MapConfigItems, :ErrorMsg, :RequestId
677
-
677
+
678
678
  def initialize(configitems=nil, unconfigitems=nil, mapconfigitems=nil, errormsg=nil, requestid=nil)
679
679
  @ConfigItems = configitems
680
680
  @UnConfigItems = unconfigitems
@@ -721,7 +721,7 @@ module TencentCloud
721
721
  # @type IsOpenApi: Boolean
722
722
 
723
723
  attr_accessor :InstanceId, :IsOpenApi
724
-
724
+
725
725
  def initialize(instanceid=nil, isopenapi=nil)
726
726
  @InstanceId = instanceid
727
727
  @IsOpenApi = isopenapi
@@ -741,7 +741,7 @@ module TencentCloud
741
741
  # @type RequestId: String
742
742
 
743
743
  attr_accessor :InstanceInfo, :RequestId
744
-
744
+
745
745
  def initialize(instanceinfo=nil, requestid=nil)
746
746
  @InstanceInfo = instanceinfo
747
747
  @RequestId = requestid
@@ -762,7 +762,7 @@ module TencentCloud
762
762
  # @type InstanceId: String
763
763
 
764
764
  attr_accessor :InstanceId
765
-
765
+
766
766
  def initialize(instanceid=nil)
767
767
  @InstanceId = instanceid
768
768
  end
@@ -781,7 +781,7 @@ module TencentCloud
781
781
  # @type RequestId: String
782
782
 
783
783
  attr_accessor :InstanceShardsList, :RequestId
784
-
784
+
785
785
  def initialize(instanceshardslist=nil, requestid=nil)
786
786
  @InstanceShardsList = instanceshardslist
787
787
  @RequestId = requestid
@@ -799,7 +799,7 @@ module TencentCloud
799
799
  # @type InstanceId: String
800
800
 
801
801
  attr_accessor :InstanceId
802
-
802
+
803
803
  def initialize(instanceid=nil)
804
804
  @InstanceId = instanceid
805
805
  end
@@ -832,7 +832,7 @@ module TencentCloud
832
832
  # @type RequestId: String
833
833
 
834
834
  attr_accessor :InstanceState, :FlowCreateTime, :FlowName, :FlowProgress, :InstanceStateDesc, :FlowMsg, :RequestId
835
-
835
+
836
836
  def initialize(instancestate=nil, flowcreatetime=nil, flowname=nil, flowprogress=nil, instancestatedesc=nil, flowmsg=nil, requestid=nil)
837
837
  @InstanceState = instancestate
838
838
  @FlowCreateTime = flowcreatetime
@@ -868,7 +868,7 @@ module TencentCloud
868
868
  # @type SearchTags: Array
869
869
 
870
870
  attr_accessor :SearchInstanceId, :SearchInstanceName, :Offset, :Limit, :SearchTags
871
-
871
+
872
872
  def initialize(searchinstanceid=nil, searchinstancename=nil, offset=nil, limit=nil, searchtags=nil)
873
873
  @SearchInstanceId = searchinstanceid
874
874
  @SearchInstanceName = searchinstancename
@@ -903,7 +903,7 @@ module TencentCloud
903
903
  # @type RequestId: String
904
904
 
905
905
  attr_accessor :TotalCount, :InstancesList, :RequestId
906
-
906
+
907
907
  def initialize(totalcount=nil, instanceslist=nil, requestid=nil)
908
908
  @TotalCount = totalcount
909
909
  @InstancesList = instanceslist
@@ -934,7 +934,7 @@ module TencentCloud
934
934
  # @type IsElastic: Boolean
935
935
 
936
936
  attr_accessor :Zone, :PayMode, :IsElastic
937
-
937
+
938
938
  def initialize(zone=nil, paymode=nil, iselastic=nil)
939
939
  @Zone = zone
940
940
  @PayMode = paymode
@@ -961,7 +961,7 @@ module TencentCloud
961
961
  # @type RequestId: String
962
962
 
963
963
  attr_accessor :CommonSpec, :DataSpec, :AttachCBSSpec, :RequestId
964
-
964
+
965
965
  def initialize(commonspec=nil, dataspec=nil, attachcbsspec=nil, requestid=nil)
966
966
  @CommonSpec = commonspec
967
967
  @DataSpec = dataspec
@@ -1004,7 +1004,7 @@ module TencentCloud
1004
1004
  # @type InstanceId: String
1005
1005
 
1006
1006
  attr_accessor :InstanceId
1007
-
1007
+
1008
1008
  def initialize(instanceid=nil)
1009
1009
  @InstanceId = instanceid
1010
1010
  end
@@ -1027,7 +1027,7 @@ module TencentCloud
1027
1027
  # @type RequestId: String
1028
1028
 
1029
1029
  attr_accessor :FlowID, :InstanceID, :ErrorMsg, :RequestId
1030
-
1030
+
1031
1031
  def initialize(flowid=nil, instanceid=nil, errormsg=nil, requestid=nil)
1032
1032
  @FlowID = flowid
1033
1033
  @InstanceID = instanceid
@@ -1057,7 +1057,7 @@ module TencentCloud
1057
1057
  # @type DiskCount: Integer
1058
1058
 
1059
1059
  attr_accessor :DiskType, :DiskDesc, :MinDiskSize, :MaxDiskSize, :DiskCount
1060
-
1060
+
1061
1061
  def initialize(disktype=nil, diskdesc=nil, mindisksize=nil, maxdisksize=nil, diskcount=nil)
1062
1062
  @DiskType = disktype
1063
1063
  @DiskDesc = diskdesc
@@ -1101,7 +1101,7 @@ module TencentCloud
1101
1101
  # @type ModifyTime: String
1102
1102
 
1103
1103
  attr_accessor :ConfKey, :ConfValue, :DefaultValue, :NeedRestart, :Editable, :ConfDesc, :FileName, :ModifyRuleType, :ModifyRuleValue, :Uin, :ModifyTime
1104
-
1104
+
1105
1105
  def initialize(confkey=nil, confvalue=nil, defaultvalue=nil, needrestart=nil, editable=nil, confdesc=nil, filename=nil, modifyruletype=nil, modifyrulevalue=nil, uin=nil, modifytime=nil)
1106
1106
  @ConfKey = confkey
1107
1107
  @ConfValue = confvalue
@@ -1139,7 +1139,7 @@ module TencentCloud
1139
1139
  # @type ConfValue: String
1140
1140
 
1141
1141
  attr_accessor :ConfKey, :ConfValue
1142
-
1142
+
1143
1143
  def initialize(confkey=nil, confvalue=nil)
1144
1144
  @ConfKey = confkey
1145
1145
  @ConfValue = confvalue
@@ -1284,7 +1284,7 @@ module TencentCloud
1284
1284
  # @type UpgradeVersions: String
1285
1285
 
1286
1286
  attr_accessor :InstanceId, :InstanceName, :Status, :Version, :Region, :Zone, :VpcId, :SubnetId, :PayMode, :CreateTime, :ExpireTime, :MasterSummary, :CommonSummary, :HA, :AccessInfo, :Id, :RegionId, :ZoneDesc, :FlowMsg, :StatusDesc, :RenewFlag, :Tags, :Monitor, :HasClsTopic, :ClsTopicId, :ClsLogSetId, :EnableXMLConfig, :RegionDesc, :Eip, :CosMoveFactor, :Kind, :IsElastic, :InstanceStateInfo, :HAZk, :MountDiskType, :CHProxyVip, :CosBucketName, :CanAttachCbs, :CanAttachCbsLvm, :CanAttachCos, :Components, :UpgradeVersions
1287
-
1287
+
1288
1288
  def initialize(instanceid=nil, instancename=nil, status=nil, version=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, paymode=nil, createtime=nil, expiretime=nil, mastersummary=nil, commonsummary=nil, ha=nil, accessinfo=nil, id=nil, regionid=nil, zonedesc=nil, flowmsg=nil, statusdesc=nil, renewflag=nil, tags=nil, monitor=nil, hasclstopic=nil, clstopicid=nil, clslogsetid=nil, enablexmlconfig=nil, regiondesc=nil, eip=nil, cosmovefactor=nil, kind=nil, iselastic=nil, instancestateinfo=nil, hazk=nil, mountdisktype=nil, chproxyvip=nil, cosbucketname=nil, canattachcbs=nil, canattachcbslvm=nil, canattachcos=nil, components=nil, upgradeversions=nil)
1289
1289
  @InstanceId = instanceid
1290
1290
  @InstanceName = instancename
@@ -1427,7 +1427,7 @@ module TencentCloud
1427
1427
  # @type RequestId: String
1428
1428
 
1429
1429
  attr_accessor :InstanceState, :FlowCreateTime, :FlowName, :FlowProgress, :InstanceStateDesc, :FlowMsg, :ProcessName, :RequestId
1430
-
1430
+
1431
1431
  def initialize(instancestate=nil, flowcreatetime=nil, flowname=nil, flowprogress=nil, instancestatedesc=nil, flowmsg=nil, processname=nil, requestid=nil)
1432
1432
  @InstanceState = instancestate
1433
1433
  @FlowCreateTime = flowcreatetime
@@ -1459,7 +1459,7 @@ module TencentCloud
1459
1459
  # @type Items: Array
1460
1460
 
1461
1461
  attr_accessor :ConfKey, :Items
1462
-
1462
+
1463
1463
  def initialize(confkey=nil, items=nil)
1464
1464
  @ConfKey = confkey
1465
1465
  @Items = items
@@ -1488,7 +1488,7 @@ module TencentCloud
1488
1488
  # @type Remark: String
1489
1489
 
1490
1490
  attr_accessor :InstanceId, :ModifyConfContext, :Remark
1491
-
1491
+
1492
1492
  def initialize(instanceid=nil, modifyconfcontext=nil, remark=nil)
1493
1493
  @InstanceId = instanceid
1494
1494
  @ModifyConfContext = modifyconfcontext
@@ -1519,7 +1519,7 @@ module TencentCloud
1519
1519
  # @type RequestId: String
1520
1520
 
1521
1521
  attr_accessor :FlowId, :ErrorMsg, :RequestId
1522
-
1522
+
1523
1523
  def initialize(flowid=nil, errormsg=nil, requestid=nil)
1524
1524
  @FlowId = flowid
1525
1525
  @ErrorMsg = errormsg
@@ -1549,7 +1549,7 @@ module TencentCloud
1549
1549
  # @type Remark: String
1550
1550
 
1551
1551
  attr_accessor :InstanceId, :AddItems, :UpdateItems, :DeleteItems, :DelItems, :Remark
1552
-
1552
+
1553
1553
  def initialize(instanceid=nil, additems=nil, updateitems=nil, deleteitems=nil, delitems=nil, remark=nil)
1554
1554
  @InstanceId = instanceid
1555
1555
  @AddItems = additems
@@ -1604,7 +1604,7 @@ module TencentCloud
1604
1604
  # @type RequestId: String
1605
1605
 
1606
1606
  attr_accessor :ErrorMsg, :FlowId, :RequestId
1607
-
1607
+
1608
1608
  def initialize(errormsg=nil, flowid=nil, requestid=nil)
1609
1609
  @ErrorMsg = errormsg
1610
1610
  @FlowId = flowid
@@ -1621,7 +1621,7 @@ module TencentCloud
1621
1621
  # ModifyUserNewPrivilege请求参数结构体
1622
1622
  class ModifyUserNewPrivilegeRequest < TencentCloud::Common::AbstractModel
1623
1623
 
1624
-
1624
+
1625
1625
  def initialize()
1626
1626
  end
1627
1627
 
@@ -1635,7 +1635,7 @@ module TencentCloud
1635
1635
  # @type RequestId: String
1636
1636
 
1637
1637
  attr_accessor :RequestId
1638
-
1638
+
1639
1639
  def initialize(requestid=nil)
1640
1640
  @RequestId = requestid
1641
1641
  end
@@ -1655,7 +1655,7 @@ module TencentCloud
1655
1655
  # @type DiskSize: Integer
1656
1656
 
1657
1657
  attr_accessor :SpecName, :Count, :DiskSize
1658
-
1658
+
1659
1659
  def initialize(specname=nil, count=nil, disksize=nil)
1660
1660
  @SpecName = specname
1661
1661
  @Count = count
@@ -1708,7 +1708,7 @@ module TencentCloud
1708
1708
  # @type Encrypt: Integer
1709
1709
 
1710
1710
  attr_accessor :Spec, :NodeSize, :Core, :Memory, :Disk, :DiskType, :DiskDesc, :AttachCBSSpec, :SubProductType, :SpecCore, :SpecMemory, :DiskCount, :MaxDiskSize, :Encrypt
1711
-
1711
+
1712
1712
  def initialize(spec=nil, nodesize=nil, core=nil, memory=nil, disk=nil, disktype=nil, diskdesc=nil, attachcbsspec=nil, subproducttype=nil, speccore=nil, specmemory=nil, diskcount=nil, maxdisksize=nil, encrypt=nil)
1713
1713
  @Spec = spec
1714
1714
  @NodeSize = nodesize
@@ -1757,7 +1757,7 @@ module TencentCloud
1757
1757
  # @type CosBucketName: String
1758
1758
 
1759
1759
  attr_accessor :InstanceId, :OperationType, :CosBucketName
1760
-
1760
+
1761
1761
  def initialize(instanceid=nil, operationtype=nil, cosbucketname=nil)
1762
1762
  @InstanceId = instanceid
1763
1763
  @OperationType = operationtype
@@ -1777,7 +1777,7 @@ module TencentCloud
1777
1777
  # @type RequestId: String
1778
1778
 
1779
1779
  attr_accessor :RequestId
1780
-
1780
+
1781
1781
  def initialize(requestid=nil)
1782
1782
  @RequestId = requestid
1783
1783
  end
@@ -1797,7 +1797,7 @@ module TencentCloud
1797
1797
  # @type DiskSize: Integer
1798
1798
 
1799
1799
  attr_accessor :InstanceId, :Type, :DiskSize
1800
-
1800
+
1801
1801
  def initialize(instanceid=nil, type=nil, disksize=nil)
1802
1802
  @InstanceId = instanceid
1803
1803
  @Type = type
@@ -1826,7 +1826,7 @@ module TencentCloud
1826
1826
  # @type RequestId: String
1827
1827
 
1828
1828
  attr_accessor :FlowId, :InstanceId, :ErrorMsg, :RequestId
1829
-
1829
+
1830
1830
  def initialize(flowid=nil, instanceid=nil, errormsg=nil, requestid=nil)
1831
1831
  @FlowId = flowid
1832
1832
  @InstanceId = instanceid
@@ -1872,7 +1872,7 @@ module TencentCloud
1872
1872
  # @type InstanceQuota: Integer
1873
1873
 
1874
1874
  attr_accessor :Name, :Cpu, :Mem, :Type, :SystemDisk, :DataDisk, :MaxNodeSize, :Available, :ComputeSpecDesc, :DisplayName, :InstanceQuota
1875
-
1875
+
1876
1876
  def initialize(name=nil, cpu=nil, mem=nil, type=nil, systemdisk=nil, datadisk=nil, maxnodesize=nil, available=nil, computespecdesc=nil, displayname=nil, instancequota=nil)
1877
1877
  @Name = name
1878
1878
  @Cpu = cpu
@@ -1927,7 +1927,7 @@ module TencentCloud
1927
1927
  # @type ReduceShardInfo: Array
1928
1928
 
1929
1929
  attr_accessor :InstanceId, :Type, :NodeCount, :ScaleOutCluster, :UserSubnetIPNum, :ScaleOutNodeIp, :ReduceShardInfo
1930
-
1930
+
1931
1931
  def initialize(instanceid=nil, type=nil, nodecount=nil, scaleoutcluster=nil, usersubnetipnum=nil, scaleoutnodeip=nil, reduceshardinfo=nil)
1932
1932
  @InstanceId = instanceid
1933
1933
  @Type = type
@@ -1964,7 +1964,7 @@ module TencentCloud
1964
1964
  # @type RequestId: String
1965
1965
 
1966
1966
  attr_accessor :FlowId, :InstanceId, :ErrorMsg, :RequestId
1967
-
1967
+
1968
1968
  def initialize(flowid=nil, instanceid=nil, errormsg=nil, requestid=nil)
1969
1969
  @FlowId = flowid
1970
1970
  @InstanceId = instanceid
@@ -1992,7 +1992,7 @@ module TencentCloud
1992
1992
  # @type ScaleUpEnableRolling: Boolean
1993
1993
 
1994
1994
  attr_accessor :InstanceId, :Type, :SpecName, :ScaleUpEnableRolling
1995
-
1995
+
1996
1996
  def initialize(instanceid=nil, type=nil, specname=nil, scaleupenablerolling=nil)
1997
1997
  @InstanceId = instanceid
1998
1998
  @Type = type
@@ -2023,7 +2023,7 @@ module TencentCloud
2023
2023
  # @type RequestId: String
2024
2024
 
2025
2025
  attr_accessor :FlowId, :InstanceId, :ErrorMsg, :RequestId
2026
-
2026
+
2027
2027
  def initialize(flowid=nil, instanceid=nil, errormsg=nil, requestid=nil)
2028
2028
  @FlowId = flowid
2029
2029
  @InstanceId = instanceid
@@ -2054,7 +2054,7 @@ module TencentCloud
2054
2054
  # @type ScheduleId: Integer
2055
2055
 
2056
2056
  attr_accessor :CosBucketName, :RetainDays, :WeekDays, :ExecuteHour, :ScheduleId
2057
-
2057
+
2058
2058
  def initialize(cosbucketname=nil, retaindays=nil, weekdays=nil, executehour=nil, scheduleid=nil)
2059
2059
  @CosBucketName = cosbucketname
2060
2060
  @RetainDays = retaindays
@@ -2082,7 +2082,7 @@ module TencentCloud
2082
2082
  # @type AllValue: Integer
2083
2083
 
2084
2084
  attr_accessor :TagKey, :TagValue, :AllValue
2085
-
2085
+
2086
2086
  def initialize(tagkey=nil, tagvalue=nil, allvalue=nil)
2087
2087
  @TagKey = tagkey
2088
2088
  @TagValue = tagvalue
@@ -2106,7 +2106,7 @@ module TencentCloud
2106
2106
  # @type Version: String
2107
2107
 
2108
2108
  attr_accessor :Name, :Version
2109
-
2109
+
2110
2110
  def initialize(name=nil, version=nil)
2111
2111
  @Name = name
2112
2112
  @Version = version
@@ -2126,7 +2126,7 @@ module TencentCloud
2126
2126
  # @type TagValue: String
2127
2127
 
2128
2128
  attr_accessor :TagKey, :TagValue
2129
-
2129
+
2130
2130
  def initialize(tagkey=nil, tagvalue=nil)
2131
2131
  @TagKey = tagkey
2132
2132
  @TagValue = tagvalue
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdwch
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.591
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common