tencentcloud-sdk-thpc 3.0.970 → 3.0.972
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 +5 -6
- data/lib/v20220401/models.rb +15 -16
- data/lib/v20230321/models.rb +6 -6
- 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: da7658a59ef6884767ef88f2655d4023c7ded6d6
|
|
4
|
+
data.tar.gz: 10618ed400f6e246aadacc648fefd76f818027dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f51b74e4d2872a27c25e92caaecea6cb3bf54263dd4915af0e9351ab67fba93236267a7ec8ba321d02dab097a78d2f85dc36fc15f6f990088f90595272447830
|
|
7
|
+
data.tar.gz: bb5ba861cd91b0e29d641108e4d61c2a5315e931b6b57663c92ff47ca0f96c886a3acb6963d68b582dc61ebc395003a01e33646d87af3e89d2199336a3078b59
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.972
|
data/lib/v20211109/models.rb
CHANGED
|
@@ -202,12 +202,12 @@ module TencentCloud
|
|
|
202
202
|
|
|
203
203
|
# 计算节点信息。
|
|
204
204
|
class ComputeNode < TencentCloud::Common::AbstractModel
|
|
205
|
-
# @param InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID
|
|
205
|
+
# @param InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>
|
|
206
206
|
# @type InstanceChargeType: String
|
|
207
207
|
# @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月节点的购买时长、是否设置自动续费等属性。若指定节点的付费模式为预付费则该参数必传。
|
|
208
208
|
# @type InstanceChargePrepaid: :class:`Tencentcloud::Thpc.v20211109.models.InstanceChargePrepaid`
|
|
209
209
|
# @param InstanceType: 节点机型。不同实例机型指定了不同的资源规格。
|
|
210
|
-
# <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)
|
|
210
|
+
# <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>
|
|
211
211
|
# @type InstanceType: String
|
|
212
212
|
# @param SystemDisk: 节点系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
|
|
213
213
|
# @type SystemDisk: :class:`Tencentcloud::Thpc.v20211109.models.SystemDisk`
|
|
@@ -217,7 +217,7 @@ module TencentCloud
|
|
|
217
217
|
# @type InternetAccessible: :class:`Tencentcloud::Thpc.v20211109.models.InternetAccessible`
|
|
218
218
|
# @param InstanceName: 节点显示名称。<br><li>
|
|
219
219
|
# 不指定节点显示名称则默认显示‘未命名’。
|
|
220
|
-
# 最多支持60
|
|
220
|
+
# 最多支持60个字符。</li>
|
|
221
221
|
# @type InstanceName: String
|
|
222
222
|
|
|
223
223
|
attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName
|
|
@@ -288,7 +288,7 @@ module TencentCloud
|
|
|
288
288
|
# @type ComputeNode: :class:`Tencentcloud::Thpc.v20211109.models.ComputeNode`
|
|
289
289
|
# @param ComputeNodeCount: 指定计算节点的数量。默认取值:0。
|
|
290
290
|
# @type ComputeNodeCount: Integer
|
|
291
|
-
# @param SchedulerType: 调度器类型。<br><li>SGE:SGE
|
|
291
|
+
# @param SchedulerType: 调度器类型。<br><li>SGE:SGE调度器。</li><br><li>SLURM:SLURM调度器。</li>
|
|
292
292
|
# @type SchedulerType: String
|
|
293
293
|
# @param ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前仅支持公有镜像。
|
|
294
294
|
# @type ImageId: String
|
|
@@ -306,8 +306,7 @@ module TencentCloud
|
|
|
306
306
|
# 如果检查通过,则返回RequestId.
|
|
307
307
|
# false(默认):发送正常请求,通过检查后直接创建实例
|
|
308
308
|
# @type DryRun: Boolean
|
|
309
|
-
# @param AccountType: 域名字服务类型。默认值:NIS
|
|
310
|
-
# <li>NIS:NIS域名字服务。
|
|
309
|
+
# @param AccountType: 域名字服务类型。默认值:NIS<li>NIS:NIS域名字服务。</li>
|
|
311
310
|
# @type AccountType: String
|
|
312
311
|
# @param ClusterName: 集群显示名称。
|
|
313
312
|
# @type ClusterName: String
|
data/lib/v20220401/models.rb
CHANGED
|
@@ -68,11 +68,11 @@ module TencentCloud
|
|
|
68
68
|
# @type Count: Integer
|
|
69
69
|
# @param ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前仅支持公有镜像和特定自定义镜像。
|
|
70
70
|
# @type ImageId: String
|
|
71
|
-
# @param InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID
|
|
71
|
+
# @param InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>
|
|
72
72
|
# @type InstanceChargeType: String
|
|
73
73
|
# @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月节点的购买时长、是否设置自动续费等属性。若指定节点的付费模式为预付费则该参数必传。
|
|
74
74
|
# @type InstanceChargePrepaid: :class:`Tencentcloud::Thpc.v20220401.models.InstanceChargePrepaid`
|
|
75
|
-
# @param InstanceType: 节点机型。不同实例机型指定了不同的资源规格。<br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)
|
|
75
|
+
# @param InstanceType: 节点机型。不同实例机型指定了不同的资源规格。<br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>
|
|
76
76
|
# @type InstanceType: String
|
|
77
77
|
# @param SystemDisk: 节点系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
|
|
78
78
|
# @type SystemDisk: Array
|
|
@@ -90,9 +90,9 @@ module TencentCloud
|
|
|
90
90
|
# @type SecurityGroupIds: Array
|
|
91
91
|
# @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
|
|
92
92
|
# @type ClientToken: String
|
|
93
|
-
# @param QueueName: 队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute
|
|
93
|
+
# @param QueueName: 队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute。</li><li>SGE默认队列为:all.q。</li>
|
|
94
94
|
# @type QueueName: String
|
|
95
|
-
# @param NodeRole: 添加节点角色。默认值:Compute<br><li>Compute
|
|
95
|
+
# @param NodeRole: 添加节点角色。默认值:Compute<br><li>Compute:计算节点。</li><br><li>Login:登录节点。</li>
|
|
96
96
|
# @type NodeRole: String
|
|
97
97
|
# @param DryRun: 是否只预检此次请求。
|
|
98
98
|
# true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制和云服务器库存。
|
|
@@ -100,7 +100,7 @@ module TencentCloud
|
|
|
100
100
|
# 如果检查通过,则返回RequestId.
|
|
101
101
|
# false(默认):发送正常请求,通过检查后直接创建实例
|
|
102
102
|
# @type DryRun: Boolean
|
|
103
|
-
# @param NodeType: 添加节点类型。默认取值:STATIC。<li>STATIC
|
|
103
|
+
# @param NodeType: 添加节点类型。默认取值:STATIC。<li>STATIC:静态节点,不会参与弹性伸缩流程。</li><li>DYNAMIC:弹性节点,会被弹性缩容的节点。管控节点和登录节点不支持此参数。</li>
|
|
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
|
|
@@ -367,9 +367,9 @@ module TencentCloud
|
|
|
367
367
|
# @type ClusterId: String
|
|
368
368
|
# @param ActivityId: 集群活动ID。
|
|
369
369
|
# @type ActivityId: String
|
|
370
|
-
# @param ActivityType: 集群活动类型。取值范围:<br><li>CreateAndAddNodes
|
|
370
|
+
# @param ActivityType: 集群活动类型。取值范围:<br><li>CreateAndAddNodes:创建实例并添加进集群</li><br><li>RemoveNodesFromCluster:从集群移除实例</li><br><li>TerminateNodes:销毁实例</li><br><li>MountStorageOption:增加挂载选项并进行挂载</li><br><li>UmountStorageOption:删除集群挂载存储选项并解挂载</li>
|
|
371
371
|
# @type ActivityType: String
|
|
372
|
-
# @param ActivityStatus: 集群活动状态。取值范围:<br><li>PENDING
|
|
372
|
+
# @param ActivityStatus: 集群活动状态。取值范围:<br><li>PENDING:等待运行</li><br><li>RUNNING:运行中</li><br><li>SUCCESSFUL:活动成功</li><br><li>PARTIALLY_SUCCESSFUL:活动部分成功</li><br><li>FAILED:活动失败</li>
|
|
373
373
|
# @type ActivityStatus: String
|
|
374
374
|
# @param ActivityStatusCode: 集群活动状态码。
|
|
375
375
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -432,7 +432,7 @@ module TencentCloud
|
|
|
432
432
|
class ClusterOverview < TencentCloud::Common::AbstractModel
|
|
433
433
|
# @param ClusterId: 集群ID。
|
|
434
434
|
# @type ClusterId: String
|
|
435
|
-
# @param ClusterStatus: 集群状态。取值范围:<br><li>PENDING
|
|
435
|
+
# @param ClusterStatus: 集群状态。取值范围:<br><li>PENDING:创建中</li><br><li>INITING:初始化中</li><br><li>INIT_FAILED:初始化失败</li><br><li>RUNNING:运行中</li><br><li>TERMINATING:销毁中</li>
|
|
436
436
|
# @type ClusterStatus: String
|
|
437
437
|
# @param ClusterName: 集群名称。
|
|
438
438
|
# @type ClusterName: String
|
|
@@ -518,12 +518,12 @@ module TencentCloud
|
|
|
518
518
|
|
|
519
519
|
# 计算节点信息。
|
|
520
520
|
class ComputeNode < TencentCloud::Common::AbstractModel
|
|
521
|
-
# @param InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID
|
|
521
|
+
# @param InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>
|
|
522
522
|
# @type InstanceChargeType: String
|
|
523
523
|
# @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月节点的购买时长、是否设置自动续费等属性。若指定节点的付费模式为预付费则该参数必传。
|
|
524
524
|
# @type InstanceChargePrepaid: :class:`Tencentcloud::Thpc.v20220401.models.InstanceChargePrepaid`
|
|
525
525
|
# @param InstanceType: 节点机型。不同实例机型指定了不同的资源规格。
|
|
526
|
-
# <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)
|
|
526
|
+
# <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>
|
|
527
527
|
# @type InstanceType: String
|
|
528
528
|
# @param SystemDisk: 节点系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
|
|
529
529
|
# @type SystemDisk: :class:`Tencentcloud::Thpc.v20220401.models.SystemDisk`
|
|
@@ -533,7 +533,7 @@ module TencentCloud
|
|
|
533
533
|
# @type InternetAccessible: :class:`Tencentcloud::Thpc.v20220401.models.InternetAccessible`
|
|
534
534
|
# @param InstanceName: 节点显示名称。<br><li>
|
|
535
535
|
# 不指定节点显示名称则默认显示‘未命名’。
|
|
536
|
-
# 最多支持60
|
|
536
|
+
# 最多支持60个字符。</li>
|
|
537
537
|
# @type InstanceName: String
|
|
538
538
|
|
|
539
539
|
attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName
|
|
@@ -737,7 +737,7 @@ module TencentCloud
|
|
|
737
737
|
class DataDisk < TencentCloud::Common::AbstractModel
|
|
738
738
|
# @param DiskSize: 数据盘大小,单位:GB。最小调整步长为10G,不同数据盘类型取值范围不同,具体限制详见:[存储概述](https://cloud.tencent.com/document/product/213/4952)。默认值为0,表示不购买数据盘。更多限制详见产品文档。
|
|
739
739
|
# @type DiskSize: Integer
|
|
740
|
-
# @param DiskType: 数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br><li>LOCAL_BASIC
|
|
740
|
+
# @param DiskType: 数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br><li>LOCAL_BASIC:本地硬盘</li><br><li>LOCAL_SSD:本地SSD硬盘</li><br><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定</li><br><li>CLOUD_BASIC:普通云硬盘</li><br><li>CLOUD_PREMIUM:高性能云硬盘</li><br><li>CLOUD_SSD:SSD云硬盘</li><br><li>CLOUD_HSSD:增强型SSD云硬盘</li><br><li>CLOUD_TSSD:极速型SSD云硬盘</li><br><br>默认取值:LOCAL_BASIC。</li>
|
|
741
741
|
# @type DiskType: String
|
|
742
742
|
|
|
743
743
|
attr_accessor :DiskSize, :DiskType
|
|
@@ -1222,12 +1222,11 @@ module TencentCloud
|
|
|
1222
1222
|
class ExpansionNodeConfig < TencentCloud::Common::AbstractModel
|
|
1223
1223
|
# @param Placement: 扩容实例所在的位置。
|
|
1224
1224
|
# @type Placement: :class:`Tencentcloud::Thpc.v20220401.models.Placement`
|
|
1225
|
-
# @param InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID
|
|
1225
|
+
# @param InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>
|
|
1226
1226
|
# @type InstanceChargeType: String
|
|
1227
1227
|
# @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月节点的购买时长、是否设置自动续费等属性。若指定节点的付费模式为预付费则该参数必传。
|
|
1228
1228
|
# @type InstanceChargePrepaid: :class:`Tencentcloud::Thpc.v20220401.models.InstanceChargePrepaid`
|
|
1229
|
-
# @param InstanceType: 节点机型。不同实例机型指定了不同的资源规格。
|
|
1230
|
-
# <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。
|
|
1229
|
+
# @param InstanceType: 节点机型。不同实例机型指定了不同的资源规格。 <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>
|
|
1231
1230
|
# @type InstanceType: String
|
|
1232
1231
|
# @param VirtualPrivateCloud: 私有网络相关信息配置。
|
|
1233
1232
|
# @type VirtualPrivateCloud: :class:`Tencentcloud::Thpc.v20220401.models.VirtualPrivateCloud`
|
|
@@ -1641,7 +1640,7 @@ module TencentCloud
|
|
|
1641
1640
|
# @param NodeInstanceId: 节点活动所在的实例ID。
|
|
1642
1641
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1643
1642
|
# @type NodeInstanceId: String
|
|
1644
|
-
# @param NodeActivityStatus: 节点活动状态。取值范围:<br><li>RUNNING
|
|
1643
|
+
# @param NodeActivityStatus: 节点活动状态。取值范围:<br><li>RUNNING:运行中</li><br><li>SUCCESSFUL:活动成功</li><br><li>FAILED:活动失败</li>
|
|
1645
1644
|
# @type NodeActivityStatus: String
|
|
1646
1645
|
# @param NodeActivityStatusCode: 节点活动状态码。
|
|
1647
1646
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
data/lib/v20230321/models.rb
CHANGED
|
@@ -365,9 +365,9 @@ module TencentCloud
|
|
|
365
365
|
# @type ClusterId: String
|
|
366
366
|
# @param ActivityId: 集群活动ID。
|
|
367
367
|
# @type ActivityId: String
|
|
368
|
-
# @param ActivityType: 集群活动类型。取值范围:<br><li>CreateAndAddNodes
|
|
368
|
+
# @param ActivityType: 集群活动类型。取值范围:<br><li>CreateAndAddNodes:创建实例并添加进集群</li><br><li>RemoveNodesFromCluster:从集群移除实例</li><br><li>TerminateNodes:销毁实例</li><br><li>MountStorageOption:增加挂载选项并进行挂载</li><br><li>UmountStorageOption:删除集群挂载存储选项并解挂载</li>
|
|
369
369
|
# @type ActivityType: String
|
|
370
|
-
# @param ActivityStatus: 集群活动状态。取值范围:<br><li>PENDING
|
|
370
|
+
# @param ActivityStatus: 集群活动状态。取值范围:<br><li>PENDING:等待运行</li><br><li>RUNNING:运行中</li><br><li>SUCCESSFUL:活动成功</li><br><li>PARTIALLY_SUCCESSFUL:活动部分成功</li><br><li>FAILED:活动失败</li>
|
|
371
371
|
# @type ActivityStatus: String
|
|
372
372
|
# @param ActivityStatusCode: 集群活动状态码。
|
|
373
373
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -777,7 +777,7 @@ module TencentCloud
|
|
|
777
777
|
# @type Placement: :class:`Tencentcloud::Thpc.v20230321.models.SpacePlacement`
|
|
778
778
|
# @param SpaceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
|
|
779
779
|
# @type SpaceChargePrepaid: :class:`Tencentcloud::Thpc.v20230321.models.SpaceChargePrepaid`
|
|
780
|
-
# @param SpaceChargeType:
|
|
780
|
+
# @param SpaceChargeType: 工作空间计费类型,包括:PREPAID,UNDERWRITE。工作空间计费类型,包括:PREPAID,UNDERWRITE。
|
|
781
781
|
# @type SpaceChargeType: String
|
|
782
782
|
# @param SpaceType: 工作空间规格
|
|
783
783
|
# @type SpaceType: String
|
|
@@ -1614,12 +1614,12 @@ module TencentCloud
|
|
|
1614
1614
|
class ExpansionNodeConfig < TencentCloud::Common::AbstractModel
|
|
1615
1615
|
# @param Placement: 扩容实例所在的位置。
|
|
1616
1616
|
# @type Placement: :class:`Tencentcloud::Thpc.v20230321.models.Placement`
|
|
1617
|
-
# @param InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID
|
|
1617
|
+
# @param InstanceChargeType: 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:按小时后付费</li><br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。</li>
|
|
1618
1618
|
# @type InstanceChargeType: String
|
|
1619
1619
|
# @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月节点的购买时长、是否设置自动续费等属性。若指定节点的付费模式为预付费则该参数必传。
|
|
1620
1620
|
# @type InstanceChargePrepaid: :class:`Tencentcloud::Thpc.v20230321.models.InstanceChargePrepaid`
|
|
1621
1621
|
# @param InstanceType: 节点机型。不同实例机型指定了不同的资源规格。
|
|
1622
|
-
# <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)
|
|
1622
|
+
# <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>
|
|
1623
1623
|
# @type InstanceType: String
|
|
1624
1624
|
# @param VirtualPrivateCloud: 私有网络相关信息配置。
|
|
1625
1625
|
# @type VirtualPrivateCloud: :class:`Tencentcloud::Thpc.v20230321.models.VirtualPrivateCloud`
|
|
@@ -2173,7 +2173,7 @@ module TencentCloud
|
|
|
2173
2173
|
# @param NodeInstanceId: 节点活动所在的实例ID。
|
|
2174
2174
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2175
2175
|
# @type NodeInstanceId: String
|
|
2176
|
-
# @param NodeActivityStatus: 节点活动状态。取值范围:<br><li>RUNNING
|
|
2176
|
+
# @param NodeActivityStatus: 节点活动状态。取值范围:<br><li>RUNNING:运行中</li><br><li>SUCCESSFUL:活动成功</li><br><li>FAILED:活动失败</li>
|
|
2177
2177
|
# @type NodeActivityStatus: String
|
|
2178
2178
|
# @param NodeActivityStatusCode: 节点活动状态码。
|
|
2179
2179
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
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.972
|
|
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-12-
|
|
11
|
+
date: 2024-12-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|