tencentcloud-sdk-nodejs-tione 4.1.289 → 4.1.290
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
CHANGED
|
@@ -1578,23 +1578,27 @@ export interface DefaultNginxGatewayCallInfo {
|
|
|
1578
1578
|
*/
|
|
1579
1579
|
export interface CFSConfig {
|
|
1580
1580
|
/**
|
|
1581
|
-
* cfs的实例的ID
|
|
1581
|
+
* <p>cfs的实例的ID</p>
|
|
1582
1582
|
*/
|
|
1583
1583
|
Id: string;
|
|
1584
1584
|
/**
|
|
1585
|
-
*
|
|
1585
|
+
* <p>存储的路径</p>
|
|
1586
1586
|
*/
|
|
1587
1587
|
Path: string;
|
|
1588
1588
|
/**
|
|
1589
|
-
* cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE
|
|
1589
|
+
* <p>cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE</p>
|
|
1590
1590
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1591
1591
|
*/
|
|
1592
1592
|
MountType?: string;
|
|
1593
1593
|
/**
|
|
1594
|
-
*
|
|
1594
|
+
* <p>协议 1: NFS, 2: TURBO</p>
|
|
1595
1595
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1596
1596
|
*/
|
|
1597
1597
|
Protocol?: string;
|
|
1598
|
+
/**
|
|
1599
|
+
* <p>是否平台预置存储</p>
|
|
1600
|
+
*/
|
|
1601
|
+
IsPresetStorage?: boolean;
|
|
1598
1602
|
}
|
|
1599
1603
|
/**
|
|
1600
1604
|
* DescribeMountInstance请求参数结构体
|
|
@@ -4633,6 +4637,10 @@ export interface CreateTrainingTaskRequest {
|
|
|
4633
4637
|
* <p>资源供应属性</p>
|
|
4634
4638
|
*/
|
|
4635
4639
|
ResourceSupplyAttribute?: ResourceSupplyAttribute;
|
|
4640
|
+
/**
|
|
4641
|
+
* <p>队列ID</p>
|
|
4642
|
+
*/
|
|
4643
|
+
Queues?: Array<string>;
|
|
4636
4644
|
}
|
|
4637
4645
|
/**
|
|
4638
4646
|
* 对话输入内容
|
|
@@ -6864,6 +6872,10 @@ export interface ResourceSupplyAttribute {
|
|
|
6864
6872
|
* <p>资源供应类型。TIDE:潮汐;SPOT:竞价;空:常规按量后付费</p>
|
|
6865
6873
|
*/
|
|
6866
6874
|
SupplyType?: string;
|
|
6875
|
+
/**
|
|
6876
|
+
* <p>集群类型</p><p>枚举值:</p><ul><li>DEFAULT: 默认集群</li><li>THIRD: 第三方集群</li></ul><p>默认值:DEFAULT</p>
|
|
6877
|
+
*/
|
|
6878
|
+
ClusterType?: string;
|
|
6867
6879
|
}
|
|
6868
6880
|
/**
|
|
6869
6881
|
* DescribePresetImageList返回参数结构体
|