tencentcloud-sdk-thpc 3.0.590 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df019f4aaae5330083d0019ff53abdfca2b8f608
4
- data.tar.gz: abefdce3aa224435e50e581deef42bcf056750ff
3
+ metadata.gz: b1852d9dc1369ba9a1cc254ca148fa7f0c77acdc
4
+ data.tar.gz: 12d9b7cc6148ee30f359703fcfdbdd61b463294a
5
5
  SHA512:
6
- metadata.gz: 9c7d212daba00dd9b9fe32447d2283048390e5ff9f601dd2ab4d1a908e5cbd6712904dc27e9ac88d36564f93399589c05d5ed0618e529557c893a5dedb814925
7
- data.tar.gz: ad26cb531e5741f4b91d533b1fd4b63983bbdc649b1350d2ff2fe4b364f3d0e3752d19b91b84ba3d39d401f96ebf5c34279ccee273fb45503be37105edc5095d
6
+ metadata.gz: fb45f5eddf358f5ca30de972bbbe9987d0bc0a3245f416fa7698d5a4a7f378796c911598786d8a54f298a2931ea55861f28a4d8c35920e3ef399ca0d51513697
7
+ data.tar.gz: 0352ef78ff20b12ba28b860f6c087f377fc96764fe1f1aee605e722db90e6a6d4523df7978abcb56320d1b88f4fe4060b4259d7b24db172072392a76f55f0cf0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -43,7 +43,7 @@ module TencentCloud
43
43
  # @type DryRun: Boolean
44
44
 
45
45
  attr_accessor :ClusterId, :LaunchConfigurationId, :AutoScalingGroupId, :QueueName, :ExpansionBusyTime, :ShrinkIdleTime, :EnableAutoExpansion, :EnableAutoShrink, :DryRun
46
-
46
+
47
47
  def initialize(clusterid=nil, launchconfigurationid=nil, autoscalinggroupid=nil, queuename=nil, expansionbusytime=nil, shrinkidletime=nil, enableautoexpansion=nil, enableautoshrink=nil, dryrun=nil)
48
48
  @ClusterId = clusterid
49
49
  @LaunchConfigurationId = launchconfigurationid
@@ -75,7 +75,7 @@ module TencentCloud
75
75
  # @type RequestId: String
76
76
 
77
77
  attr_accessor :RequestId
78
-
78
+
79
79
  def initialize(requestid=nil)
80
80
  @RequestId = requestid
81
81
  end
@@ -100,7 +100,7 @@ module TencentCloud
100
100
  # @type StorageType: String
101
101
 
102
102
  attr_accessor :LocalPath, :RemotePath, :Protocol, :StorageType
103
-
103
+
104
104
  def initialize(localpath=nil, remotepath=nil, protocol=nil, storagetype=nil)
105
105
  @LocalPath = localpath
106
106
  @RemotePath = remotepath
@@ -144,7 +144,7 @@ module TencentCloud
144
144
  # @type LoginNodeCount: Integer
145
145
 
146
146
  attr_accessor :ClusterId, :ClusterStatus, :ClusterName, :Placement, :CreateTime, :SchedulerType, :ComputeNodeCount, :ComputeNodeSet, :ManagerNodeCount, :ManagerNodeSet, :LoginNodeSet, :LoginNodeCount
147
-
147
+
148
148
  def initialize(clusterid=nil, clusterstatus=nil, clustername=nil, placement=nil, createtime=nil, schedulertype=nil, computenodecount=nil, computenodeset=nil, managernodecount=nil, managernodeset=nil, loginnodeset=nil, loginnodecount=nil)
149
149
  @ClusterId = clusterid
150
150
  @ClusterStatus = clusterstatus
@@ -221,7 +221,7 @@ module TencentCloud
221
221
  # @type InstanceName: String
222
222
 
223
223
  attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName
224
-
224
+
225
225
  def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil)
226
226
  @InstanceChargeType = instancechargetype
227
227
  @InstanceChargePrepaid = instancechargeprepaid
@@ -266,7 +266,7 @@ module TencentCloud
266
266
  # @type NodeId: String
267
267
 
268
268
  attr_accessor :NodeId
269
-
269
+
270
270
  def initialize(nodeid=nil)
271
271
  @NodeId = nodeid
272
272
  end
@@ -323,7 +323,7 @@ module TencentCloud
323
323
  # @type Tags: Array
324
324
 
325
325
  attr_accessor :Placement, :ManagerNode, :ManagerNodeCount, :ComputeNode, :ComputeNodeCount, :SchedulerType, :ImageId, :VirtualPrivateCloud, :LoginSettings, :SecurityGroupIds, :ClientToken, :DryRun, :AccountType, :ClusterName, :StorageOption, :LoginNode, :LoginNodeCount, :Tags
326
-
326
+
327
327
  def initialize(placement=nil, managernode=nil, managernodecount=nil, computenode=nil, computenodecount=nil, schedulertype=nil, imageid=nil, virtualprivatecloud=nil, loginsettings=nil, securitygroupids=nil, clienttoken=nil, dryrun=nil, accounttype=nil, clustername=nil, storageoption=nil, loginnode=nil, loginnodecount=nil, tags=nil)
328
328
  @Placement = placement
329
329
  @ManagerNode = managernode
@@ -408,7 +408,7 @@ module TencentCloud
408
408
  # @type RequestId: String
409
409
 
410
410
  attr_accessor :ClusterId, :RequestId
411
-
411
+
412
412
  def initialize(clusterid=nil, requestid=nil)
413
413
  @ClusterId = clusterid
414
414
  @RequestId = requestid
@@ -428,7 +428,7 @@ module TencentCloud
428
428
  # @type DiskType: String
429
429
 
430
430
  attr_accessor :DiskSize, :DiskType
431
-
431
+
432
432
  def initialize(disksize=nil, disktype=nil)
433
433
  @DiskSize = disksize
434
434
  @DiskType = disktype
@@ -446,7 +446,7 @@ module TencentCloud
446
446
  # @type ClusterId: String
447
447
 
448
448
  attr_accessor :ClusterId
449
-
449
+
450
450
  def initialize(clusterid=nil)
451
451
  @ClusterId = clusterid
452
452
  end
@@ -462,7 +462,7 @@ module TencentCloud
462
462
  # @type RequestId: String
463
463
 
464
464
  attr_accessor :RequestId
465
-
465
+
466
466
  def initialize(requestid=nil)
467
467
  @RequestId = requestid
468
468
  end
@@ -482,7 +482,7 @@ module TencentCloud
482
482
  # @type Limit: Integer
483
483
 
484
484
  attr_accessor :ClusterIds, :Offset, :Limit
485
-
485
+
486
486
  def initialize(clusterids=nil, offset=nil, limit=nil)
487
487
  @ClusterIds = clusterids
488
488
  @Offset = offset
@@ -506,7 +506,7 @@ module TencentCloud
506
506
  # @type RequestId: String
507
507
 
508
508
  attr_accessor :ClusterSet, :TotalCount, :RequestId
509
-
509
+
510
510
  def initialize(clusterset=nil, totalcount=nil, requestid=nil)
511
511
  @ClusterSet = clusterset
512
512
  @TotalCount = totalcount
@@ -537,7 +537,7 @@ module TencentCloud
537
537
  # @type Masters: Array
538
538
 
539
539
  attr_accessor :LocalPath, :RemotePath, :Masters
540
-
540
+
541
541
  def initialize(localpath=nil, remotepath=nil, masters=nil)
542
542
  @LocalPath = localpath
543
543
  @RemotePath = remotepath
@@ -564,7 +564,7 @@ module TencentCloud
564
564
  # @type RenewFlag: String
565
565
 
566
566
  attr_accessor :Period, :RenewFlag
567
-
567
+
568
568
  def initialize(period=nil, renewflag=nil)
569
569
  @Period = period
570
570
  @RenewFlag = renewflag
@@ -589,7 +589,7 @@ module TencentCloud
589
589
  # @type InternetMaxBandwidthOut: Integer
590
590
 
591
591
  attr_accessor :InternetChargeType, :InternetMaxBandwidthOut
592
-
592
+
593
593
  def initialize(internetchargetype=nil, internetmaxbandwidthout=nil)
