tencentcloud-sdk-thpc 3.0.658 → 3.0.659
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/v20230321/models.rb +6 -2
- 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: 487f820ab5b5cd1e8ae615716f7adbe24509eeb1
|
|
4
|
+
data.tar.gz: 38fede5611cf1d5c2bda181dadc4e27d176cee08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd1e86ed108ccc35494d32c831f34998216c3f8eb55520ddd6c726518c60ba2c2334098990bcba97f6cf0c8591ab917bd426ac7ab34cd0d923234705ae993178
|
|
7
|
+
data.tar.gz: adfe2353d7e99f0fa3fd6725135cc77a6f8fee51f69f155587d13ffbe1fee7bee4904cc3d5352e4412adcd363538a6930b18327d8cad4be5afaee7f13bdff0d1
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.659
|
data/lib/v20230321/models.rb
CHANGED
|
@@ -591,10 +591,12 @@ module TencentCloud
|
|
|
591
591
|
# @type AutoScalingType: String
|
|
592
592
|
# @param InitNodeScripts: 节点初始化脚本信息列表。
|
|
593
593
|
# @type InitNodeScripts: Array
|
|
594
|
+
# @param HpcClusterId: 高性能计算集群ID。若创建的实例为高性能计算实例,需指定实例放置的集群,否则不可指定。
|
|
595
|
+
# @type HpcClusterId: String
|
|
594
596
|
|
|
595
|
-
attr_accessor :Placement, :ManagerNode, :ManagerNodeCount, :ComputeNode, :ComputeNodeCount, :SchedulerType, :ImageId, :VirtualPrivateCloud, :LoginSettings, :SecurityGroupIds, :ClientToken, :DryRun, :AccountType, :ClusterName, :StorageOption, :LoginNode, :LoginNodeCount, :Tags, :AutoScalingType, :InitNodeScripts
|
|
597
|
+
attr_accessor :Placement, :ManagerNode, :ManagerNodeCount, :ComputeNode, :ComputeNodeCount, :SchedulerType, :ImageId, :VirtualPrivateCloud, :LoginSettings, :SecurityGroupIds, :ClientToken, :DryRun, :AccountType, :ClusterName, :StorageOption, :LoginNode, :LoginNodeCount, :Tags, :AutoScalingType, :InitNodeScripts, :HpcClusterId
|
|
596
598
|
|
|
597
|
-
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)
|
|
599
|
+
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, hpcclusterid=nil)
|
|
598
600
|
@Placement = placement
|
|
599
601
|
@ManagerNode = managernode
|
|
600
602
|
@ManagerNodeCount = managernodecount
|
|
@@ -615,6 +617,7 @@ module TencentCloud
|
|
|
615
617
|
@Tags = tags
|
|
616
618
|
@AutoScalingType = autoscalingtype
|
|
617
619
|
@InitNodeScripts = initnodescripts
|
|
620
|
+
@HpcClusterId = hpcclusterid
|
|
618
621
|
end
|
|
619
622
|
|
|
620
623
|
def deserialize(params)
|
|
@@ -673,6 +676,7 @@ module TencentCloud
|
|
|
673
676
|
@InitNodeScripts << nodescript_tmp
|
|
674
677
|
end
|
|
675
678
|
end
|
|
679
|
+
@HpcClusterId = params['HpcClusterId']
|
|
676
680
|
end
|
|
677
681
|
end
|
|
678
682
|
|
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.
|
|
4
|
+
version: 3.0.659
|
|
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-09-
|
|
11
|
+
date: 2023-09-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|