tencentcloud-sdk-nodejs-dlc 4.0.555 → 4.0.557

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.
@@ -91,6 +91,119 @@ export interface DescribeNotebookSessionStatementRequest {
91
91
  StatementId: string
92
92
  }
93
93
 
94
+ /**
95
+ * 网络配置
96
+ */
97
+ export interface NetworkConnection {
98
+ /**
99
+ * 网络配置id
100
+ 注意:此字段可能返回 null,表示取不到有效值。
101
+ */
102
+ Id?: number
103
+
104
+ /**
105
+ * 网络配置唯一标志符
106
+ 注意:此字段可能返回 null,表示取不到有效值。
107
+ */
108
+ AssociateId?: string
109
+
110
+ /**
111
+ * 计算引擎id
112
+ 注意:此字段可能返回 null,表示取不到有效值。
113
+ */
114
+ HouseId?: string
115
+
116
+ /**
117
+ * 数据源id(已废弃)
118
+ 注意:此字段可能返回 null,表示取不到有效值。
119
+ */
120
+ DatasourceConnectionId?: string
121
+
122
+ /**
123
+ * 网络配置状态(0-初始化,1-正常)
124
+ 注意:此字段可能返回 null,表示取不到有效值。
125
+ */
126
+ State?: number
127
+
128
+ /**
129
+ * 创建时间
130
+ 注意:此字段可能返回 null,表示取不到有效值。
131
+ */
132
+ CreateTime?: number
133
+
134
+ /**
135
+ * 修改时间
136
+ 注意:此字段可能返回 null,表示取不到有效值。
137
+ */
138
+ UpdateTime?: number
139
+
140
+ /**
141
+ * 创建用户Appid
142
+ 注意:此字段可能返回 null,表示取不到有效值。
143
+ */
144
+ Appid?: number
145
+
146
+ /**
147
+ * 计算引擎名称
148
+ 注意:此字段可能返回 null,表示取不到有效值。
149
+ */
150
+ HouseName?: string
151
+
152
+ /**
153
+ * 网络配置名称
154
+ 注意:此字段可能返回 null,表示取不到有效值。
155
+ */
156
+ DatasourceConnectionName?: string
157
+
158
+ /**
159
+ * 网络配置类型
160
+ 注意:此字段可能返回 null,表示取不到有效值。
161
+ */
162
+ NetworkConnectionType?: number
163
+
164
+ /**
165
+ * 创建用户uin
166
+ 注意:此字段可能返回 null,表示取不到有效值。
167
+ */
168
+ Uin?: string
169
+
170
+ /**
171
+ * 创建用户SubAccountUin
172
+ 注意:此字段可能返回 null,表示取不到有效值。
173
+ */
174
+ SubAccountUin?: string
175
+
176
+ /**
177
+ * 网络配置描述
178
+ 注意:此字段可能返回 null,表示取不到有效值。
179
+ */
180
+ NetworkConnectionDesc?: string
181
+
182
+ /**
183
+ * 数据源vpcid
184
+ 注意:此字段可能返回 null,表示取不到有效值。
185
+ */
186
+ DatasourceConnectionVpcId?: string
187
+
188
+ /**
189
+ * 数据源SubnetId
190
+ 注意:此字段可能返回 null,表示取不到有效值。
191
+ */
192
+ DatasourceConnectionSubnetId?: string
193
+
194
+ /**
195
+ * 数据源SubnetId
196
+ 注意:此字段可能返回 null,表示取不到有效值。
197
+ */
198
+ DatasourceConnectionCidrBlock?: string
199
+
200
+ /**
201
+ * 数据源SubnetCidrBlock
202
+ 注意:此字段可能返回 null,表示取不到有效值。
203
+ */
204
+ DatasourceConnectionSubnetCidrBlock?: string
205
+ }
206
+
94
207
  /**
95
208
  * CancelNotebookSessionStatement请求参数结构体
96
209
  */
@@ -2283,6 +2396,11 @@ export interface TPartition {
2283
2396
  TransformArgs?: Array<string>
2284
2397
  }
2285
2398
 