594
594
  @InternetChargeType = internetchargetype
595
595
  @InternetMaxBandwidthOut = internetmaxbandwidthout
@@ -622,7 +622,7 @@ module TencentCloud
622
622
  # @type InstanceName: String
623
623
 
624
624
  attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName
625
-
625
+
626
626
  def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil)
627
627
  @InstanceChargeType = instancechargetype
628
628
  @InstanceChargePrepaid = instancechargeprepaid
@@ -674,7 +674,7 @@ module TencentCloud
674
674
  # @type NodeId: String
675
675
 
676
676
  attr_accessor :NodeId
677
-
677
+
678
678
  def initialize(nodeid=nil)
679
679
  @NodeId = nodeid
680
680
  end
@@ -690,7 +690,7 @@ module TencentCloud
690
690
  # @type Password: String
691
691
 
692
692
  attr_accessor :Password
693
-
693
+
694
694
  def initialize(password=nil)
695
695
  @Password = password
696
696
  end
@@ -723,7 +723,7 @@ module TencentCloud
723
723
  # @type InstanceName: String
724
724
 
725
725
  attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName
726
-
726
+
727
727
  def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil)
728
728
  @InstanceChargeType = instancechargetype
729
729
  @InstanceChargePrepaid = instancechargeprepaid
@@ -768,7 +768,7 @@ module TencentCloud
768
768
  # @type NodeId: String
769
769
 
770
770
  attr_accessor :NodeId
771
-
771
+
772
772
  def initialize(nodeid=nil)
773
773
  @NodeId = nodeid
774
774
  end
@@ -784,7 +784,7 @@ module TencentCloud
784
784
  # @type Zone: String
785
785
 
786
786
  attr_accessor :Zone
787
-
787
+
788
788
  def initialize(zone=nil)
789
789
  @Zone = zone
790
790
  end
@@ -802,7 +802,7 @@ module TencentCloud
802
802
  # @type GooseFSOptions: Array
803
803
 
804
804
  attr_accessor :CFSOptions, :GooseFSOptions
805
-
805
+
806
806
  def initialize(cfsoptions=nil, goosefsoptions=nil)
807
807
  @CFSOptions = cfsoptions
808
808
  @GooseFSOptions = goosefsoptions
@@ -843,7 +843,7 @@ module TencentCloud
843
843
  # @type DiskSize: Integer
844
844
 
845
845
  attr_accessor :DiskType, :DiskSize
846
-
846
+
847
847
  def initialize(disktype=nil, disksize=nil)
848
848
  @DiskType = disktype
849
849
  @DiskSize = disksize
@@ -863,7 +863,7 @@ module TencentCloud
863
863
  # @type Value: String
864
864
 
865
865
  attr_accessor :Key, :Value
866
-
866
+
867
867
  def initialize(key=nil, value=nil)
868
868
  @Key = key
869
869
  @Value = value
@@ -883,7 +883,7 @@ module TencentCloud
883
883
  # @type SubnetId: String
884
884
 
885
885
  attr_accessor :VpcId, :SubnetId
886
-
886
+
887
887
  def initialize(vpcid=nil, subnetid=nil)
888
888
  @VpcId = vpcid
889
889
  @SubnetId = subnetid
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type StorageOption: :class:`Tencentcloud::Thpc.v20220401.models.StorageOption`
26
26
 
27
27
  attr_accessor :ClusterId, :StorageOption
28
-
28
+
29
29
  def initialize(clusterid=nil, storageoption=nil)
30
30
  @ClusterId = clusterid
31
31
  @StorageOption = storageoption
@@ -46,7 +46,7 @@ module TencentCloud
46
46
  # @type RequestId: String
47
47
 
48
48
  attr_accessor :RequestId
49
-
49
+
50
50
  def initialize(requestid=nil)
51
51
  @RequestId = requestid
52
52
  end
@@ -104,7 +104,7 @@ module TencentCloud
104
104
  # @type NodeType: String
105
105
 
106
106
  attr_accessor :Placement, :ClusterId, :VirtualPrivateCloud, :Count, :ImageId, :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName, :LoginSettings, :SecurityGroupIds, :ClientToken, :QueueName, :NodeRole, :DryRun, :NodeType
107
-
107
+
108
108
  def initialize(placement=nil, clusterid=nil, virtualprivatecloud=nil, count=nil, imageid=nil, instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil, loginsettings=nil, securitygroupids=nil, clienttoken=nil, queuename=nil, noderole=nil, dryrun=nil, nodetype=nil)
109
109
  @Placement = placement
110
110
  @ClusterId = clusterid
@@ -185,7 +185,7 @@ module TencentCloud
185
185
  # @type RequestId: String
186
186
 
187
187
  attr_accessor :RequestId
188
-
188
+
189
189
  def initialize(requestid=nil)
190
190
  @RequestId = requestid
191
191
  end
@@ -203,7 +203,7 @@ module TencentCloud
203
203
  # @type QueueName: String
204
204
 
205
205
  attr_accessor :ClusterId, :QueueName
206
-
206
+
207
207
  def initialize(clusterid=nil, queuename=nil)
208
208
  @ClusterId = clusterid
209
209
  @QueueName = queuename
@@ -221,7 +221,7 @@ module TencentCloud
221
221
  # @type RequestId: String
222
222
 
223
223
  attr_accessor :RequestId
224
-
224
+
225
225
  def initialize(requestid=nil)
226
226
  @RequestId = requestid
227
227
  end
@@ -257,7 +257,7 @@ module TencentCloud
257
257
  # @type DryRun: Boolean
258
258
 
259
259
  attr_accessor :ClusterId, :LaunchConfigurationId, :AutoScalingGroupId, :QueueName, :ExpansionBusyTime, :ShrinkIdleTime, :EnableAutoExpansion, :EnableAutoShrink, :DryRun
260
-
260
+
261
261
  def initialize(clusterid=nil, launchconfigurationid=nil, autoscalinggroupid=nil, queuename=nil, expansionbusytime=nil, shrinkidletime=nil, enableautoexpansion=nil, enableautoshrink=nil, dryrun=nil)
262
262
  @ClusterId = clusterid
263
263
  @LaunchConfigurationId = launchconfigurationid
@@ -289,7 +289,7 @@ module TencentCloud
289
289
  # @type RequestId: String
290
290
 
291
291
  attr_accessor :RequestId
292
-
292
+
293
293
  def initialize(requestid=nil)
294
294
  @RequestId = requestid
295
295
  end
@@ -314,7 +314,7 @@ module TencentCloud
314
314
  # @type StorageType: String
315
315
 
316
316
  attr_accessor :LocalPath, :RemotePath, :Protocol, :StorageType
317
-
317
+
318
318
  def initialize(localpath=nil, remotepath=nil, protocol=nil, storagetype=nil)
319
319
  @LocalPath = localpath
320
320
  @RemotePath = remotepath
@@ -345,7 +345,7 @@ module TencentCloud
345
345
  # @type StorageType: String
346
346
 
347
347
  attr_accessor :LocalPath, :RemotePath, :Protocol, :StorageType
348
-
348
+
349
349
  def initialize(localpath=nil, remotepath=nil, protocol=nil, storagetype=nil)
350
350
  @LocalPath = localpath
351
351
  @RemotePath = remotepath
@@ -391,7 +391,7 @@ module TencentCloud
391
391
  # @type EndTime: String
392
392
 
393
393
  attr_accessor :ClusterId, :ActivityId, :ActivityType, :ActivityStatus, :ActivityStatusCode, :ResultDetail, :Cause, :Description, :RelatedNodeActivitySet, :StartTime, :EndTime
394
-
394
+
395
395
  def initialize(clusterid=nil, activityid=nil, activitytype=nil, activitystatus=nil, activitystatuscode=nil, resultdetail=nil, cause=nil, description=nil, relatednodeactivityset=nil, starttime=nil, endtime=nil)
396
396
  @ClusterId = clusterid
397
397
  @ActivityId = activityid
@@ -458,7 +458,7 @@ module TencentCloud
458
458
  # @type VpcId: String
459
459
 
