tencentcloud-sdk-nodejs-tione 4.1.284 → 4.1.289

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.284",
3
+ "version": "4.1.289",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3749,34 +3749,46 @@ export interface CronScaleJob {
3749
3749
  */
3750
3750
  export interface PrivateLinkInfo {
3751
3751
  /**
3752
- * 私有连接所在的VPCID
3752
+ * <p>私有连接所在的VPCID</p>
3753
3753
  注意:此字段可能返回 null,表示取不到有效值。
3754
3754
  */
3755
3755
  VpcId?: string;
3756
3756
  /**
3757
- * 私有连接所在的子网ID
3757
+ * <p>私有连接所在的子网ID</p>
3758
3758
  注意:此字段可能返回 null,表示取不到有效值。
3759
3759
  */
3760
3760
  SubnetId?: string;
3761
3761
  /**
3762
- * HTTP内网调用地址
3762
+ * <p>HTTP内网调用地址</p>
3763
3763
  注意:此字段可能返回 null,表示取不到有效值。
3764
3764
  */
3765
3765
  InnerHttpAddr?: Array<string>;
3766
3766
  /**
3767
- * HTTPS内网调用地址
3767
+ * <p>HTTPS内网调用地址</p>
3768
3768
  注意:此字段可能返回 null,表示取不到有效值。
3769
3769
  */
3770
3770
  InnerHttpsAddr?: Array<string>;
3771
3771
  /**
3772
- * 私有连接状态
3772
+ * <p>私有连接状态</p>
3773
3773
  注意:此字段可能返回 null,表示取不到有效值。
3774
3774
  */
3775
3775
  State?: string;
3776
3776
  /**
3777
- * grpc内网调用地址
3777
+ * <p>grpc内网调用地址</p>
3778
3778
  */
3779
3779
  InnerGrpcAddr?: Array<string>;
3780
+ /**
3781
+ * <p>创建者 UIN</p>
3782
+ */
3783
+ CreatedBy?: string;
3784
+ /**
3785
+ * <p>创建时间</p>
3786
+ */
3787
+ CreateTime?: string;
3788
+ /**
3789
+ * <p>子用户名称</p>
3790
+ */
3791
+ SubUinName?: string;
3780
3792
  }
3781
3793
  /**
3782
3794
  * DescribeNotebooks返回参数结构体