tencentcloud-sdk-thpc 3.0.851 → 3.0.852
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20230321/models.rb +21 -9
- 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: 62639310de8cb8e70b10f467e6f6212c801c6826
|
4
|
+
data.tar.gz: 72dba131249d9f2e8e26cf4ca169c71c19e0f9a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 676a5eec59aac9b7437b4979d53e00c7e64315228f27eb3b131a2314d380321a30dc58e8e60ede37e9b1c3040cfdc8317dfb7fab7fafb74856ece68941aee356
|
7
|
+
data.tar.gz: e5ef9298e9ea31d17f86ff403a990cf671cb5f2c35fdae9c0a5f7645de5df9acd0a2f9eb5d19d4536f9728b076c32633a2a34f2fc664a9e453042503f1772507
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.852
|
data/lib/v20230321/models.rb
CHANGED
@@ -376,7 +376,7 @@ module TencentCloud
|
|
376
376
|
class ClusterOverview < TencentCloud::Common::AbstractModel
|
377
377
|
# @param ClusterId: 集群ID。
|
378
378
|
# @type ClusterId: String
|
379
|
-
# @param ClusterStatus: 集群状态。取值范围:<
|
379
|
+
# @param ClusterStatus: 集群状态。取值范围:<li>PENDING:创建中</li><li>INITING:初始化中</li><li>INIT_FAILED:初始化失败</li><li>RUNNING:运行中</li><li>TERMINATING:销毁中</li>
|
380
380
|
# @type ClusterStatus: String
|
381
381
|
# @param ClusterName: 集群名称。
|
382
382
|
# @type ClusterName: String
|
@@ -386,6 +386,9 @@ module TencentCloud
|
|
386
386
|
# @type CreateTime: String
|
387
387
|
# @param SchedulerType: 集群调度器。
|
388
388
|
# @type SchedulerType: String
|
389
|
+
# @param SchedulerVersion: 集群调度器版本。
|
390
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
391
|
+
# @type SchedulerVersion: String
|
389
392
|
# @param ComputeNodeCount: 计算节点数量。
|
390
393
|
# @type ComputeNodeCount: Integer
|
391
394
|
# @param ComputeNodeSet: 计算节点概览。
|
@@ -398,20 +401,21 @@ module TencentCloud
|
|
398
401
|
# @type LoginNodeSet: Array
|
399
402
|
# @param LoginNodeCount: 登录节点数量。
|
400
403
|
# @type LoginNodeCount: Integer
|
401
|
-
# @param AutoScalingType:
|
404
|
+
# @param AutoScalingType: 弹性伸缩类型。取值范围:<li>THPC_AS:集群自动扩缩容由THPC产品内部实现。</li><li>AS:集群自动扩缩容由[弹性伸缩](https://cloud.tencent.com/document/product/377/3154)产品实现。</li>
|
402
405
|
# @type AutoScalingType: String
|
403
406
|
# @param VpcId: 集群所属私有网络ID。
|
404
407
|
# @type VpcId: String
|
405
408
|
|
406
|
-
attr_accessor :ClusterId, :ClusterStatus, :ClusterName, :Placement, :CreateTime, :SchedulerType, :ComputeNodeCount, :ComputeNodeSet, :ManagerNodeCount, :ManagerNodeSet, :LoginNodeSet, :LoginNodeCount, :AutoScalingType, :VpcId
|
409
|
+
attr_accessor :ClusterId, :ClusterStatus, :ClusterName, :Placement, :CreateTime, :SchedulerType, :SchedulerVersion, :ComputeNodeCount, :ComputeNodeSet, :ManagerNodeCount, :ManagerNodeSet, :LoginNodeSet, :LoginNodeCount, :AutoScalingType, :VpcId
|
407
410
|
|
408
|
-
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)
|
411
|
+
def initialize(clusterid=nil, clusterstatus=nil, clustername=nil, placement=nil, createtime=nil, schedulertype=nil, schedulerversion=nil, computenodecount=nil, computenodeset=nil, managernodecount=nil, managernodeset=nil, loginnodeset=nil, loginnodecount=nil, autoscalingtype=nil, vpcid=nil)
|
409
412
|
@ClusterId = clusterid
|
410
413
|
@ClusterStatus = clusterstatus
|
411
414
|
@ClusterName = clustername
|
412
415
|
@Placement = placement
|
413
416
|
@CreateTime = createtime
|
414
417
|
@SchedulerType = schedulertype
|
418
|
+
@SchedulerVersion = schedulerversion
|
415
419
|
@ComputeNodeCount = computenodecount
|
416
420
|
@ComputeNodeSet = computenodeset
|
417
421
|
@ManagerNodeCount = managernodecount
|
@@ -432,6 +436,7 @@ module TencentCloud
|
|
432
436
|
end
|
433
437
|
@CreateTime = params['CreateTime']
|
434
438
|
@SchedulerType = params['SchedulerType']
|
439
|
+
@SchedulerVersion = params['SchedulerVersion']
|
435
440
|
@ComputeNodeCount = params['ComputeNodeCount']
|
436
441
|
unless params['ComputeNodeSet'].nil?
|
437
442
|
@ComputeNodeSet = []
|
@@ -556,8 +561,13 @@ module TencentCloud
|
|
556
561
|
# @type ComputeNode: :class:`Tencentcloud::Thpc.v20230321.models.ComputeNode`
|
557
562
|
# @param ComputeNodeCount: 指定计算节点的数量。默认取值:0。
|
558
563
|
# @type ComputeNodeCount: Integer
|
559
|
-
# @param SchedulerType: 调度器类型。默认取值:SLURM。<
|
564
|
+
# @param SchedulerType: 调度器类型。默认取值:SLURM。<li>SGE:SGE调度器。</li><li>SLURM:SLURM调度器。</li>
|
560
565
|
# @type SchedulerType: String
|
566
|
+
# @param SchedulerVersion: 创建调度器的版本号,可填写版本号为“latest” 和 各调度器支持的版本号;如果是"latest", 则代表创建的是平台当前支持的该类型调度器最新版本。如果不填写,默认创建的是“latest”版本调度器
|
567
|
+
# 各调度器支持的集群版本:
|
568
|
+
# <li>SLURM:21.08.8、23.11.7</li>
|
569
|
+
# <li>SGE: 8.1.9</li>
|
570
|
+
# @type SchedulerVersion: String
|
561
571
|
# @param ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。
|
562
572
|
# @type ImageId: String
|
563
573
|
# @param VirtualPrivateCloud: 私有网络相关信息配置。
|
@@ -575,7 +585,7 @@ module TencentCloud
|
|
575
585
|
# false(默认):发送正常请求,通过检查后直接创建实例
|
576
586
|
# @type DryRun: Boolean
|
577
587
|
# @param AccountType: 域名字服务类型。默认取值:NIS。
|
578
|
-
# <li>NIS:NIS
|
588
|
+
# <li>NIS:NIS域名字服务。</li>
|
579
589
|
# @type AccountType: String
|
580
590
|
# @param ClusterName: 集群显示名称。
|
581
591
|
# @type ClusterName: String
|
@@ -587,22 +597,23 @@ module TencentCloud
|
|
587
597
|
# @type LoginNodeCount: Integer
|
588
598
|
# @param Tags: 创建集群时同时绑定的标签对说明。
|
589
599
|
# @type Tags: Array
|
590
|
-
# @param AutoScalingType: 弹性伸缩类型。默认值:THPC_AS<
|
600
|
+
# @param AutoScalingType: 弹性伸缩类型。默认值:THPC_AS<li>THPC_AS:集群自动扩缩容由THPC产品内部实现。</li><li>AS:集群自动扩缩容由[弹性伸缩](https://cloud.tencent.com/document/product/377/3154)产品实现。</li>
|
591
601
|
# @type AutoScalingType: String
|
592
602
|
# @param InitNodeScripts: 节点初始化脚本信息列表。
|
593
603
|
# @type InitNodeScripts: Array
|
594
604
|
# @param HpcClusterId: 高性能计算集群ID。若创建的实例为高性能计算实例,需指定实例放置的集群,否则不可指定。
|
595
605
|
# @type HpcClusterId: String
|
596
606
|
|
597
|
-
attr_accessor :Placement, :ManagerNode, :ManagerNodeCount, :ComputeNode, :ComputeNodeCount, :SchedulerType, :ImageId, :VirtualPrivateCloud, :LoginSettings, :SecurityGroupIds, :ClientToken, :DryRun, :AccountType, :ClusterName, :StorageOption, :LoginNode, :LoginNodeCount, :Tags, :AutoScalingType, :InitNodeScripts, :HpcClusterId
|
607
|
+
attr_accessor :Placement, :ManagerNode, :ManagerNodeCount, :ComputeNode, :ComputeNodeCount, :SchedulerType, :SchedulerVersion, :ImageId, :VirtualPrivateCloud, :LoginSettings, :SecurityGroupIds, :ClientToken, :DryRun, :AccountType, :ClusterName, :StorageOption, :LoginNode, :LoginNodeCount, :Tags, :AutoScalingType, :InitNodeScripts, :HpcClusterId
|
598
608
|
|
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)
|
609
|
+
def initialize(placement=nil, managernode=nil, managernodecount=nil, computenode=nil, computenodecount=nil, schedulertype=nil, schedulerversion=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)
|
600
610
|
@Placement = placement
|
601
611
|
@ManagerNode = managernode
|
602
612
|
@ManagerNodeCount = managernodecount
|
603
613
|
@ComputeNode = computenode
|
604
614
|
@ComputeNodeCount = computenodecount
|
605
615
|
@SchedulerType = schedulertype
|
616
|
+
@SchedulerVersion = schedulerversion
|
606
617
|
@ImageId = imageid
|
607
618
|
@VirtualPrivateCloud = virtualprivatecloud
|
608
619
|
@LoginSettings = loginsettings
|
@@ -636,6 +647,7 @@ module TencentCloud
|
|
636
647
|
end
|
637
648
|
@ComputeNodeCount = params['ComputeNodeCount']
|
638
649
|
@SchedulerType = params['SchedulerType']
|
650
|
+
@SchedulerVersion = params['SchedulerVersion']
|
639
651
|
@ImageId = params['ImageId']
|
640
652
|
unless params['VirtualPrivateCloud'].nil?
|
641
653
|
@VirtualPrivateCloud = VirtualPrivateCloud.new
|
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.852
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|