tencentcloud-sdk-nodejs-tione 4.1.285 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tione",
3
- "version": "4.1.285",
3
+ "version": "4.1.290",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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
- * 协议 1: NFS, 2: TURBO
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请求参数结构体
@@ -3749,34 +3753,46 @@ export interface CronScaleJob {
3749
3753
  */
3750
3754
  export interface PrivateLinkInfo {
3751
3755
  /**
3752
- * 私有连接所在的VPCID
3756
+ * <p>私有连接所在的VPCID</p>
3753
3757
  注意:此字段可能返回 null,表示取不到有效值。
3754
3758
  */
3755
3759
  VpcId?: string;
3756
3760
  /**
3757
- * 私有连接所在的子网ID
3761
+ * <p>私有连接所在的子网ID</p>
3758
3762
  注意:此字段可能返回 null,表示取不到有效值。
3759
3763
  */
3760
3764
  SubnetId?: string;
3761
3765
  /**
3762
- * HTTP内网调用地址
3766
+ * <p>HTTP内网调用地址</p>
3763
3767
  注意:此字段可能返回 null,表示取不到有效值。
3764
3768
  */
3765
3769
  InnerHttpAddr?: Array<string>;
3766
3770
  /**
3767
- * HTTPS内网调用地址
3771
+ * <p>HTTPS内网调用地址</p>
3768
3772
  注意:此字段可能返回 null,表示取不到有效值。
3769
3773
  */
3770
3774
  InnerHttpsAddr?: Array<string>;
3771
3775
  /**
3772
- * 私有连接状态
3776
+ * <p>私有连接状态</p>
3773
3777
  注意:此字段可能返回 null,表示取不到有效值。
3774
3778
  */
3775
3779
  State?: string;
3776
3780
  /**
3777
- * grpc内网调用地址
3781
+ * <p>grpc内网调用地址</p>
3778
3782
  */
3779
3783
  InnerGrpcAddr?: Array<string>;
3784
+ /**
3785
+ * <p>创建者 UIN</p>
3786
+ */
3787
+ CreatedBy?: string;
3788
+ /**
3789
+ * <p>创建时间</p>
3790
+ */
3791
+ CreateTime?: string;
3792
+ /**
3793
+ * <p>子用户名称</p>
3794
+ */
3795
+ SubUinName?: string;
3780
3796
  }
3781
3797
  /**
3782
3798
  * DescribeNotebooks返回参数结构体
@@ -4621,6 +4637,10 @@ export interface CreateTrainingTaskRequest {
4621
4637
  * <p>资源供应属性</p>
4622
4638
  */
4623
4639
  ResourceSupplyAttribute?: ResourceSupplyAttribute;
4640
+ /**
4641
+ * <p>队列ID</p>
4642
+ */
4643
+ Queues?: Array<string>;
4624
4644
  }
4625
4645
  /**
4626
4646
  * 对话输入内容
@@ -6852,6 +6872,10 @@ export interface ResourceSupplyAttribute {
6852
6872
  * <p>资源供应类型。TIDE:潮汐;SPOT:竞价;空:常规按量后付费</p>
6853
6873
  */
6854
6874
  SupplyType?: string;
6875
+ /**
6876
+ * <p>集群类型</p><p>枚举值:</p><ul><li>DEFAULT: 默认集群</li><li>THIRD: 第三方集群</li></ul><p>默认值:DEFAULT</p>
6877
+ */
6878
+ ClusterType?: string;
6855
6879
  }
6856
6880
  /**
6857
6881
  * DescribePresetImageList返回参数结构体