tencentcloud-sdk-nodejs-dlc 4.1.67 → 4.1.69
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
@@ -2691,6 +2691,19 @@ export interface VpcInfo {
|
|
2691
2691
|
*/
|
2692
2692
|
AccessGroupId?: string;
|
2693
2693
|
}
|
2694
|
+
/**
|
2695
|
+
* 自定义参数
|
2696
|
+
*/
|
2697
|
+
export interface CustomConfig {
|
2698
|
+
/**
|
2699
|
+
* 自定义参数名
|
2700
|
+
*/
|
2701
|
+
ConfigKey?: string;
|
2702
|
+
/**
|
2703
|
+
* 自定义参数值
|
2704
|
+
*/
|
2705
|
+
ConfigValue?: string;
|
2706
|
+
}
|
2694
2707
|
/**
|
2695
2708
|
* notebook session列表信息。
|
2696
2709
|
*/
|
@@ -5969,6 +5982,14 @@ export interface DatasourceConnectionInfo {
|
|
5969
5982
|
* 连通性测试提示信息
|
5970
5983
|
*/
|
5971
5984
|
ConnectivityTips?: string;
|
5985
|
+
/**
|
5986
|
+
* 自定义参数
|
5987
|
+
*/
|
5988
|
+
CustomConfig?: Array<CustomConfig>;
|
5989
|
+
/**
|
5990
|
+
* 是否允许回退
|
5991
|
+
*/
|
5992
|
+
AllowRollback?: boolean;
|
5972
5993
|
}
|
5973
5994
|
/**
|
5974
5995
|
* DescribeDataEngineImageVersions请求参数结构体
|
@@ -6337,6 +6358,10 @@ export interface NetworkConnection {
|
|
6337
6358
|
注意:此字段可能返回 null,表示取不到有效值。
|
6338
6359
|
*/
|
6339
6360
|
DatasourceConnectionSubnetCidrBlock?: string;
|
6361
|
+
/**
|
6362
|
+
* 支持 eg
|
6363
|
+
*/
|
6364
|
+
EGSupport?: number;
|
6340
6365
|
}
|
6341
6366
|
/**
|
6342
6367
|
* Elasticsearch数据源的详细信息
|