460
460
  attr_accessor :ClusterId, :ClusterStatus, :ClusterName, :Placement, :CreateTime, :SchedulerType, :ComputeNodeCount, :ComputeNodeSet, :ManagerNodeCount, :ManagerNodeSet, :LoginNodeSet, :LoginNodeCount, :VpcId
461
-
461
+
462
462
  def initialize(clusterid=nil, clusterstatus=nil, clustername=nil, placement=nil, createtime=nil, schedulertype=nil, computenodecount=nil, computenodeset=nil, managernodecount=nil, managernodeset=nil, loginnodeset=nil, loginnodecount=nil, vpcid=nil)
463
463
  @ClusterId = clusterid
464
464
  @ClusterStatus = clusterstatus
@@ -537,7 +537,7 @@ module TencentCloud
537
537
  # @type InstanceName: String
538
538
 
539
539
  attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName
540
-
540
+
541
541
  def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil)
542
542
  @InstanceChargeType = instancechargetype
543
543
  @InstanceChargePrepaid = instancechargeprepaid
@@ -582,7 +582,7 @@ module TencentCloud
582
582
  # @type NodeId: String
583
583
 
584
584
  attr_accessor :NodeId
585
-
585
+
586
586
  def initialize(nodeid=nil)
587
587
  @NodeId = nodeid
588
588
  end
@@ -639,7 +639,7 @@ module TencentCloud
639
639
  # @type AutoScalingType: String
640
640
 
641
641
  attr_accessor :Placement, :ManagerNode, :ManagerNodeCount, :ComputeNode, :ComputeNodeCount, :SchedulerType, :ImageId, :VirtualPrivateCloud, :LoginSettings, :SecurityGroupIds, :ClientToken, :DryRun, :AccountType, :ClusterName, :StorageOption, :LoginNode, :LoginNodeCount, :Tags, :AutoScalingType
642
-
642
+
643
643
  def initialize(placement=nil, managernode=nil, managernodecount=nil, computenode=nil, computenodecount=nil, schedulertype=nil, imageid=nil, virtualprivatecloud=nil, loginsettings=nil, securitygroupids=nil, clienttoken=nil, dryrun=nil, accounttype=nil, clustername=nil, storageoption=nil, loginnode=nil, loginnodecount=nil, tags=nil, autoscalingtype=nil)
644
644
  @Placement = placement
645
645
  @ManagerNode = managernode
@@ -722,7 +722,7 @@ module TencentCloud
722
722
  # @type RequestId: String
723
723
 
724
724
  attr_accessor :ClusterId, :RequestId
725
-
725
+
726
726
  def initialize(clusterid=nil, requestid=nil)
727
727
  @ClusterId = clusterid
728
728
  @RequestId = requestid
@@ -742,7 +742,7 @@ module TencentCloud
742
742
  # @type DiskType: String
743
743
 
744
744
  attr_accessor :DiskSize, :DiskType
745
-
745
+
746
746
  def initialize(disksize=nil, disktype=nil)
747
747
  @DiskSize = disksize
748
748
  @DiskType = disktype
@@ -760,7 +760,7 @@ module TencentCloud
760
760
  # @type ClusterId: String
761
761
 
762
762
  attr_accessor :ClusterId
763
-
763
+
764
764
  def initialize(clusterid=nil)
765
765
  @ClusterId = clusterid
766
766
  end
@@ -776,7 +776,7 @@ module TencentCloud
776
776
  # @type RequestId: String
777
777
 
778
778
  attr_accessor :RequestId
779
-
779
+
780
780
  def initialize(requestid=nil)
781
781
  @RequestId = requestid
782
782
  end
@@ -794,7 +794,7 @@ module TencentCloud
794
794
  # @type LocalPath: String
795
795
 
796
796
  attr_accessor :ClusterId, :LocalPath
797
-
797
+
798
798
  def initialize(clusterid=nil, localpath=nil)
799
799
  @ClusterId = clusterid
800
800
  @LocalPath = localpath
@@ -812,7 +812,7 @@ module TencentCloud
812
812
  # @type RequestId: String
813
813
 
814
814
  attr_accessor :RequestId
815
-
815
+
816
816
  def initialize(requestid=nil)
817
817
  @RequestId = requestid
818
818
  end
@@ -830,7 +830,7 @@ module TencentCloud
830
830
  # @type NodeIds: Array
831
831
 
832
832
  attr_accessor :ClusterId, :NodeIds
833
-
833
+
834
834
  def initialize(clusterid=nil, nodeids=nil)
835
835
  @ClusterId = clusterid
836
836
  @NodeIds = nodeids
@@ -848,7 +848,7 @@ module TencentCloud
848
848
  # @type RequestId: String
849
849
 
850
850
  attr_accessor :RequestId
851
-
851
+
852
852
  def initialize(requestid=nil)
853
853
  @RequestId = requestid
854
854
  end
@@ -866,7 +866,7 @@ module TencentCloud
866
866
  # @type QueueName: String
867
867
 
868
868
  attr_accessor :ClusterId, :QueueName
869
-
869
+
870
870
  def initialize(clusterid=nil, queuename=nil)
871
871
  @ClusterId = clusterid
872
872
  @QueueName = queuename
@@ -884,7 +884,7 @@ module TencentCloud
884
884
  # @type RequestId: String
885
885
 
886
886
  attr_accessor :RequestId
887
-
887
+
888
888
  def initialize(requestid=nil)
889
889
  @RequestId = requestid
890
890
  end
@@ -900,7 +900,7 @@ module TencentCloud
900
900
  # @type ClusterId: String
901
901
 
902
902
  attr_accessor :ClusterId
903
-
903
+
904
904
  def initialize(clusterid=nil)
905
905
  @ClusterId = clusterid
906
906
  end
@@ -924,7 +924,7 @@ module TencentCloud
924
924
  # @type RequestId: String
925
925
 
926
926
  attr_accessor :ClusterId, :ExpansionBusyTime, :ShrinkIdleTime, :QueueConfigs, :RequestId
927
-
927
+
928
928
  def initialize(clusterid=nil, expansionbusytime=nil, shrinkidletime=nil, queueconfigs=nil, requestid=nil)
929
929
  @ClusterId = clusterid
930
930
  @ExpansionBusyTime = expansionbusytime
@@ -959,7 +959,7 @@ module TencentCloud
959
959
  # @type Limit: Integer
960
960
 
961
961
  attr_accessor :ClusterId, :Offset, :Limit
962
-
962
+
963
963
  def initialize(clusterid=nil, offset=nil, limit=nil)
964
964
  @ClusterId = clusterid
965
965
  @Offset = offset
@@ -983,7 +983,7 @@ module TencentCloud
983
983
  # @type RequestId: String
984
984
 
985
985
  attr_accessor :ClusterActivitySet, :TotalCount, :RequestId
986
-
986
+
987
987
  def initialize(clusteractivityset=nil, totalcount=nil, requestid=nil)
988
988
  @ClusterActivitySet = clusteractivityset
989
989
  @TotalCount = totalcount
@@ -1010,7 +1010,7 @@ module TencentCloud
1010
1010
  # @type ClusterId: String
1011
1011
 
1012
1012
  attr_accessor :ClusterId
1013
-
1013
+
1014
1014
  def initialize(clusterid=nil)
1015
1015
  @ClusterId = clusterid
1016
1016
  end
@@ -1028,7 +1028,7 @@ module TencentCloud
1028
1028
  # @type RequestId: String
1029
1029
 
1030
1030
  attr_accessor :StorageOption, :RequestId
1031
-
1031
+
1032
1032
  def initialize(storageoption=nil, requestid=nil)
1033
1033
  @StorageOption = storageoption
1034
1034
  @RequestId = requestid
@@ -1053,7 +1053,7 @@ module TencentCloud
1053
1053
  # @type Limit: Integer
1054
1054
 
1055
1055
  attr_accessor :ClusterIds, :Offset, :Limit
1056
-
1056
+
1057
1057
  def initialize(clusterids=nil, offset=nil, limit=nil)
1058
1058
  @ClusterIds = clusterids
1059
1059
  @Offset = offset
@@ -1077,7 +1077,7 @@ module TencentCloud
1077
1077
  # @type RequestId: String
1078
1078
 
