tencentcloud-sdk-nodejs-tsf 4.1.158 → 4.1.163
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
|
@@ -7462,12 +7462,10 @@ export interface TsfPageStdoutLogV2 {
|
|
|
7462
7462
|
Content?: Array<StdoutLogV2>;
|
|
7463
7463
|
/**
|
|
7464
7464
|
* 游标ID
|
|
7465
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7466
7465
|
*/
|
|
7467
7466
|
ScrollId?: string;
|
|
7468
7467
|
/**
|
|
7469
7468
|
* 查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常
|
|
7470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7471
7469
|
*/
|
|
7472
7470
|
Status?: string;
|
|
7473
7471
|
/**
|
|
@@ -8479,7 +8477,7 @@ export interface ServiceSetting {
|
|
|
8479
8477
|
/**
|
|
8480
8478
|
* 子网ID
|
|
8481
8479
|
*/
|
|
8482
|
-
SubnetId
|
|
8480
|
+
SubnetId?: string;
|
|
8483
8481
|
/**
|
|
8484
8482
|
* 是否创建 k8s service,默认为 false
|
|
8485
8483
|
*/
|
|
@@ -9447,7 +9445,7 @@ export interface SchedulingStrategy {
|
|
|
9447
9445
|
/**
|
|
9448
9446
|
* NONE:不使用调度策略;CROSS_AZ:跨可用区部署
|
|
9449
9447
|
*/
|
|
9450
|
-
Type
|
|
9448
|
+
Type?: string;
|
|
9451
9449
|
/**
|
|
9452
9450
|
* -
|
|
9453
9451
|
*/
|
|
@@ -13549,12 +13547,10 @@ export interface TsfPageBusinessLogV2 {
|
|
|
13549
13547
|
Content?: Array<BusinessLogV2>;
|
|
13550
13548
|
/**
|
|
13551
13549
|
* 游标ID
|
|
13552
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13553
13550
|
*/
|
|
13554
13551
|
ScrollId?: string;
|
|
13555
13552
|
/**
|
|
13556
13553
|
* 查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常
|
|
13557
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13558
13554
|
*/
|
|
13559
13555
|
Status?: string;
|
|
13560
13556
|
/**
|