2399
+ /**
2400
+ * DescribeForbiddenTablePro请求参数结构体
2401
+ */
2402
+ export type DescribeForbiddenTableProRequest = null
2403
+
2286
2404
  /**
2287
2405
  * CreateDataEngine返回参数结构体
2288
2406
  */
@@ -4419,116 +4537,13 @@ export interface ViewResponseInfo {
4419
4537
  }
4420
4538
 
4421
4539
  /**
4422
- * 网络配置
4540
+ * DescribeForbiddenTablePro返回参数结构体
4423
4541
  */
4424
- export interface NetworkConnection {
4542
+ export interface DescribeForbiddenTableProResponse {
4425
4543
  /**
4426
- * 网络配置id
4427
- 注意:此字段可能返回 null,表示取不到有效值。
4428
- */
4429
- Id?: number
4430
-
4431
- /**
4432
- * 网络配置唯一标志符
4433
- 注意:此字段可能返回 null,表示取不到有效值。
4434
- */
4435
- AssociateId?: string
4436
-
4437
- /**
4438
- * 计算引擎id
4439
- 注意:此字段可能返回 null,表示取不到有效值。
4440
- */
4441
- HouseId?: string
4442
-
4443
- /**
4444
- * 数据源id(已废弃)
4445
- 注意:此字段可能返回 null,表示取不到有效值。
4446
- */
4447
- DatasourceConnectionId?: string
4448
-
4449
- /**
4450
- * 网络配置状态(0-初始化,1-正常)
4451
- 注意:此字段可能返回 null,表示取不到有效值。
4452
- */
4453
- State?: number
4454
-
4455
- /**
4456
- * 创建时间
4457
- 注意:此字段可能返回 null,表示取不到有效值。
4458
- */
4459
- CreateTime?: number
4460
-
4461
- /**
4462
- * 修改时间
4463
- 注意:此字段可能返回 null,表示取不到有效值。
4464
- */
4465
- UpdateTime?: number
4466
-
4467
- /**
4468
- * 创建用户Appid
4469
- 注意:此字段可能返回 null,表示取不到有效值。
4470
- */
4471
- Appid?: number
4472
-
4473
- /**
4474
- * 计算引擎名称
4475
- 注意:此字段可能返回 null,表示取不到有效值。
4476
- */
4477
- HouseName?: string
4478
-
4479
- /**
4480
- * 网络配置名称
4481
- 注意:此字段可能返回 null,表示取不到有效值。
4482
- */
4483
- DatasourceConnectionName?: string
4484
-
4485
- /**
4486
- * 网络配置类型
4487
- 注意:此字段可能返回 null,表示取不到有效值。
4488
- */
4489
- NetworkConnectionType?: number
4490
-
4491
- /**
4492
- * 创建用户uin
4493
- 注意:此字段可能返回 null,表示取不到有效值。
4494
- */
4495
- Uin?: string
4496
-
4497
- /**
4498
- * 创建用户SubAccountUin
4499
- 注意:此字段可能返回 null,表示取不到有效值。
4500
- */
4501
- SubAccountUin?: string
4502
-
4503
- /**
4504
- * 网络配置描述
4505
- 注意:此字段可能返回 null,表示取不到有效值。
4506
- */
4507
- NetworkConnectionDesc?: string
4508
-
4509
- /**
4510
- * 数据源vpcid
4511
- 注意:此字段可能返回 null,表示取不到有效值。
4512
- */
4513
- DatasourceConnectionVpcId?: string
4514
-
4515
- /**
4516
- * 数据源SubnetId
4517
- 注意:此字段可能返回 null,表示取不到有效值。
4518
- */
4519
- DatasourceConnectionSubnetId?: string
4520
-
4521
- /**
4522
- * 数据源SubnetId
4523
- 注意:此字段可能返回 null,表示取不到有效值。
4524
- */
4525
- DatasourceConnectionCidrBlock?: string
4526
-
4527
- /**
4528
- * 数据源SubnetCidrBlock
4529
- 注意:此字段可能返回 null,表示取不到有效值。
4530
- */
4531
- DatasourceConnectionSubnetCidrBlock?: string
4544
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4545
+ */
4546
+ RequestId?: string
4532
4547
  }
4533
4548
 
4534
4549
  /**