1079
1079
  attr_accessor :ClusterSet, :TotalCount, :RequestId
1080
-
1080
+
1081
1081
  def initialize(clusterset=nil, totalcount=nil, requestid=nil)
1082
1082
  @ClusterSet = clusterset
1083
1083
  @TotalCount = totalcount
@@ -1110,7 +1110,7 @@ module TencentCloud
1110
1110
  # @type Limit: Integer
1111
1111
 
1112
1112
  attr_accessor :ClusterId, :Filters, :Offset, :Limit
1113
-
1113
+
1114
1114
  def initialize(clusterid=nil, filters=nil, offset=nil, limit=nil)
1115
1115
  @ClusterId = clusterid
1116
1116
  @Filters = filters
@@ -1143,7 +1143,7 @@ module TencentCloud
1143
1143
  # @type RequestId: String
1144
1144
 
1145
1145
  attr_accessor :NodeSet, :TotalCount, :RequestId
1146
-
1146
+
1147
1147
  def initialize(nodeset=nil, totalcount=nil, requestid=nil)
1148
1148
  @NodeSet = nodeset
1149
1149
  @TotalCount = totalcount
@@ -1174,7 +1174,7 @@ module TencentCloud
1174
1174
  # @type Limit: Integer
1175
1175
 
1176
1176
  attr_accessor :ClusterId, :Offset, :Limit
1177
-
1177
+
1178
1178
  def initialize(clusterid=nil, offset=nil, limit=nil)
1179
1179
  @ClusterId = clusterid
1180
1180
  @Offset = offset
@@ -1198,7 +1198,7 @@ module TencentCloud
1198
1198
  # @type RequestId: String
1199
1199
 
1200
1200
  attr_accessor :QueueSet, :TotalCount, :RequestId
1201
-
1201
+
1202
1202
  def initialize(queueset=nil, totalcount=nil, requestid=nil)
1203
1203
  @QueueSet = queueset
1204
1204
  @TotalCount = totalcount
@@ -1234,7 +1234,7 @@ module TencentCloud
1234
1234
  # @type VirtualPrivateCloud: :class:`Tencentcloud::Thpc.v20220401.models.VirtualPrivateCloud`
1235
1235
 
1236
1236
  attr_accessor :Placement, :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :VirtualPrivateCloud
1237
-
1237
+
1238
1238
  def initialize(placement=nil, instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, virtualprivatecloud=nil)
1239
1239
  @Placement = placement
1240
1240
  @InstanceChargeType = instancechargetype
@@ -1292,7 +1292,7 @@ module TencentCloud
1292
1292
  # @type DataDisks: Array
1293
1293
 
1294
1294
  attr_accessor :InstanceType, :Placement, :InstanceChargeType, :InstanceChargePrepaid, :VirtualPrivateCloud, :ImageId, :InternetAccessible, :SystemDisk, :DataDisks
1295
-
1295
+
1296
1296
  def initialize(instancetype=nil, placement=nil, instancechargetype=nil, instancechargeprepaid=nil, virtualprivatecloud=nil, imageid=nil, internetaccessible=nil, systemdisk=nil, datadisks=nil)
1297
1297
  @InstanceType = instancetype
1298
1298
  @Placement = placement
@@ -1350,7 +1350,7 @@ module TencentCloud
1350
1350
  # @type Values: Array
1351
1351
 
1352
1352
  attr_accessor :Name, :Values
1353
-
1353
+
1354
1354
  def initialize(name=nil, values=nil)
1355
1355
  @Name = name
1356
1356
  @Values = values
@@ -1372,7 +1372,7 @@ module TencentCloud
1372
1372
  # @type Masters: Array
1373
1373
 
1374
1374
  attr_accessor :LocalPath, :RemotePath, :Masters
1375
-
1375
+
1376
1376
  def initialize(localpath=nil, remotepath=nil, masters=nil)
1377
1377
  @LocalPath = localpath
1378
1378
  @RemotePath = remotepath
@@ -1396,7 +1396,7 @@ module TencentCloud
1396
1396
  # @type Masters: Array
1397
1397
 
1398
1398
  attr_accessor :LocalPath, :RemotePath, :Masters
1399
-
1399
+
1400
1400
  def initialize(localpath=nil, remotepath=nil, masters=nil)
1401
1401
  @LocalPath = localpath
1402
1402
  @RemotePath = remotepath
@@ -1423,7 +1423,7 @@ module TencentCloud
1423
1423
  # @type RenewFlag: String
1424
1424
 
1425
1425
  attr_accessor :Period, :RenewFlag
1426
-
1426
+
1427
1427
  def initialize(period=nil, renewflag=nil)
1428
1428
  @Period = period
1429
1429
  @RenewFlag = renewflag
@@ -1448,7 +1448,7 @@ module TencentCloud
1448
1448
  # @type InternetMaxBandwidthOut: Integer
1449
1449
 
1450
1450
  attr_accessor :InternetChargeType, :InternetMaxBandwidthOut
1451
-
1451
+
1452
1452
  def initialize(internetchargetype=nil, internetmaxbandwidthout=nil)
1453
1453
  @InternetChargeType = internetchargetype
1454
1454
  @InternetMaxBandwidthOut = internetmaxbandwidthout
@@ -1481,7 +1481,7 @@ module TencentCloud
1481
1481
  # @type InstanceName: String
1482
1482
 
1483
1483
  attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName
1484
-
1484
+
1485
1485
  def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil)
1486
1486
  @InstanceChargeType = instancechargetype
1487
1487
  @InstanceChargePrepaid = instancechargeprepaid
@@ -1533,7 +1533,7 @@ module TencentCloud
1533
1533
  # @type NodeId: String
1534
1534
 
1535
1535
  attr_accessor :NodeId
1536
-
1536
+
1537
1537
  def initialize(nodeid=nil)
1538
1538
  @NodeId = nodeid
1539
1539
  end
@@ -1549,7 +1549,7 @@ module TencentCloud
1549
1549
  # @type Password: String
1550
1550
 
1551
1551
  attr_accessor :Password
1552
-
1552
+
1553
1553
  def initialize(password=nil)
1554
1554
  @Password = password
1555
1555
  end
@@ -1582,7 +1582,7 @@ module TencentCloud
1582
1582
  # @type InstanceName: String
1583
1583
 
1584
1584
  attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName
1585
-
1585
+
1586
1586
  def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil)
1587
1587
  @InstanceChargeType = instancechargetype
1588
1588
  @InstanceChargePrepaid = instancechargeprepaid
@@ -1627,7 +1627,7 @@ module TencentCloud
1627
1627
  # @type NodeId: String
1628
1628
 
1629
1629
  attr_accessor :NodeId
1630
-
1630
+
1631
1631
  def initialize(nodeid=nil)
1632
1632
  @NodeId = nodeid
1633
1633
  end
@@ -1652,7 +1652,7 @@ module TencentCloud
1652
1652
  # @type NodeActivityStatusReason: String
1653
1653
 
1654
1654
  attr_accessor :NodeInstanceId, :NodeActivityStatus, :NodeActivityStatusCode, :NodeActivityStatusReason
1655
-
1655
+
1656
1656
  def initialize(nodeinstanceid=nil, nodeactivitystatus=nil, nodeactivitystatuscode=nil, nodeactivitystatusreason=nil)
1657
1657
  @NodeInstanceId = nodeinstanceid
1658
1658
  @NodeActivityStatus = nodeactivitystatus
@@ -1693,7 +1693,7 @@ module TencentCloud
1693
1693
  # @type NodeType: String
1694
1694
 
1695
1695
  attr_accessor :InstanceId, :Zone, :NodeState, :ImageId, :QueueName, :NodeRole, :NodeType
1696
-
1696
+
1697
1697
  def initialize(instanceid=nil, zone=nil, nodestate=nil, imageid=nil, queuename=nil, noderole=nil, nodetype=nil)
1698
1698
  @InstanceId = instanceid
1699
1699
  @Zone = zone
@@ -1721,7 +1721,7 @@ module TencentCloud
1721
1721
  # @type Zone: String
1722
1722
 
1723
1723
  attr_accessor :Zone
1724
-
1724
+
1725
1725
  def initialize(zone=nil)
