tencentcloud-sdk-nodejs 4.0.307 → 4.0.310

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.
Files changed (82) hide show
  1. package/CHANGELOG.md +454 -0
  2. package/SERVICE_CHANGELOG.md +416 -98
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +32 -4
  8. package/src/services/asr/v20190614/asr_models.ts +11 -6
  9. package/src/services/captcha/v20190722/captcha_models.ts +21 -6
  10. package/src/services/cdb/v20170320/cdb_models.ts +6 -6
  11. package/src/services/cdn/v20180606/cdn_models.ts +8 -0
  12. package/src/services/cfw/v20190904/cfw_client.ts +13 -0
  13. package/src/services/cfw/v20190904/cfw_models.ts +50 -0
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
  15. package/src/services/cls/v20201016/cls_models.ts +4 -4
  16. package/src/services/cpdp/v20190820/cpdp_models.ts +2 -2
  17. package/src/services/cvm/v20170312/cvm_models.ts +11 -1
  18. package/src/services/dlc/v20210125/dlc_models.ts +97 -5
  19. package/src/services/ess/v20201111/ess_models.ts +24 -7
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +21 -5
  21. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  22. package/src/services/iecp/v20210914/iecp_client.ts +560 -474
  23. package/src/services/iecp/v20210914/iecp_models.ts +491 -188
  24. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  25. package/src/services/monitor/v20180724/monitor_models.ts +46 -0
  26. package/src/services/mps/v20190612/mps_client.ts +3 -3
  27. package/src/services/mps/v20190612/mps_models.ts +159 -159
  28. package/src/services/nlp/v20190408/nlp_client.ts +14 -0
  29. package/src/services/nlp/v20190408/nlp_models.ts +31 -0
  30. package/src/services/ocr/v20181119/ocr_models.ts +10 -0
  31. package/src/services/redis/v20180412/redis_models.ts +1 -1
  32. package/src/services/scf/v20180416/scf_models.ts +12 -0
  33. package/src/services/ses/v20201002/ses_models.ts +5 -0
  34. package/src/services/smh/v20210712/smh_models.ts +35 -0
  35. package/src/services/tiia/v20190529/tiia_models.ts +7 -5
  36. package/src/services/tke/v20180525/tke_models.ts +27 -21
  37. package/src/services/vpc/v20170312/vpc_client.ts +108 -15
  38. package/src/services/vpc/v20170312/vpc_models.ts +119 -29
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
  42. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
  43. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +28 -4
  44. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -6
  45. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +18 -6
  46. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
  47. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -0
  48. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  49. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  50. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +43 -0
  51. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
  53. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +2 -2
  54. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -1
  55. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +81 -5
  56. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -6
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -5
  58. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  59. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +183 -155
  60. package/tencentcloud/services/iecp/v20210914/iecp_client.js +273 -231
  61. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +416 -157
  62. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +38 -0
  63. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +3 -3
  64. package/tencentcloud/services/mps/v20190612/mps_client.js +3 -3
  65. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +159 -159
  66. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +7 -1
  67. package/tencentcloud/services/nlp/v20190408/nlp_client.js +8 -0
  68. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +27 -0
  69. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
  70. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  71. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -0
  72. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
  73. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +28 -0
  74. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +7 -5
  75. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +26 -21
  76. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +51 -6
  77. package/tencentcloud/services/vpc/v20170312/vpc_client.js +64 -7
  78. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +103 -25
  79. package/test/cfw.v20190904.test.js +10 -0
  80. package/test/iecp.v20210914.test.js +226 -156
  81. package/test/nlp.v20190408.test.js +10 -0
  82. package/test/vpc.v20170312.test.js +64 -4
@@ -324,13 +324,13 @@ export interface CreateEdgeUnitApplicationVisualizationResponse {
324
324
  }
325
325
 
326
326
  /**
327
- * DescribeEdgeUnitApplicationYamlError请求参数结构体
327
+ * CreateEdgeNodeBatch返回参数结构体
328
328
  */
