tencentcloud-sdk-nodejs-thpc 4.0.998 → 4.0.1004
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.
- package/package.json +1 -1
- package/products.md +88 -88
- package/src/services/thpc/v20211109/thpc_models.ts +14 -23
- package/src/services/thpc/v20220401/thpc_models.ts +52 -63
- package/src/services/thpc/v20230321/thpc_models.ts +33 -39
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +14 -23
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +52 -63
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +33 -39
|
@@ -136,7 +136,7 @@ export interface ExpansionNodeConfig {
|
|
|
136
136
|
*/
|
|
137
137
|
Placement: Placement;
|
|
138
138
|
/**
|
|
139
|
-
* 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID
|
|
139
|
+
* 节点[计费类型](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>
|
|
140
140
|
*/
|
|
141
141
|
InstanceChargeType?: string;
|
|
142
142
|
/**
|
|
@@ -145,7 +145,7 @@ export interface ExpansionNodeConfig {
|
|
|
145
145
|
InstanceChargePrepaid?: InstanceChargePrepaid;
|
|
146
146
|
/**
|
|
147
147
|
* 节点机型。不同实例机型指定了不同的资源规格。
|
|
148
|
-
<br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)
|
|
148
|
+
<br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>
|
|
149
149
|
*/
|
|
150
150
|
InstanceType?: string;
|
|
151
151
|
/**
|
|
@@ -165,21 +165,21 @@ export interface NodeActivity {
|
|
|
165
165
|
* 节点活动所在的实例ID。
|
|
166
166
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
167
167
|
*/
|
|
168
|
-
NodeInstanceId
|
|
168
|
+
NodeInstanceId?: string;
|
|
169
169
|
/**
|
|
170
|
-
* 节点活动状态。取值范围:<br><li>RUNNING
|
|
170
|
+
* 节点活动状态。取值范围:<br><li>RUNNING:运行中</li><br><li>SUCCESSFUL:活动成功</li><br><li>FAILED:活动失败</li>
|
|
171
171
|
*/
|
|
172
|
-
NodeActivityStatus
|
|
172
|
+
NodeActivityStatus?: string;
|
|
173
173
|
/**
|
|
174
174
|
* 节点活动状态码。
|
|
175
175
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
176
176
|
*/
|
|
177
|
-
NodeActivityStatusCode
|
|
177
|
+
NodeActivityStatusCode?: string;
|
|
178
178
|
/**
|
|
179
179
|
* 节点活动状态原因。
|
|
180
180
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
181
181
|
*/
|
|
182
|
-
NodeActivityStatusReason
|
|
182
|
+
NodeActivityStatusReason?: string;
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
185
|
* CreateWorkspaces返回参数结构体
|
|
@@ -608,15 +608,15 @@ export interface GooseFSOptionOverview {
|
|
|
608
608
|
/**
|
|
609
609
|
* 文件系统本地挂载路径。
|
|
610
610
|
*/
|
|
611
|
-
LocalPath
|
|
611
|
+
LocalPath?: string;
|
|
612
612
|
/**
|
|
613
613
|
* 文件系统远程挂载路径。
|
|
614
614
|
*/
|
|
615
|
-
RemotePath
|
|
615
|
+
RemotePath?: string;
|
|
616
616
|
/**
|
|
617
617
|
* 文件系统master的ip和端口。
|
|
618
618
|
*/
|
|
619
|
-
Masters
|
|
619
|
+
Masters?: Array<string>;
|
|
620
620
|
}
|
|
621
621
|
/**
|
|
622
622
|
* DeleteClusterStorageOption请求参数结构体
|
|
@@ -636,7 +636,7 @@ export interface DeleteClusterStorageOptionRequest {
|
|
|
636
636
|
*/
|
|
637
637
|
export interface RunMonitorServiceEnabled {
|
|
638
638
|
/**
|
|
639
|
-
* 是否开启[腾讯云可观测平台](/document/product/248)服务。取值范围:<br><li>TRUE
|
|
639
|
+
* 是否开启[腾讯云可观测平台](/document/product/248)服务。取值范围:<br><li>TRUE:表示开启腾讯云可观测平台服务</li><br><li>FALSE:表示不开启腾讯云可观测平台服务</li><br><br>默认取值:TRUE。
|
|
640
640
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
641
641
|
*/
|
|
642
642
|
Enabled?: boolean;
|
|
@@ -879,7 +879,7 @@ export interface EnhancedService {
|
|
|
879
879
|
*/
|
|
880
880
|
export interface RunAutomationServiceEnabled {
|
|
881
881
|
/**
|
|
882
|
-
* 是否开启云自动化助手。取值范围:<br><li>TRUE
|
|
882
|
+
* 是否开启云自动化助手。取值范围:<br><li>TRUE:表示开启云自动化助手服务</li><br><li>FALSE:表示不开启云自动化助手服务</li><br><br>默认取值:TRUE。
|
|
883
883
|
*/
|
|
884
884
|
Enabled?: boolean;
|
|
885
885
|
}
|
|
@@ -890,52 +890,51 @@ export interface ClusterActivity {
|
|
|
890
890
|
/**
|
|
891
891
|
* 集群ID。
|
|
892
892
|
*/
|
|
893
|
-
ClusterId
|
|
893
|
+
ClusterId?: string;
|
|
894
894
|
/**
|
|
895
895
|
* 集群活动ID。
|
|
896
896
|
*/
|
|
897
|
-
ActivityId
|
|
897
|
+
ActivityId?: string;
|
|
898
898
|
/**
|
|
899
|
-
* 集群活动类型。取值范围:<br><li>CreateAndAddNodes
|
|
900
|
-
|
|
899
|
+
* 集群活动类型。取值范围:<br><li>CreateAndAddNodes:创建实例并添加进集群</li><br><li>RemoveNodesFromCluster:从集群移除实例</li><br><li>TerminateNodes:销毁实例</li><br><li>MountStorageOption:增加挂载选项并进行挂载</li><br><li>UmountStorageOption:删除集群挂载存储选项并解挂载</li>
|
|
901
900
|
*/
|
|
902
|
-
ActivityType
|
|
901
|
+
ActivityType?: string;
|
|
903
902
|
/**
|
|
904
|
-
* 集群活动状态。取值范围:<br><li>PENDING
|
|
903
|
+
* 集群活动状态。取值范围:<br><li>PENDING:等待运行</li><br><li>RUNNING:运行中</li><br><li>SUCCESSFUL:活动成功</li><br><li>PARTIALLY_SUCCESSFUL:活动部分成功</li><br><li>FAILED:活动失败</li>
|
|
905
904
|
*/
|
|
906
|
-
ActivityStatus
|
|
905
|
+
ActivityStatus?: string;
|
|
907
906
|
/**
|
|
908
907
|
* 集群活动状态码。
|
|
909
908
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
910
909
|
*/
|
|
911
|
-
ActivityStatusCode
|
|
910
|
+
ActivityStatusCode?: string;
|
|
912
911
|
/**
|
|
913
912
|
* 集群活动结果详情。
|
|
914
913
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
915
914
|
*/
|
|
916
|
-
ResultDetail
|
|
915
|
+
ResultDetail?: string;
|
|
917
916
|
/**
|
|
918
917
|
* 集群活动起因。
|
|
919
918
|
*/
|
|
920
|
-
Cause
|
|
919
|
+
Cause?: string;
|
|
921
920
|
/**
|
|
922
921
|
* 集群活动描述。
|
|
923
922
|
*/
|
|
924
|
-
Description
|
|
923
|
+
Description?: string;
|
|
925
924
|
/**
|
|
926
925
|
* 集群活动相关节点活动集合。
|
|
927
926
|
*/
|
|
928
|
-
RelatedNodeActivitySet
|
|
927
|
+
RelatedNodeActivitySet?: Array<NodeActivity>;
|
|
929
928
|
/**
|
|
930
929
|
* 集群活动开始时间。
|
|
931
930
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
932
931
|
*/
|
|
933
|
-
StartTime
|
|
932
|
+
StartTime?: string;
|
|
934
933
|
/**
|
|
935
934
|
* 集群活动结束时间。
|
|
936
935
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
937
936
|
*/
|
|
938
|
-
EndTime
|
|
937
|
+
EndTime?: string;
|
|
939
938
|
}
|
|
940
939
|
/**
|
|
941
940
|
* DescribeQueues返回参数结构体
|
|
@@ -973,7 +972,7 @@ export interface CreateClusterResponse {
|
|
|
973
972
|
*/
|
|
974
973
|
export interface RunSecurityServiceEnabled {
|
|
975
974
|
/**
|
|
976
|
-
* 是否开启[云安全](/document/product/296)服务。取值范围:<br><li>TRUE
|
|
975
|
+
* 是否开启[云安全](/document/product/296)服务。取值范围:<br><li>TRUE:表示开启云安全服务</li><br><li>FALSE:表示不开启云安全服务</li><br><br>默认取值:TRUE。
|
|
977
976
|
*/
|
|
978
977
|
Enabled?: boolean;
|
|
979
978
|
}
|
|
@@ -1156,7 +1155,7 @@ export interface ModifyInitNodeScriptsResponse {
|
|
|
1156
1155
|
*/
|
|
1157
1156
|
export interface ManagerNode {
|
|
1158
1157
|
/**
|
|
1159
|
-
* 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID
|
|
1158
|
+
* 节点[计费类型](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>
|
|
1160
1159
|
*/
|
|
1161
1160
|
InstanceChargeType?: string;
|
|
1162
1161
|
/**
|
|
@@ -1164,8 +1163,7 @@ export interface ManagerNode {
|
|
|
1164
1163
|
*/
|
|
1165
1164
|
InstanceChargePrepaid?: InstanceChargePrepaid;
|
|
1166
1165
|
/**
|
|
1167
|
-
* 节点机型。不同实例机型指定了不同的资源规格。
|
|
1168
|
-
<br><li>对于付费模式为PREPAID或POSTPAID\_BY\_HOUR的实例创建,具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。
|
|
1166
|
+
* 节点机型。不同实例机型指定了不同的资源规格。 <br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>
|
|
1169
1167
|
*/
|
|
1170
1168
|
InstanceType?: string;
|
|
1171
1169
|
/**
|
|
@@ -1181,11 +1179,7 @@ export interface ManagerNode {
|
|
|
1181
1179
|
*/
|
|
1182
1180
|
InternetAccessible?: InternetAccessible;
|
|
1183
1181
|
/**
|
|
1184
|
-
* 节点显示名称。<br><li>
|
|
1185
|
-
不指定节点显示名称则默认显示‘未命名’。
|
|
1186
|
-
</li><li>购买多个节点,如果指定模式串`{R:x}`,表示生成数字[`[x, x+n-1]`,其中`n`表示购买节点的数量,例如`server_{R:3}`,购买1个时,节点显示名称为`server_3`;购买2个时,节点显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。
|
|
1187
|
-
购买多个节点,如果不指定模式串,则在节点显示名称添加后缀`1、2...n`,其中`n`表示购买节点的数量,例如`server_`,购买2个时,节点显示名称分别为`server_1`,`server_2`。</li><li>
|
|
1188
|
-
最多支持60个字符(包含模式串)。
|
|
1182
|
+
* 节点显示名称。<br><li> 不指定节点显示名称则默认显示‘未命名’。 </li><li>购买多个节点,如果指定模式串`{R:x}`,表示生成数字[`[x, x+n-1]`,其中`n`表示购买节点的数量,例如`server_{R:3}`,购买1个时,节点显示名称为`server_3`;购买2个时,节点显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。 购买多个节点,如果不指定模式串,则在节点显示名称添加后缀`1、2...n`,其中`n`表示购买节点的数量,例如`server_`,购买2个时,节点显示名称分别为`server_1`,`server_2`。</li><li> 最多支持60个字符(包含模式串)。</li>
|
|
1189
1183
|
*/
|
|
1190
1184
|
InstanceName?: string;
|
|
1191
1185
|
/**
|
|
@@ -1578,7 +1572,7 @@ export interface AttachNodesResponse {
|
|
|
1578
1572
|
*/
|
|
1579
1573
|
export interface LoginNode {
|
|
1580
1574
|
/**
|
|
1581
|
-
* 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID
|
|
1575
|
+
* 节点[计费类型](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>
|
|
1582
1576
|
*/
|
|
1583
1577
|
InstanceChargeType?: string;
|
|
1584
1578
|
/**
|
|
@@ -1587,7 +1581,7 @@ export interface LoginNode {
|
|
|
1587
1581
|
InstanceChargePrepaid?: InstanceChargePrepaid;
|
|
1588
1582
|
/**
|
|
1589
1583
|
* 节点机型。不同实例机型指定了不同的资源规格。
|
|
1590
|
-
<br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)
|
|
1584
|
+
<br><li>具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。</li>
|
|
1591
1585
|
*/
|
|
1592
1586
|
InstanceType?: string;
|
|
1593
1587
|
/**
|
|
@@ -1605,7 +1599,7 @@ export interface LoginNode {
|
|
|
1605
1599
|
/**
|
|
1606
1600
|
* 节点显示名称。<br><li>
|
|
1607
1601
|
不指定节点显示名称则默认显示‘未命名’。
|
|
1608
|
-
最多支持60
|
|
1602
|
+
最多支持60个字符。</li>
|
|
1609
1603
|
*/
|
|
1610
1604
|
InstanceName?: string;
|
|
1611
1605
|
/**
|
|
@@ -1662,7 +1656,7 @@ export interface CreateWorkspacesRequest {
|
|
|
1662
1656
|
*/
|
|
1663
1657
|
SpaceChargePrepaid?: SpaceChargePrepaid;
|
|
1664
1658
|
/**
|
|
1665
|
-
*
|
|
1659
|
+
* 工作空间计费类型,包括:PREPAID,UNDERWRITE。工作空间计费类型,包括:PREPAID,UNDERWRITE。
|
|
1666
1660
|
*/
|
|
1667
1661
|
SpaceChargeType?: string;
|
|
1668
1662
|
/**
|