1726
1726
  @Zone = zone
1727
1727
  end
@@ -1755,7 +1755,7 @@ module TencentCloud
1755
1755
  # @type ExpansionNodeConfigs: Array
1756
1756
 
1757
1757
  attr_accessor :QueueName, :MinSize, :MaxSize, :EnableAutoExpansion, :EnableAutoShrink, :ImageId, :SystemDisk, :DataDisks, :InternetAccessible, :ExpansionNodeConfigs
1758
-
1758
+
1759
1759
  def initialize(queuename=nil, minsize=nil, maxsize=nil, enableautoexpansion=nil, enableautoshrink=nil, imageid=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, expansionnodeconfigs=nil)
1760
1760
  @QueueName = queuename
1761
1761
  @MinSize = minsize
@@ -1819,7 +1819,7 @@ module TencentCloud
1819
1819
  # @type ExpansionNodeConfigs: Array
1820
1820
 
1821
1821
  attr_accessor :QueueName, :MinSize, :MaxSize, :EnableAutoExpansion, :EnableAutoShrink, :ExpansionNodeConfigs
1822
-
1822
+
1823
1823
  def initialize(queuename=nil, minsize=nil, maxsize=nil, enableautoexpansion=nil, enableautoshrink=nil, expansionnodeconfigs=nil)
1824
1824
  @QueueName = queuename
1825
1825
  @MinSize = minsize
@@ -1853,7 +1853,7 @@ module TencentCloud
1853
1853
  # @type QueueName: String
1854
1854
 
1855
1855
  attr_accessor :QueueName
1856
-
1856
+
1857
1857
  def initialize(queuename=nil)
1858
1858
  @QueueName = queuename
1859
1859
  end
@@ -1881,7 +1881,7 @@ module TencentCloud
1881
1881
  # @type DryRun: Boolean
1882
1882
 
1883
1883
  attr_accessor :ClusterId, :ExpansionBusyTime, :ShrinkIdleTime, :QueueConfigs, :DryRun
1884
-
1884
+
1885
1885
  def initialize(clusterid=nil, expansionbusytime=nil, shrinkidletime=nil, queueconfigs=nil, dryrun=nil)
1886
1886
  @ClusterId = clusterid
1887
1887
  @ExpansionBusyTime = expansionbusytime
@@ -1912,7 +1912,7 @@ module TencentCloud
1912
1912
  # @type RequestId: String
1913
1913
 
1914
1914
  attr_accessor :RequestId
1915
-
1915
+
1916
1916
  def initialize(requestid=nil)
1917
1917
  @RequestId = requestid
1918
1918
  end
@@ -1930,7 +1930,7 @@ module TencentCloud
1930
1930
  # @type GooseFSOptions: Array
1931
1931
 
1932
1932
  attr_accessor :CFSOptions, :GooseFSOptions
1933
-
1933
+
1934
1934
  def initialize(cfsoptions=nil, goosefsoptions=nil)
1935
1935
  @CFSOptions = cfsoptions
1936
1936
  @GooseFSOptions = goosefsoptions
@@ -1964,7 +1964,7 @@ module TencentCloud
1964
1964
  # @type GooseFSOptions: Array
1965
1965
 
1966
1966
  attr_accessor :CFSOptions, :GooseFSOptions
1967
-
1967
+
1968
1968
  def initialize(cfsoptions=nil, goosefsoptions=nil)
1969
1969
  @CFSOptions = cfsoptions
1970
1970
  @GooseFSOptions = goosefsoptions
@@ -2005,7 +2005,7 @@ module TencentCloud
2005
2005
  # @type DiskSize: Integer
2006
2006
 
2007
2007
  attr_accessor :DiskType, :DiskSize
2008
-
2008
+
2009
2009
  def initialize(disktype=nil, disksize=nil)
2010
2010
  @DiskType = disktype
2011
2011
  @DiskSize = disksize
@@ -2025,7 +2025,7 @@ module TencentCloud
2025
2025
  # @type Value: String
2026
2026
 
2027
2027
  attr_accessor :Key, :Value
2028
-
2028
+
2029
2029
  def initialize(key=nil, value=nil)
2030
2030
  @Key = key
2031
2031
  @Value = value
@@ -2045,7 +2045,7 @@ module TencentCloud
2045
2045
  # @type SubnetId: String
2046
2046
 
2047
2047
  attr_accessor :VpcId, :SubnetId
2048
-
2048
+
2049
2049
  def initialize(vpcid=nil, subnetid=nil)
2050
2050
  @VpcId = vpcid
2051
2051
  @SubnetId = subnetid
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type StorageOption: :class:`Tencentcloud::Thpc.v20230321.models.StorageOption`
26
26
 
27
27
  attr_accessor :ClusterId, :StorageOption
28
-
28
+
29
29
  def initialize(clusterid=nil, storageoption=nil)
30
30
  @ClusterId = clusterid
31
31
  @StorageOption = storageoption
@@ -46,7 +46,7 @@ module TencentCloud
46
46
  # @type RequestId: String
47
47
 
48
48
  attr_accessor :RequestId
49
-
49
+
50
50
  def initialize(requestid=nil)
51
51
  @RequestId = requestid
52
52
  end
@@ -106,7 +106,7 @@ module TencentCloud
106
106
  # @type ProjectId: Integer
107
107
 
108
108
  attr_accessor :Placement, :ClusterId, :VirtualPrivateCloud, :Count, :ImageId, :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName, :LoginSettings, :SecurityGroupIds, :ClientToken, :QueueName, :NodeRole, :DryRun, :NodeType, :ProjectId
109
-
109
+
110
110
  def initialize(placement=nil, clusterid=nil, virtualprivatecloud=nil, count=nil, imageid=nil, instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil, loginsettings=nil, securitygroupids=nil, clienttoken=nil, queuename=nil, noderole=nil, dryrun=nil, nodetype=nil, projectid=nil)
111
111
  @Placement = placement
112
112
  @ClusterId = clusterid
@@ -185,7 +185,7 @@ module TencentCloud
185
185
  # @type RequestId: String
186
186
 
187
187
  attr_accessor :RequestId
188
-
188
+
189
189
  def initialize(requestid=nil)
190
190
  @RequestId = requestid
191
191
  end
@@ -203,7 +203,7 @@ module TencentCloud
203
203
  # @type QueueName: String
204
204
 
205
205
  attr_accessor :ClusterId, :QueueName
206
-
206
+
207
207
  def initialize(clusterid=nil, queuename=nil)
208
208
  @ClusterId = clusterid
209
209
  @QueueName = queuename
@@ -221,7 +221,7 @@ module TencentCloud
221
221
  # @type RequestId: String
222
222
 
223
223
  attr_accessor :RequestId
224
-
224
+
225
225
  def initialize(requestid=nil)
226
226
  @RequestId = requestid
227
227
  end
@@ -246,7 +246,7 @@ module TencentCloud
246
246
  # @type StorageType: String
247
247
 
248
248
  attr_accessor :LocalPath, :RemotePath, :Protocol, :StorageType
249
-
249
+
250
250
  def initialize(localpath=nil, remotepath=nil, protocol=nil, storagetype=nil)
251
251
  @LocalPath = localpath
252
252
  @RemotePath = remotepath
@@ -277,7 +277,7 @@ module TencentCloud
277
277
  # @type StorageType: String
278
278
 
279
279
  attr_accessor :LocalPath, :RemotePath, :Protocol, :StorageType
280
-
280
+
281
281
  def initialize(localpath=nil, remotepath=nil, protocol=nil, storagetype=nil)
282
282
  @LocalPath = localpath
283
283
  @RemotePath = remotepath
@@ -323,7 +323,7 @@ module TencentCloud
323
323
  # @type EndTime: String
324
324
 
325
325
  attr_accessor :ClusterId, :ActivityId, :ActivityType, :ActivityStatus, :ActivityStatusCode, :ResultDetail, :Cause, :Description, :RelatedNodeActivitySet, :StartTime, :EndTime
326
-
326
+
327
327
  def initialize(clusterid=nil, activityid=nil, activitytype=nil, activitystatus=nil, activitystatuscode=nil, resultdetail=nil, cause=nil, description=nil, relatednodeactivityset=nil, starttime=nil, endtime=nil)
