tencentcloud-sdk-thpc 3.0.589 → 3.0.591
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211109/models.rb +26 -26
- data/lib/v20220401/models.rb +62 -62
- data/lib/v20230321/models.rb +80 -71
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1852d9dc1369ba9a1cc254ca148fa7f0c77acdc
|
|
4
|
+
data.tar.gz: 12d9b7cc6148ee30f359703fcfdbdd61b463294a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb45f5eddf358f5ca30de972bbbe9987d0bc0a3245f416fa7698d5a4a7f378796c911598786d8a54f298a2931ea55861f28a4d8c35920e3ef399ca0d51513697
|
|
7
|
+
data.tar.gz: 0352ef78ff20b12ba28b860f6c087f377fc96764fe1f1aee605e722db90e6a6d4523df7978abcb56320d1b88f4fe4060b4259d7b24db172072392a76f55f0cf0
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20211109/models.rb
CHANGED
|
@@ -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
|