329
- export interface DescribeEdgeUnitApplicationYamlErrorRequest {
329
+ export interface CreateEdgeNodeBatchResponse {
330
330
  /**
331
- * Yaml配置
331
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
332
332
  */
333
- Yaml: string
333
+ RequestId?: string
334
334
  }
335
335
 
336
336
  /**
@@ -664,38 +664,28 @@ export interface CreateApplicationVisualizationRequest {
664
664
  }
665
665
 
666
666
  /**
667
- * 服务配置
667
+ * NodeUnit中边缘节点信息
668
668
  */
669
- export interface Service {
670
- /**
671
- * 名称
672
- */
673
- Name: string
674
-
675
- /**
676
- * 类型 (ClusterIP|NodePort)
677
- */
678
- Type: string
679
-
669
+ export interface NodeUnitNodeInfo {
680
670
  /**
681
- * 端口配置
671
+ * 节点ID
682
672
  */
683
- Ports: Array<PortConfig>
673
+ Id: number
684
674
 
685
675
  /**
686
- * 标签
676
+ * 节点状态 NodeStatusHealthy (健康)/NodeStatusAbnormal (异常)/NodeStatusOffline (下线)/NodeStatusNotActivated (未激活
687
677
  */
688
- Labels: Array<Label>
678
+ Status: string
689
679
 
690
680
  /**
691
- * 命名空间默认default
681
+ * 节点名称
692
682
  */
693
- Namespace?: string
683
+ NodeName: string
694
684
 
695
685
  /**
696
- * 服务IP
686
+ * 内网节点IP
697
687
  */
698
- ClusterIP?: string
688
+ InternalIP: string
699
689
  }
700
690
 
701
691
  /**
@@ -729,89 +719,69 @@ export interface VolumeNFS {
729
719
  }
730
720
 
731
721
  /**
732
- * DescribeNodeUnitTemplateOnNodeGroup返回参数结构体
722
+ * 服务配置
733
723
  */
734
- export interface DescribeNodeUnitTemplateOnNodeGroupResponse {
724
+ export interface Service {
735
725
  /**
736
- * 记录总数
726
+ * 名称
737
727
  */
738
- Total: number
739
-
740
- /**
741
- * NodeUnit模板
742
- 注意:此字段可能返回 null,表示取不到有效值。
743
- */
744
- NodeUnitTemplates: Array<NodeGroupNodeUnitTemplateInfo>
728
+ Name: string
745
729
 
746
730
  /**
747
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
731
+ * 类型 (ClusterIP|NodePort)
748
732
  */
749
- RequestId?: string
750
- }
751
-
752
- /**
753
- * 应用状态
754
- */
755
- export interface ApplicationStatusInfo {
756
- /**
757
- * 应用ID
758
- 注意:此字段可能返回 null,表示取不到有效值。
759
- */
760
- Id?: number
761
-
762
- /**
763
- * 应用名称
764
- 注意:此字段可能返回 null,表示取不到有效值。
765
- */
766
- Name: string
733
+ Type: string
767
734
 
768
735
  /**
769
- * 应用版本
770
- 注意:此字段可能返回 null,表示取不到有效值。
771
- */
772
- Version: string
736
+ * 端口配置
737
+ */
738
+ Ports: Array<PortConfig>
773
739
 
774
740
  /**
775
- * 应用状态(1:待部署 2:部署中 3:运行中 4:待更新 5:更新中 6:待删除 7:删除中 8:已删除
776
- 注意:此字段可能返回 null,表示取不到有效值。
777
- */
778
- Status: string
741
+ * 标签
742
+ */
743
+ Labels: Array<Label>
779
744
 
780
745
  /**
781
- * 开始时间
782
- 注意:此字段可能返回 null,表示取不到有效值。
783
- */
784
- StartTime: string
746
+ * 命名空间默认default
747
+ */
748
+ Namespace?: string
785
749
 
786
750
  /**
787
- * 管理地址
788
- 注意:此字段可能返回 null,表示取不到有效值。
789
- */
790
- ManageUrl: string
751
+ * 服务IP
752
+ */
753
+ ClusterIP?: string
754
+ }
791
755
 
756
+ /**
757
+ * DescribeNodeUnitTemplateOnNodeGroup返回参数结构体
758
+ */
759
+ export interface DescribeNodeUnitTemplateOnNodeGroupResponse {
792
760
  /**
793
- * 负载类型
794
- 注意:此字段可能返回 null,表示取不到有效值。
795
- */
796
- WorkloadKind: string
761
+ * 记录总数
762
+ */
763
+ Total: number
797
764
 
798
765
  /**
799
- * 应用部署模式
766
+ * NodeUnit模板
800
767
  注意:此字段可能返回 null,表示取不到有效值。
801
768
  */
802
- DeployMode: ApplicationDeployMode
769
+ NodeUnitTemplates: Array<NodeGroupNodeUnitTemplateInfo>
803
770
 
804
771
  /**
805
- * 期望Pod数
806
- 注意:此字段可能返回 null,表示取不到有效值。
807
- */
808
- Replicas: number
772
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
773
+ */
774
+ RequestId?: string
775
+ }
809
776
 
777
+ /**
778
+ * CreateUserToken请求参数结构体
779
+ */
780
+ export interface CreateUserTokenRequest {
810
781
  /**
811
- * 运行Pod数
812
- 注意:此字段可能返回 null,表示取不到有效值。
813
- */
814
- AvailableReplicas: number
782
+ *
783
+ */
784
+ Second?: number
815
785
  }
816
786
 
817
787
  /**
@@ -990,26 +960,6 @@ export interface ModifyApplicationBasicInfoResponse {
990
960
  RequestId?: string
991
961
  }
992
962
 
993
- /**
994
- * DeleteEdgeNodeGroup请求参数结构体
995
- */
996
- export interface DeleteEdgeNodeGroupRequest {
997
- /**
998
- * IECP边缘单元ID
999
- */
1000
- EdgeUnitId: number
1001
-
1002
- /**
1003
- * NodeGroup名称
1004
- */
1005
- Name: string
1006
-
1007
- /**
1008
- * 命名空间,默认为default
1009
- */
1010
- Namespace?: string
1011
- }
1012
-
1013
963
  /**
1014
964
  * DeleteEdgeUnitDeployGridItem返回参数结构体
1015
965
  */
@@ -1031,23 +981,25 @@ export interface DescribeApplicationVisualizationRequest {
1031
981
  }
1032
982
 
1033
983
  /**
1034
- * 安全上下文
984
+ * DescribeEdgeSnNodes返回参数结构体
1035
985
  */
1036
- export interface SecurityContext {
986
+ export interface DescribeEdgeSnNodesResponse {
1037
987
  /**
1038
- * 是否开启特权模式
1039
- */
1040
- Privilege: boolean
988
+ * 满足条件的总条数
989
+ 注意:此字段可能返回 null,表示取不到有效值。
990
+ */
991
+ TotalCount: number
1041
992
 
1042
993
  /**
1043
- * 目录/Proc挂载方式
1044
- */
1045
- ProcMount: string
994
+ * 节点详情
995
+ 注意:此字段可能返回 null,表示取不到有效值。
996
+ */
997
+ NodeSet: Array<EdgeDracoNodeInfo>
1046
998
 
1047
999
  /**
1048
- * 安全配置
1000
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1049
1001
  */
1050
- Capabilities?: SecurityCapabilities
1002
+ RequestId?: string
1051
1003
  }
1052
1004
 
1053
1005
  /**
@@ -1381,6 +1333,31 @@ export interface DescribeEdgeUnitApplicationsResponse {
1381
1333
  RequestId?: string
1382
1334
  }
1383
1335
 
1336
+ /**
1337
+ * ModifyEdgeUnitCloudApi请求参数结构体
1338
+ */
1339
+ export interface ModifyEdgeUnitCloudApiRequest {
1340
+ /**
1341
+ * 边缘单元ID
1342
+ */
1343
+ EdgeUnitId: number
1344
+
1345
+ /**
1346
+ * 边缘单元名称,64字符内
1347
+ */
1348
+ Name?: string
1349
+
1350
+ /**
1351
+ * 描述,200字符内
1352
+ */
1353
+ Description?: string
1354
+
1355
+ /**
1356
+ * 是否开启监控
1357
+ */
1358
+ OpenCloudMonitor?: boolean
1359
+ }
1360
+
1384
1361
  /**
1385
1362
  * DescribeEdgeUnitDeployGridItem请求参数结构体
1386
1363
  */
@@ -1644,6 +1621,16 @@ export interface RedeployEdgeUnitApplicationRequest {
1644
1621
  ApplicationId: number
1645
1622
  }
1646
1623
 
1624
+ /**
1625
+ * DescribeEdgeNodeRemarkList请求参数结构体
1626
+ */
1627
+ export interface DescribeEdgeNodeRemarkListRequest {
1628
+ /**
1629
+ * 边缘单元ID
1630
+ */
1631
+ EdgeUnitId: number
1632
+ }
1633
+
1647
1634
  /**
1648
1635
  * DeleteSecret返回参数结构体
1649
1636
  */
@@ -1994,23 +1981,13 @@ export interface DescribeEdgeAgentNodeInstallerRequest {
1994
1981
  }
1995
1982
 
1996
1983
  /**
1997
- * 环境变量选择
1984
+ * DescribeEdgeUnitApplicationYamlError请求参数结构体
1998
1985
  */
1999
- export interface EnvValueSelector {
2000
- /**
2001
- * 健名
2002
- */
2003
- Key: string
2004
-
2005
- /**
2006
- * 对象名
2007
- */
2008
- ObjectName: string
2009
-
1986
+ export interface DescribeEdgeUnitApplicationYamlErrorRequest {
2010
1987
  /**
2011
- * 对象值
1988
+ * Yaml配置
2012
1989
  */
2013
- ObjectType: string
1990
+ Yaml: string
2014
1991
  }
2015
1992
 
2016
1993
  /**
@@ -2830,6 +2807,26 @@ export interface DeleteApplicationsResponse {
2830
2807
  RequestId?: string
2831
2808
  }
2832
2809
 
2810
+ /**
2811
+ * Draco 设备预录入信息
2812
+ */
2813
+ export interface DracoNodeInfo {
2814
+ /**
2815
+ * 设备SN。SN仅支持大写字母、数字,长度限制为1~32个字符
2816
+ */
2817
+ SN: string
2818
+
2819
+ /**
2820
+ * 节点名称。长度限制为1~63个字符,节点名称只支持小写英文、数字、中横线、英文句号
2821
+ */
2822
+ Name: string
2823
+
2824
+ /**
2825
+ * 节点备注
2826
+ */
2827
+ Remark?: string
2828
+ }
2829
+
2833
2830
  /**
2834
2831
  * docker配置
2835
2832
  */
@@ -2876,6 +2873,21 @@ export interface DescribeEdgeUnitDeployGridItemYamlRequest {
2876
2873
  Namespace?: string
2877
2874
  }
2878
2875
 
2876
+ /**
2877
+ * CreateEdgeNodeBatch请求参数结构体
2878
+ */
2879
+ export interface CreateEdgeNodeBatchRequest {
2880
+ /**
2881
+ * 边缘单元ID
2882
+ */
2883
+ EdgeUnitId: number
2884
+
2885
+ /**
2886
+ * 节点信息
2887
+ */
2888
+ Nodes: Array<DracoNodeInfo>
2889
+ }
2890
+
2879
2891
  /**
2880
2892
  * DescribeNamespace请求参数结构体
2881
2893
  */
@@ -3312,6 +3324,21 @@ export interface EdgeCloudCluster {
3312
3324
  UID: string
3313
3325
  }
3314
3326
 
3327
+ /**
3328
+ * CreateUserToken返回参数结构体
3329
+ */
3330
+ export interface CreateUserTokenResponse {
3331
+ /**
3332
+ * 无
3333
+ */
3334
+ Token: string
3335
+
3336
+ /**
3337
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3338
+ */
3339
+ RequestId?: string
3340
+ }
3341
+
3315
3342
  /**
3316
3343
  * DeleteSecret请求参数结构体
3317
3344
  */
@@ -3349,13 +3376,48 @@ export interface DescribeEdgeUnitApplicationPodsResponse {
3349
3376
  }
3350
3377
 
3351
3378
  /**
3352
- * DescribeEdgeUnitApplicationVisualization请求参数结构体
3379
+ * 预注册节点的信息
3353
3380
  */
3354
- export interface DescribeEdgeUnitApplicationVisualizationRequest {
3381
+ export interface EdgeDracoNodeInfo {
3355
3382
  /**
3356
- * 单元ID
3383
+ * 节点ID
3357
3384
  */
3358
- EdgeUnitId: number
3385
+ Id: number
3386
+
3387
+ /**
3388
+ * 节点名称
3389
+ */
3390
+ Name: string
3391
+
3392
+ /**
3393
+ * 是否已激活
3394
+ */
3395
+ IsUsed: boolean
3396
+
3397
+ /**
3398
+ * 创建时间
3399
+ */
3400
+ CreateTime: string
3401
+
3402
+ /**
3403
+ * 备注信息,如批次
3404
+ */
3405
+ Remark: string
3406
+
3407
+ /**
3408
+ * SN 设备号
3409
+ */
3410
+ SN: string
3411
+ }
3412
+
3413
+ /**
3414
+ * DescribeEdgeUnitApplicationVisualization请求参数结构体
3415
+ */
3416
+ export interface DescribeEdgeUnitApplicationVisualizationRequest {
3417
+ /**
3418
+ * 单元ID
3419
+ */
3420
+ EdgeUnitId: number
3359
3421
 
3360
3422
  /**
3361
3423
  * 应用ID
@@ -3384,6 +3446,21 @@ export interface DescribeEdgeNodesResponse {
3384
3446
  RequestId?: string
3385
3447
  }
3386
3448
 
3449
+ /**
3450
+ * 节点基础信息
3451
+ */
3452
+ export interface NodeSimpleInfo {
3453
+ /**
3454
+ * 节点ID
3455
+ */
3456
+ ID: number
3457
+
3458
+ /**
3459
+ * 节点名称
3460
+ */
3461
+ NodeName: string
3462
+ }
3463
+
3387
3464
  /**
3388
3465
  * DescribeEdgeUnitGridPods请求参数结构体
3389
3466
  */
@@ -3539,6 +3616,71 @@ export interface DescribeEdgeUnitApplicationLogsRequest {
3539
3616
  ContainerName?: string
3540
3617
  }
3541
3618
 
3619
+ /**
3620
+ * 应用状态
3621
+ */
3622
+ export interface ApplicationStatusInfo {
3623
+ /**
3624
+ * 应用ID
3625
+ 注意:此字段可能返回 null,表示取不到有效值。
3626
+ */
3627
+ Id?: number
3628
+
3629
+ /**
3630
+ * 应用名称
3631
+ 注意:此字段可能返回 null,表示取不到有效值。
3632
+ */
3633
+ Name: string
3634
+
3635
+ /**
3636
+ * 应用版本
3637
+ 注意:此字段可能返回 null,表示取不到有效值。
3638
+ */
3639
+ Version: string
3640
+
3641
+ /**
3642
+ * 应用状态(1:待部署 2:部署中 3:运行中 4:待更新 5:更新中 6:待删除 7:删除中 8:已删除
3643
+ 注意:此字段可能返回 null,表示取不到有效值。
3644
+ */
3645
+ Status: string
3646
+
3647
+ /**
3648
+ * 开始时间
3649
+ 注意:此字段可能返回 null,表示取不到有效值。
3650
+ */
3651
+ StartTime: string
3652
+
3653
+ /**
3654
+ * 管理地址
3655
+ 注意:此字段可能返回 null,表示取不到有效值。
3656
+ */
3657
+ ManageUrl: string
3658
+
3659
+ /**
3660
+ * 负载类型
3661
+ 注意:此字段可能返回 null,表示取不到有效值。
3662
+ */
3663
+ WorkloadKind: string
3664
+
3665
+ /**
3666
+ * 应用部署模式
3667
+ 注意:此字段可能返回 null,表示取不到有效值。
3668
+ */
3669
+ DeployMode: ApplicationDeployMode
3670
+
3671
+ /**
3672
+ * 期望Pod数
3673
+ 注意:此字段可能返回 null,表示取不到有效值。
3674
+ */
3675
+ Replicas: number
3676
+
3677
+ /**
3678
+ * 运行Pod数
3679
+ 注意:此字段可能返回 null,表示取不到有效值。
3680
+ */
3681
+ AvailableReplicas: number
3682
+ }
3683
+
3542
3684
  /**
3543
3685
  * DescribeEdgeAgentNodeInstaller返回参数结构体
3544
3686
  */
@@ -3792,43 +3934,33 @@ export interface VolumeHostPath {
3792
3934
  }
3793
3935
 
3794
3936
  /**
3795
- * DescribeEdgeOperationLogs请求参数结构体
3937
+ * ApplyMarketComponent请求参数结构体
3796
3938
  */
3797
- export interface DescribeEdgeOperationLogsRequest {
3798
- /**
3799
- * 开始时间
3800
- */
3801
- BeginTime: string
3802
-
3803
- /**
3804
- * 结束时间
3805
- */
3806
- EndTime: string
3807
-
3808
- /**
3809
- * 偏移量
3810
- */
3811
- Offset: number
3812
-
3939
+ export interface ApplyMarketComponentRequest {
3813
3940
  /**
3814
- * 翻页大小
3941
+ * 组件ID
3815
3942
  */
3816
- Limit: number
3943
+ ID: number
3944
+ }
3817
3945
 
3946
+ /**
3947
+ * 环境变量选择
3948
+ */
3949
+ export interface EnvValueSelector {
3818
3950
  /**
3819
- * 排序字段
3951
+ * 健名
3820
3952
  */
3821
- Sort?: Array<FieldSort>
3953
+ Key: string
3822
3954
 
3823
3955
  /**
3824
- * 模块
3956
+ * 对象名
3825
3957
  */
3826
- Module?: string
3958
+ ObjectName: string
3827
3959
 
3828
3960
  /**
3829
- * 过滤条件
3961
+ * 对象值
3830
3962
  */
3831
- Condition?: OperationLogsCondition
3963
+ ObjectType: string
3832
3964
  }
3833
3965
 
3834
3966
  /**
@@ -3911,6 +4043,31 @@ export interface SecretItem {
3911
4043
  SecretType: string
3912
4044
  }
3913
4045
 
4046
+ /**
4047
+ * ModifyEdgeDracoNode请求参数结构体
4048
+ */
4049
+ export interface ModifyEdgeDracoNodeRequest {
4050
+ /**
4051
+ * 边缘单元ID
4052
+ */
4053
+ EdgeUnitId: number
4054
+
4055
+ /**
4056
+ * 边缘节点ID
4057
+ */
4058
+ NodeId: number
4059
+
4060
+ /**
4061
+ * 节点信息
4062
+ */
4063
+ NodeInfo?: DracoNodeInfo
4064
+
4065
+ /**
4066
+ * 是否重置draco设备
4067
+ */
4068
+ IsReset?: boolean
4069
+ }
4070
+
3914
4071
  /**
3915
4072
  * DescribeNodeUnit返回参数结构体
3916
4073
  */
@@ -3983,28 +4140,43 @@ export interface ModifyEdgeUnitResponse {
3983
4140
  }
3984
4141
 
3985
4142
  /**
3986
- * NodeUnit中边缘节点信息
4143
+ * DescribeYeheResourceLimit返回参数结构体
3987
4144
  */
3988
- export interface NodeUnitNodeInfo {
4145
+ export interface DescribeYeheResourceLimitResponse {
3989
4146
  /**
3990
- * 节点ID
3991
- */
3992
- Id: number
4147
+ * 用户父账号
4148
+ 注意:此字段可能返回 null,表示取不到有效值。
4149
+ */
4150
+ Uin: string
3993
4151
 
3994
4152
  /**
3995
- * 节点状态 NodeStatusHealthy (健康)/NodeStatusAbnormal (异常)/NodeStatusOffline (下线)/NodeStatusNotActivated (未激活
3996
- */
3997
- Status: string
4153
+ * 允许创建的节点数
4154
+ 注意:此字段可能返回 null,表示取不到有效值。
4155
+ */
4156
+ CreateNodeLimit: number
3998
4157
 
3999
4158
  /**
4000
- * 节点名称
4001
- */
4002
- NodeName: string
4159
+ * 允许创建的集群数
4160
+ 注意:此字段可能返回 null,表示取不到有效值。
4161
+ */
4162
+ CreateClusterLimit: number
4003
4163
 
4004
4164
  /**
4005
- * 内网节点IP
4165
+ * 是否有监控开启权限
4166
+ 注意:此字段可能返回 null,表示取不到有效值。
4167
+ */
4168
+ EnablePermMonitor: boolean
4169
+
4170
+ /**
4171
+ * 节点是否有admin的所有权限
4172
+ 注意:此字段可能返回 null,表示取不到有效值。
4173
+ */
4174
+ EnablePermAdminNode: boolean
4175
+
4176
+ /**
4177
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4006
4178
  */
4007
- InternalIP: string
4179
+ RequestId?: string
4008
4180
  }
4009
4181
 
4010
4182
  /**
@@ -4075,6 +4247,16 @@ export interface DescribeEdgeUnitDeployGridResponse {
4075
4247
  RequestId?: string
4076
4248
  }
4077
4249
 
4250
+ /**
4251
+ * ModifyEdgeUnitCloudApi返回参数结构体
4252
+ */
4253
+ export interface ModifyEdgeUnitCloudApiResponse {
4254
+ /**
4255
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4256
+ */
4257
+ RequestId?: string
4258
+ }
4259
+
4078
4260
  /**
4079
4261
  * CreateUpdateNodeUnit返回参数结构体
4080
4262
  */
@@ -4271,13 +4453,23 @@ export interface DescribeEdgeNodePodContainersRequest {
4271
4453
  }
4272
4454
 
4273
4455
  /**
4274
- * ApplyMarketComponent请求参数结构体
4456
+ * DeleteEdgeNodeGroup请求参数结构体
4275
4457
  */
4276
- export interface ApplyMarketComponentRequest {
4458
+ export interface DeleteEdgeNodeGroupRequest {
4277
4459
  /**
4278
- * 组件ID
4460
+ * IECP边缘单元ID
4279
4461
  */
4280
- ID: number
4462
+ EdgeUnitId: number
4463
+
4464
+ /**
4465
+ * NodeGroup名称
4466
+ */
4467
+ Name: string
4468
+
4469
+ /**
4470
+ * 命名空间,默认为default
4471
+ */
4472
+ Namespace?: string
4281
4473
  }
4282
4474
 
4283
4475
  /**
@@ -4488,6 +4680,22 @@ export interface DescribeNamespacesRequest {
4488
4680
  NamePattern?: string
4489
4681
  }
4490
4682
 
4683
+ /**
4684
+ * DescribeEdgeNodeRemarkList返回参数结构体
4685
+ */
4686
+ export interface DescribeEdgeNodeRemarkListResponse {
4687
+ /**
4688
+ * 边缘单元内的备注列表
4689
+ 注意:此字段可能返回 null,表示取不到有效值。
4690
+ */
4691
+ Remarks: Array<string>
4692
+
4693
+ /**
4694
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4695
+ */
4696
+ RequestId?: string
4697
+ }
4698
+
4491
4699
  /**
4492
4700
  * pod水平伸缩配置
4493
4701
  */
@@ -4518,21 +4726,6 @@ export interface HorizontalPodAutoscaler {
4518
4726
  ResourceMetricTarget: Array<ResourceMetricTarget>
4519
4727
  }
4520
4728
 
4521
- /**
4522
- * 节点基础信息
4523
- */
4524
- export interface NodeSimpleInfo {
4525
- /**
4526
- * 节点ID
4527
- */
4528
- ID: number
4529
-
4530
- /**
4531
- * 节点名称
4532
- */
4533
- NodeName: string
4534
- }
4535
-
4536
4729
  /**
4537
4730
  * 命名空间下资源描述
4538
4731
  */
@@ -4652,6 +4845,41 @@ export interface DescribeEdgeOperationLogsResponse {
4652
4845
  RequestId?: string
4653
4846
  }
4654
4847
 
4848
+ /**
4849
+ * DescribeEdgeSnNodes请求参数结构体
4850
+ */
4851
+ export interface DescribeEdgeSnNodesRequest {
4852
+ /**
4853
+ * 边缘单元ID
4854
+ */
4855
+ EdgeUnitId: number
4856
+
4857
+ /**
4858
+ * 根据节点名称模糊匹配
4859
+ */
4860
+ NamePattern?: string
4861
+
4862
+ /**
4863
+ * 根据设备SN模糊匹配
4864
+ */
4865
+ SNPattern?: string
4866
+
4867
+ /**
4868
+ * 根据备注批次信息模糊匹配
4869
+ */
4870
+ RemarkPattern?: string
4871
+
4872
+ /**
4873
+ * 默认0
4874
+ */
4875
+ Offset?: number
4876
+
4877
+ /**
4878
+ * 默认20
4879
+ */
4880
+ Limit?: number
4881
+ }
4882
+
4655
4883
  /**
4656
4884
  * DeleteEdgeUnitDeployGridItem请求参数结构体
4657
4885
  */
@@ -4677,6 +4905,26 @@ export interface DeleteEdgeUnitDeployGridItemRequest {
4677
4905
  Namespace?: string
4678
4906
  }
4679
4907
 
4908
+ /**
4909
+ * 安全上下文
4910
+ */
4911
+ export interface SecurityContext {
4912
+ /**
4913
+ * 是否开启特权模式
4914
+ */
4915
+ Privilege: boolean
4916
+
4917
+ /**
4918
+ * 目录/Proc挂载方式
4919
+ */
4920
+ ProcMount: string
4921
+
4922
+ /**
4923
+ * 安全配置
4924
+ */
4925
+ Capabilities?: SecurityCapabilities
4926
+ }
4927
+
4680
4928
  /**
4681
4929
  * 应用部署模式
4682
4930
  */
@@ -4979,6 +5227,46 @@ export interface DescribeApplicationsRequest {
4979
5227
  Sort?: Array<FieldSort>
4980
5228
  }
4981
5229
 
5230
+ /**
5231
+ * DescribeEdgeOperationLogs请求参数结构体
5232
+ */
5233
+ export interface DescribeEdgeOperationLogsRequest {
5234
+ /**
5235
+ * 开始时间
5236
+ */
5237
+ BeginTime: string
5238
+
5239
+ /**
5240
+ * 结束时间
5241
+ */
5242
+ EndTime: string
5243
+
5244
+ /**
5245
+ * 偏移量
5246
+ */
5247
+ Offset: number
5248
+
5249
+ /**
5250
+ * 翻页大小
5251
+ */
5252
+ Limit: number
5253
+
5254
+ /**
5255
+ * 排序字段
5256
+ */
5257
+ Sort?: Array<FieldSort>
5258
+
5259
+ /**
5260
+ * 模块
5261
+ */
5262
+ Module?: string
5263
+
5264
+ /**
5265
+ * 过滤条件
5266
+ */
5267
+ Condition?: OperationLogsCondition
5268
+ }
5269
+
4982
5270
  /**
4983
5271
  * Grid部署应用信息
4984
5272
  */
@@ -5280,6 +5568,11 @@ export interface PortConfig {
5280
5568
  NodePort: number
5281
5569
  }
5282
5570
 
5571
+ /**
5572
+ * DescribeYeheResourceLimit请求参数结构体
5573
+ */
5574
+ export type DescribeYeheResourceLimitRequest = null
5575
+
5283
5576
  /**
5284
5577
  * DescribeSecrets请求参数结构体
5285
5578
  */
@@ -5578,6 +5871,16 @@ export interface DeleteEdgeNodeUnitTemplatesResponse {
5578
5871
  RequestId?: string
5579
5872
  }
5580
5873
 
5874
+ /**
5875
+ * ModifyEdgeDracoNode返回参数结构体
5876
+ */
5877
+ export interface ModifyEdgeDracoNodeResponse {
5878
+ /**
5879
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5880
+ */
5881
+ RequestId?: string
5882
+ }
5883
+
5581
5884
  /**
5582
5885
  * DescribeEdgeNode返回参数结构体
5583
5886
  */