328
328
  @ClusterId = clusterid
329
329
  @ActivityId = activityid
@@ -392,7 +392,7 @@ module TencentCloud
392
392
  # @type VpcId: String
393
393
 
394
394
  attr_accessor :ClusterId, :ClusterStatus, :ClusterName, :Placement, :CreateTime, :SchedulerType, :ComputeNodeCount, :ComputeNodeSet, :ManagerNodeCount, :ManagerNodeSet, :LoginNodeSet, :LoginNodeCount, :AutoScalingType, :VpcId
395
-
395
+
396
396
  def initialize(clusterid=nil, clusterstatus=nil, clustername=nil, placement=nil, createtime=nil, schedulertype=nil, computenodecount=nil, computenodeset=nil, managernodecount=nil, managernodeset=nil, loginnodeset=nil, loginnodecount=nil, autoscalingtype=nil, vpcid=nil)
397
397
  @ClusterId = clusterid
398
398
  @ClusterStatus = clusterstatus
@@ -475,7 +475,7 @@ module TencentCloud
475
475
  # @type ProjectId: Integer
476
476
 
477
477
  attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName, :ProjectId
478
-
478
+
479
479
  def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil, projectid=nil)
480
480
  @InstanceChargeType = instancechargetype
481
481
  @InstanceChargePrepaid = instancechargeprepaid
@@ -522,7 +522,7 @@ module TencentCloud
522
522
  # @type NodeId: String
523
523
 
524
524
  attr_accessor :NodeId
525
-
525
+
526
526
  def initialize(nodeid=nil)
527
527
  @NodeId = nodeid
528
528
  end
@@ -581,7 +581,7 @@ module TencentCloud
581
581
  # @type InitNodeScripts: Array
582
582
 
583
583
  attr_accessor :Placement, :ManagerNode, :ManagerNodeCount, :ComputeNode, :ComputeNodeCount, :SchedulerType, :ImageId, :VirtualPrivateCloud, :LoginSettings, :SecurityGroupIds, :ClientToken, :DryRun, :AccountType, :ClusterName, :StorageOption, :LoginNode, :LoginNodeCount, :Tags, :AutoScalingType, :InitNodeScripts
584
-
584
+
585
585
  def initialize(placement=nil, managernode=nil, managernodecount=nil, computenode=nil, computenodecount=nil, schedulertype=nil, imageid=nil, virtualprivatecloud=nil, loginsettings=nil, securitygroupids=nil, clienttoken=nil, dryrun=nil, accounttype=nil, clustername=nil, storageoption=nil, loginnode=nil, loginnodecount=nil, tags=nil, autoscalingtype=nil, initnodescripts=nil)
586
586
  @Placement = placement
587
587
  @ManagerNode = managernode
@@ -673,7 +673,7 @@ module TencentCloud
673
673
  # @type RequestId: String
674
674
 
675
675
  attr_accessor :ClusterId, :RequestId
676
-
676
+
677
677
  def initialize(clusterid=nil, requestid=nil)
678
678
  @ClusterId = clusterid
679
679
  @RequestId = requestid
@@ -695,7 +695,7 @@ module TencentCloud
695
695
  # @type DiskType: String
696
696
 
697
697
  attr_accessor :DiskSize, :DiskType
698
-
698
+
699
699
  def initialize(disksize=nil, disktype=nil)
700
700
  @DiskSize = disksize
701
701
  @DiskType = disktype
@@ -713,7 +713,7 @@ module TencentCloud
713
713
  # @type ClusterId: String
714
714
 
715
715
  attr_accessor :ClusterId
716
-
716
+
717
717
  def initialize(clusterid=nil)
718
718
  @ClusterId = clusterid
719
719
  end
@@ -729,7 +729,7 @@ module TencentCloud
729
729
  # @type RequestId: String
730
730
 
731
731
  attr_accessor :RequestId
732
-
732
+
733
733
  def initialize(requestid=nil)
734
734
  @RequestId = requestid
735
735
  end
@@ -747,7 +747,7 @@ module TencentCloud
747
747
  # @type LocalPath: String
748
748
 
749
749
  attr_accessor :ClusterId, :LocalPath
750
-
750
+
751
751
  def initialize(clusterid=nil, localpath=nil)
752
752
  @ClusterId = clusterid
753
753
  @LocalPath = localpath
@@ -765,7 +765,7 @@ module TencentCloud
765
765
  # @type RequestId: String
766
766
 
767
767
  attr_accessor :RequestId
768
-
768
+
769
769
  def initialize(requestid=nil)
770
770
  @RequestId = requestid
771
771
  end
@@ -783,7 +783,7 @@ module TencentCloud
783
783
  # @type NodeIds: Array
784
784
 
785
785
  attr_accessor :ClusterId, :NodeIds
786
-
786
+
787
787
  def initialize(clusterid=nil, nodeids=nil)
788
788
  @ClusterId = clusterid
789
789
  @NodeIds = nodeids
@@ -801,7 +801,7 @@ module TencentCloud
801
801
  # @type RequestId: String
802
802
 
803
803
  attr_accessor :RequestId
804
-
804
+
805
805
  def initialize(requestid=nil)
806
806
  @RequestId = requestid
807
807
  end
@@ -819,7 +819,7 @@ module TencentCloud
819
819
  # @type QueueName: String
820
820
 
821
821
  attr_accessor :ClusterId, :QueueName
822
-
822
+
823
823
  def initialize(clusterid=nil, queuename=nil)
824
824
  @ClusterId = clusterid
825
825
  @QueueName = queuename
@@ -837,7 +837,7 @@ module TencentCloud
837
837
  # @type RequestId: String
838
838
 
839
839
  attr_accessor :RequestId
840
-
840
+
841
841
  def initialize(requestid=nil)
842
842
  @RequestId = requestid
843
843
  end
@@ -853,7 +853,7 @@ module TencentCloud
853
853
  # @type ClusterId: String
854
854
 
855
855
  attr_accessor :ClusterId
856
-
856
+
857
857
  def initialize(clusterid=nil)
858
858
  @ClusterId = clusterid
859
859
  end
@@ -877,7 +877,7 @@ module TencentCloud
877
877
  # @type RequestId: String
878
878
 
879
879
  attr_accessor :ClusterId, :ExpansionBusyTime, :ShrinkIdleTime, :QueueConfigs, :RequestId
880
-
880
+
881
881
  def initialize(clusterid=nil, expansionbusytime=nil, shrinkidletime=nil, queueconfigs=nil, requestid=nil)
882
882
  @ClusterId = clusterid
883
883
  @ExpansionBusyTime = expansionbusytime
@@ -912,7 +912,7 @@ module TencentCloud
912
912
  # @type Limit: Integer
913
913
 
914
914
  attr_accessor :ClusterId, :Offset, :Limit
915
-
915
+
916
916
  def initialize(clusterid=nil, offset=nil, limit=nil)
917
917
  @ClusterId = clusterid
918
918
  @Offset = offset
@@ -936,7 +936,7 @@ module TencentCloud
936
936
  # @type RequestId: String
937
937
 
938
938
  attr_accessor :ClusterActivitySet, :TotalCount, :RequestId
939
-
939
+
940
940
  def initialize(clusteractivityset=nil, totalcount=nil, requestid=nil)
941
941
  @ClusterActivitySet = clusteractivityset
942
942
  @TotalCount = totalcount
@@ -963,7 +963,7 @@ module TencentCloud
963
963
  # @type ClusterId: String
964
964
 
965
965
  attr_accessor :ClusterId
966
-
966
+
967
967
  def initialize(clusterid=nil)
968
968
  @ClusterId = clusterid
969
969
  end
@@ -981,7 +981,7 @@ module TencentCloud
981
981
  # @type RequestId: String
982
982
 
983
983
  attr_accessor :StorageOption, :RequestId
984
-
984
+
985
985
  def initialize(storageoption=nil, requestid=nil)
986
986
  @StorageOption = storageoption
987
987
  @RequestId = requestid
@@ -1006,7 +1006,7 @@ module TencentCloud
1006
1006
  # @type Limit: Integer
1007
1007
 
1008
1008
  attr_accessor :ClusterIds, :Offset, :Limit
1009
-
1009
+
1010
1010
  def initialize(clusterids=nil, offset=nil, limit=nil)
1011
1011
  @ClusterIds = clusterids
1012
1012
  @Offset = offset
@@ -1030,7 +1030,7 @@ module TencentCloud
1030
1030
  # @type RequestId: String
1031
1031
 
1032
1032
  attr_accessor :ClusterSet, :TotalCount, :RequestId
1033
-
1033
+
1034
1034
  def initialize(clusterset=nil, totalcount=nil, requestid=nil)
1035
1035
  @ClusterSet = clusterset
1036
1036
  @TotalCount = totalcount
@@ -1057,7 +1057,7 @@ module TencentCloud
1057
1057
  # @type ClusterId: String
1058
1058
 
1059
1059
  attr_accessor :ClusterId
1060
-
1060
+
1061
1061
  def initialize(clusterid=nil)
1062
1062
  @ClusterId = clusterid
1063
1063
  end
@@ -1076,7 +1076,7 @@ module TencentCloud
1076
1076
  # @type RequestId: String
1077
1077
 
1078
1078
  attr_accessor :InitNodeScriptSet, :RequestId
1079
-
1079
+
1080
1080
  def initialize(initnodescriptset=nil, requestid=nil)
1081
1081
  @InitNodeScriptSet = initnodescriptset
1082
1082
  @RequestId = requestid
@@ -1107,7 +1107,7 @@ module TencentCloud
1107
1107
  # @type Limit: Integer
1108
1108
 
1109
1109
  attr_accessor :ClusterId, :Filters, :Offset, :Limit
1110
-
1110
+
1111
1111
  def initialize(clusterid=nil, filters=nil, offset=nil, limit=nil)
1112
1112
  @ClusterId = clusterid
1113
1113
  @Filters = filters
@@ -1140,7 +1140,7 @@ module TencentCloud
1140
1140
  # @type RequestId: String
1141
1141
 
1142
1142
  attr_accessor :NodeSet, :TotalCount, :RequestId
1143
-
1143
+
1144
1144
  def initialize(nodeset=nil, totalcount=nil, requestid=nil)
1145
1145
  @NodeSet = nodeset
1146
1146
  @TotalCount = totalcount
@@ -1171,7 +1171,7 @@ module TencentCloud
1171
1171
  # @type Limit: Integer
1172
1172
 
1173
1173
  attr_accessor :ClusterId, :Offset, :Limit
1174
-
1174
+
1175
1175
  def initialize(clusterid=nil, offset=nil, limit=nil)
1176
1176
  @ClusterId = clusterid
1177
1177
  @Offset = offset
@@ -1195,7 +1195,7 @@ module TencentCloud
1195
1195
  # @type RequestId: String
1196
1196
 
1197
1197
  attr_accessor :QueueSet, :TotalCount, :RequestId
1198
-
1198
+
1199
1199
  def initialize(queueset=nil, totalcount=nil, requestid=nil)
1200
1200
  @QueueSet = queueset
1201
1201
  @TotalCount = totalcount
@@ -1233,7 +1233,7 @@ module TencentCloud
1233
1233
  # @type ProjectId: Integer
1234
1234
 
1235
1235
  attr_accessor :Placement, :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :VirtualPrivateCloud, :ProjectId
1236
-
1236
+
1237
1237
  def initialize(placement=nil, instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, virtualprivatecloud=nil, projectid=nil)
1238
1238
  @Placement = placement
1239
1239
  @InstanceChargeType = instancechargetype
@@ -1293,7 +1293,7 @@ module TencentCloud
1293
1293
  # @type DataDisks: Array
1294
1294
 
1295
1295
  attr_accessor :InstanceType, :Placement, :InstanceChargeType, :InstanceChargePrepaid, :VirtualPrivateCloud, :ImageId, :InternetAccessible, :SystemDisk, :DataDisks
1296
-
1296
+
1297
1297
  def initialize(instancetype=nil, placement=nil, instancechargetype=nil, instancechargeprepaid=nil, virtualprivatecloud=nil, imageid=nil, internetaccessible=nil, systemdisk=nil, datadisks=nil)
1298
1298
  @InstanceType = instancetype
1299
1299
  @Placement = placement
@@ -1351,7 +1351,7 @@ module TencentCloud
1351
1351
  # @type Values: Array
1352
1352
 
1353
1353
  attr_accessor :Name, :Values
1354
-
1354
+
1355
1355
  def initialize(name=nil, values=nil)
1356
1356
  @Name = name
1357
1357
  @Values = values
@@ -1373,7 +1373,7 @@ module TencentCloud
1373
1373
  # @type Masters: Array
1374
1374
 
1375
1375
  attr_accessor :LocalPath, :RemotePath, :Masters
1376
-
1376
+
1377
1377
  def initialize(localpath=nil, remotepath=nil, masters=nil)
1378
1378
  @LocalPath = localpath
1379
1379
  @RemotePath = remotepath
@@ -1397,7 +1397,7 @@ module TencentCloud
1397
1397
  # @type Masters: Array
1398
1398
 
1399
1399
  attr_accessor :LocalPath, :RemotePath, :Masters
1400
-
1400
+
1401
1401
  def initialize(localpath=nil, remotepath=nil, masters=nil)
1402
1402
  @LocalPath = localpath
1403
1403
  @RemotePath = remotepath
@@ -1419,7 +1419,7 @@ module TencentCloud
1419
1419
  # @type LocalPath: String
1420
1420
 
1421
1421
  attr_accessor :Masters, :LocalPath
1422
-
1422
+
1423
1423
  def initialize(masters=nil, localpath=nil)
1424
1424
  @Masters = masters
1425
1425
  @LocalPath = localpath
@@ -1441,7 +1441,7 @@ module TencentCloud
1441
1441
  # @type LocalPath: String
1442
1442
 
1443
1443
  attr_accessor :Masters, :LocalPath
1444
-
1444
+
1445
1445
  def initialize(masters=nil, localpath=nil)
1446
1446
  @Masters = masters
1447
1447
  @LocalPath = localpath
@@ -1468,7 +1468,7 @@ module TencentCloud
1468
1468
  # @type RenewFlag: String
1469
1469
 
1470
1470
  attr_accessor :Period, :RenewFlag
1471
-
1471
+
1472
1472
  def initialize(period=nil, renewflag=nil)
1473
1473
  @Period = period
1474
1474
  @RenewFlag = renewflag
@@ -1495,7 +1495,7 @@ module TencentCloud
1495
1495
  # @type InternetMaxBandwidthOut: Integer
1496
1496
 
1497
1497
  attr_accessor :InternetChargeType, :InternetMaxBandwidthOut
1498
-
1498
+
1499
1499
  def initialize(internetchargetype=nil, internetmaxbandwidthout=nil)
1500
1500
  @InternetChargeType = internetchargetype
1501
1501
  @InternetMaxBandwidthOut = internetmaxbandwidthout
@@ -1530,7 +1530,7 @@ module TencentCloud
1530
1530
  # @type ProjectId: Integer
1531
1531
 
1532
1532
  attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName, :ProjectId
1533
-
1533
+
1534
1534
  def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil, projectid=nil)
1535
1535
  @InstanceChargeType = instancechargetype
1536
1536
  @InstanceChargePrepaid = instancechargeprepaid
@@ -1576,7 +1576,7 @@ module TencentCloud
1576
1576
  # @type NodeId: String
1577
1577
 
1578
1578
  attr_accessor :NodeId
1579
-
1579
+
1580
1580
  def initialize(nodeid=nil)
1581
1581
  @NodeId = nodeid
1582
1582
  end
@@ -1592,7 +1592,7 @@ module TencentCloud
1592
1592
  # @type Password: String
1593
1593
 
1594
1594
  attr_accessor :Password
1595
-
1595
+
1596
1596
  def initialize(password=nil)
1597
1597
  @Password = password
1598
1598
  end
@@ -1627,7 +1627,7 @@ module TencentCloud
1627
1627
  # @type ProjectId: Integer
1628
1628
 
1629
1629
  attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName, :ProjectId
1630
-
1630
+
1631
1631
  def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil, projectid=nil)
1632
1632
  @InstanceChargeType = instancechargetype
1633
1633
  @InstanceChargePrepaid = instancechargeprepaid
@@ -1674,7 +1674,7 @@ module TencentCloud
1674
1674
  # @type NodeId: String
1675
1675
 
1676
1676
  attr_accessor :NodeId
1677
-
1677
+
1678
1678
  def initialize(nodeid=nil)
1679
1679
  @NodeId = nodeid
1680
1680
  end
@@ -1692,7 +1692,7 @@ module TencentCloud
1692
1692
  # @type InitNodeScripts: Array
1693
1693
 
1694
1694
  attr_accessor :ClusterId, :InitNodeScripts
1695
-
1695
+
1696
1696
  def initialize(clusterid=nil, initnodescripts=nil)
1697
1697
  @ClusterId = clusterid
1698
1698
  @InitNodeScripts = initnodescripts
@@ -1717,7 +1717,7 @@ module TencentCloud
1717
1717
  # @type RequestId: String
1718
1718
 
1719
1719
  attr_accessor :RequestId
1720
-
1720
+
1721
1721
  def initialize(requestid=nil)
1722
1722
  @RequestId = requestid
1723
1723
  end
@@ -1742,7 +1742,7 @@ module TencentCloud
1742
1742
  # @type NodeActivityStatusReason: String
1743
1743
 
1744
1744
  attr_accessor :NodeInstanceId, :NodeActivityStatus, :NodeActivityStatusCode, :NodeActivityStatusReason
1745
-
1745
+
1746
1746
  def initialize(nodeinstanceid=nil, nodeactivitystatus=nil, nodeactivitystatuscode=nil, nodeactivitystatusreason=nil)
1747
1747
  @NodeInstanceId = nodeinstanceid
1748
1748
  @NodeActivityStatus = nodeactivitystatus
@@ -1783,7 +1783,7 @@ module TencentCloud
1783
1783
  # @type NodeType: String
1784
1784
 
1785
1785
  attr_accessor :InstanceId, :Zone, :NodeState, :ImageId, :QueueName, :NodeRole, :NodeType
1786
-
1786
+
1787
1787
  def initialize(instanceid=nil, zone=nil, nodestate=nil, imageid=nil, queuename=nil, noderole=nil, nodetype=nil)
1788
1788
  @InstanceId = instanceid
1789
1789
  @Zone = zone
@@ -1816,7 +1816,7 @@ module TencentCloud
1816
1816
  # @type Timeout: Integer
1817
1817
 
1818
1818
  attr_accessor :ScriptPath, :Timeout
1819
-
1819
+
1820
1820
  def initialize(scriptpath=nil, timeout=nil)
1821
1821
  @ScriptPath = scriptpath
1822
1822
  @Timeout = timeout
@@ -1835,7 +1835,7 @@ module TencentCloud
1835
1835
  # @type Zone: String
1836
1836
 
1837
1837
  attr_accessor :Zone
1838
-
1838
+
1839
1839
  def initialize(zone=nil)
1840
1840
  @Zone = zone
1841
1841
  end
@@ -1880,7 +1880,7 @@ module TencentCloud
1880
1880
  # @type MaxNodesPerCycle: Integer
1881
1881
 
1882
1882
  attr_accessor :QueueName, :MinSize, :MaxSize, :EnableAutoExpansion, :EnableAutoShrink, :ImageId, :SystemDisk, :DataDisks, :InternetAccessible, :ExpansionNodeConfigs, :DesiredIdleNodeCapacity, :ScaleOutRatio, :ScaleOutNodeThreshold, :MaxNodesPerCycle
1883
-
1883
+
1884
1884
  def initialize(queuename=nil, minsize=nil, maxsize=nil, enableautoexpansion=nil, enableautoshrink=nil, imageid=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, expansionnodeconfigs=nil, desiredidlenodecapacity=nil, scaleoutratio=nil, scaleoutnodethreshold=nil, maxnodespercycle=nil)
1885
1885
  @QueueName = queuename
1886
1886
  @MinSize = minsize
@@ -1967,7 +1967,7 @@ module TencentCloud
1967
1967
  # @type MaxNodesPerCycle: Integer
1968
1968
 
1969
1969
  attr_accessor :QueueName, :MinSize, :MaxSize, :EnableAutoExpansion, :EnableAutoShrink, :ExpansionNodeConfigs, :DesiredIdleNodeCapacity, :ScaleOutRatio, :ScaleOutNodeThreshold, :MaxNodesPerCycle
1970
-
1970
+
1971
1971
  def initialize(queuename=nil, minsize=nil, maxsize=nil, enableautoexpansion=nil, enableautoshrink=nil, expansionnodeconfigs=nil, desiredidlenodecapacity=nil, scaleoutratio=nil, scaleoutnodethreshold=nil, maxnodespercycle=nil)
1972
1972
  @QueueName = queuename
1973
1973
  @MinSize = minsize
@@ -2009,7 +2009,7 @@ module TencentCloud
2009
2009
  # @type QueueName: String
2010
2010
 
2011
2011
  attr_accessor :QueueName
2012
-
2012
+
2013
2013
  def initialize(queuename=nil)
2014
2014
  @QueueName = queuename
2015
2015
  end
@@ -2037,7 +2037,7 @@ module TencentCloud
2037
2037
  # @type DryRun: Boolean
2038
2038
 
2039
2039
  attr_accessor :ClusterId, :ExpansionBusyTime, :ShrinkIdleTime, :QueueConfigs, :DryRun
2040
-
2040
+
2041
2041
  def initialize(clusterid=nil, expansionbusytime=nil, shrinkidletime=nil, queueconfigs=nil, dryrun=nil)
2042
2042
  @ClusterId = clusterid
2043
2043
  @ExpansionBusyTime = expansionbusytime
@@ -2068,7 +2068,7 @@ module TencentCloud
2068
2068
  # @type RequestId: String
2069
2069
 
2070
2070
  attr_accessor :RequestId
2071
-
2071
+
2072
2072
  def initialize(requestid=nil)
2073
2073
  @RequestId = requestid
2074
2074
  end
@@ -2088,7 +2088,7 @@ module TencentCloud
2088
2088
  # @type GooseFSxOptions: Array
2089
2089
 
2090
2090
  attr_accessor :CFSOptions, :GooseFSOptions, :GooseFSxOptions
2091
-
2091
+
2092
2092
  def initialize(cfsoptions=nil, goosefsoptions=nil, goosefsxoptions=nil)
2093
2093
  @CFSOptions = cfsoptions
2094
2094
  @GooseFSOptions = goosefsoptions
@@ -2133,7 +2133,7 @@ module TencentCloud
2133
2133
  # @type GooseFSxOptions: Array
2134
2134
 
2135
2135
  attr_accessor :CFSOptions, :GooseFSOptions, :GooseFSxOptions
2136
-
2136
+
2137
2137
  def initialize(cfsoptions=nil, goosefsoptions=nil, goosefsxoptions=nil)
2138
2138
  @CFSOptions = cfsoptions
2139
2139
  @GooseFSOptions = goosefsoptions
@@ -2183,7 +2183,7 @@ module TencentCloud
2183
2183
  # @type DiskSize: Integer
2184
2184
 
2185
2185
  attr_accessor :DiskType, :DiskSize
2186
-
2186
+
2187
2187
  def initialize(disktype=nil, disksize=nil)
2188
2188
  @DiskType = disktype
2189
2189
  @DiskSize = disksize
@@ -2203,7 +2203,7 @@ module TencentCloud
2203
2203
  # @type Value: String
2204
2204
 
2205
2205
  attr_accessor :Key, :Value
2206
-
2206
+
2207
2207
  def initialize(key=nil, value=nil)
2208
2208
  @Key = key
2209
2209
  @Value = value
@@ -2225,7 +2225,7 @@ module TencentCloud
2225
2225
  # @type SubnetId: String
2226
2226
 
2227
2227
  attr_accessor :VpcId, :SubnetId
2228
-
2228
+
2229
2229
  def initialize(vpcid=nil, subnetid=nil)
2230
2230
  @VpcId = vpcid
2231
2231
  @SubnetId = subnetid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-thpc
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