tencentcloud-sdk-nodejs 4.0.944 → 4.0.945
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/CHANGELOG.md +334 -0
- package/SERVICE_CHANGELOG.md +496 -65
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +18 -6
- package/src/services/ccc/v20200210/ccc_models.ts +145 -0
- package/src/services/clb/v20180317/clb_models.ts +9 -1
- package/src/services/cme/v20191029/cme_models.ts +10 -6
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +0 -14
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +0 -44
- package/src/services/emr/v20190103/emr_models.ts +3 -3
- package/src/services/faceid/v20180301/faceid_models.ts +4 -0
- package/src/services/iecp/v20210914/iecp_client.ts +521 -806
- package/src/services/iecp/v20210914/iecp_models.ts +358 -1422
- package/src/services/ims/v20201229/ims_client.ts +8 -3
- package/src/services/ims/v20201229/ims_models.ts +2 -2
- package/src/services/monitor/v20180724/monitor_client.ts +16 -44
- package/src/services/monitor/v20180724/monitor_models.ts +54 -103
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +3 -1
- package/src/services/postgres/v20170312/postgres_client.ts +14 -1
- package/src/services/postgres/v20170312/postgres_models.ts +109 -14
- package/src/services/rce/v20201103/rce_models.ts +18 -15
- package/src/services/tcss/v20201101/tcss_client.ts +1 -0
- package/src/services/tcss/v20201101/tcss_models.ts +91 -3
- package/src/services/teo/v20220901/teo_client.ts +3 -2
- package/src/services/teo/v20220901/teo_models.ts +56 -27
- package/src/services/tke/v20180525/tke_models.ts +5 -5
- package/src/services/tke/v20220501/tke_models.ts +5 -5
- package/src/services/tse/v20201207/tse_models.ts +10 -0
- package/src/services/tsf/v20180326/tsf_client.ts +8 -22
- package/src/services/tsf/v20180326/tsf_models.ts +9 -29
- package/src/services/wedata/v20210820/wedata_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +7 -3
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +9 -3
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +143 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +10 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -7
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +0 -8
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -42
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +3 -3
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +155 -275
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +240 -400
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +288 -1307
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +8 -3
- package/tencentcloud/services/ims/v20201229/ims_client.js +8 -3
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -17
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -22
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -99
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +106 -14
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +18 -15
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +90 -3
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +55 -27
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +5 -5
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -9
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -11
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +9 -27
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
- package/test/ccc.v20200210.test.js +12 -2
- package/test/cynosdb.v20190107.test.js +0 -10
- package/test/iecp.v20210914.test.js +156 -356
- package/test/monitor.v20180724.test.js +4 -24
- package/test/postgres.v20170312.test.js +10 -0
- package/test/tsf.v20180326.test.js +2 -12
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import {
|
|
3
|
+
import { RedeployEdgeUnitApplicationResponse, CreateEdgeUnitCloudResponse, ModifyEdgeUnitApplicationBasicInfoRequest, CreateEdgeNodeGroupRequest, DescribeNodeUnitTemplateOnNodeGroupResponse, CreateSecretRequest, CreateEdgeNodeBatchResponse, DescribeNamespacesResponse, ModifyEdgeUnitDeployGridItemRequest, DescribeEdgeUnitMonitorStatusRequest, GetMarketComponentResponse, DeleteNodeUnitResponse, DescribeEdgeUnitApplicationsResponse, DescribeEdgeUnitGridEventsResponse, DeleteEdgeUnitCloudResponse, ModifyConfigMapRequest, DeleteEdgeUnitDeployGridItemResponse, DescribeEdgeSnNodesResponse, DescribeEdgeUnitApplicationsRequest, DescribeConfigMapYamlErrorResponse, DescribeConfigMapResponse, ModifyEdgeUnitApplicationYamlResponse, DescribeEdgeUnitNodeUnitTemplatesRequest, DescribeSecretYamlErrorResponse, DescribeDracoEdgeNodeInstallerResponse, ModifyEdgeUnitCloudApiRequest, DescribeEdgeUnitDeployGridItemRequest, ModifyEdgeUnitRequest, RedeployEdgeUnitApplicationRequest, DescribeEdgeNodeRemarkListRequest, DeleteSecretResponse, DeleteConfigMapResponse, DeleteConfigMapRequest, DescribeEdgeUnitDeployGridItemResponse, CreateMessageRouteRequest, DescribeEdgeUnitExtraRequest, CreateUpdateNodeUnitRequest, DescribeIotDeviceRequest, CreateConfigMapResponse, DescribeEdgeUnitsCloudRequest, DescribeEdgeDefaultVpcRequest, DescribeSecretsResponse, DeleteEdgeNodeGroupRequest, DescribeEdgeNodePodsResponse, DescribeEdgePodResponse, CreateEdgeNodeUnitTemplateResponse, DescribeMonitorMetricsResponse, DescribeConfigMapsResponse, GetMarketComponentListResponse, DescribeEdgeNodePodContainersResponse, CreateNamespaceResponse, DeleteEdgeUnitDevicesRequest, DeleteEdgeUnitPodRequest, CreateIotDeviceRequest, CreateSecretResponse, DeleteEdgeNodeUnitTemplatesRequest, ModifyEdgeNodeLabelsResponse, DescribeEdgeUnitNodeGroupRequest, ModifyEdgeUnitDeployGridItemResponse, CreateEdgeNodeRequest, BuildMessageRouteResponse, DescribeEdgeUnitMonitorStatusResponse, DeleteNamespaceResponse, DescribeConfigMapsRequest, ModifyIotDeviceResponse, ModifyEdgeNodeLabelsRequest, DeleteEdgeUnitDevicesResponse, CreateEdgeNodeGroupResponse, DescribeEdgeDefaultVpcResponse, DeleteEdgeNodesResponse, DescribeEdgeUnitDeployGridItemYamlRequest, CreateEdgeNodeBatchRequest, DescribeNamespaceRequest, DescribeNamespaceResponse, DescribeConfigMapRequest, CreateEdgeNodeUnitTemplateRequest, DescribeSecretResponse, DescribeSecretYamlErrorRequest, DescribeMessageRouteListResponse, CreateUserTokenResponse, DeleteSecretRequest, DescribeEdgeNodesResponse, ModifyIotDeviceRequest, DescribeEdgeUnitGridPodsRequest, DeleteIotDeviceResponse, ModifyNodeUnitTemplateRequest, DescribeEdgeNodesRequest, CreateUserTokenRequest, DescribeEdgeAgentNodeInstallerResponse, ModifyEdgeUnitApplicationVisualizationRequest, ModifyConfigMapResponse, SetRouteOnOffRequest, DescribeEdgeNodePodsRequest, DeleteIotDeviceBatchRequest, DescribeEdgeAgentNodeInstallerRequest, GetMarketComponentListRequest, DescribeDracoEdgeNodeInstallerRequest, CreateNamespaceRequest, DeleteMessageRouteRequest, DescribeEdgeOperationLogsRequest, ModifyEdgeDracoNodeRequest, DescribeNamespaceResourcesResponse, DescribeEdgeUnitGridEventsRequest, CreateEdgeUnitDevicesResponse, CreateMessageRouteResponse, DescribeNodeUnitResponse, DeleteEdgeNodeGroupResponse, DescribeMessageRouteListRequest, ModifyEdgeUnitResponse, DescribeYeheResourceLimitResponse, DescribeEdgeUnitsCloudResponse, DescribeIotDevicesRequest, CreateConfigMapRequest, DescribeEdgeUnitDeployGridResponse, CreateUpdateNodeUnitResponse, ModifyEdgeUnitApplicationVisualizationResponse, BuildMessageRouteRequest, DescribeEdgeNodePodContainersRequest, DescribeSecretRequest, ModifySecretRequest, DeleteEdgeUnitPodResponse, DescribeNamespacesRequest, DeleteIotDeviceRequest, DescribeEdgeNodeRemarkListResponse, ModifyEdgeUnitCloudApiResponse, DescribeEdgeUnitNodeGroupResponse, DescribeEdgeOperationLogsResponse, DescribeEdgeSnNodesRequest, DeleteEdgeUnitDeployGridItemRequest, CreateIotDeviceResponse, CreateEdgeUnitDevicesRequest, ModifySecretResponse, DescribeEdgeUnitDeployGridItemYamlResponse, DescribeIotDeviceResponse, DescribeEdgePodRequest, DescribeNamespaceResourcesRequest, DescribeMonitorMetricsRequest, ModifyNodeUnitTemplateResponse, SetRouteOnOffResponse, DeleteNamespaceRequest, GetMarketComponentRequest, DeleteMessageRouteResponse, DescribeEdgeUnitDeployGridRequest, DescribeEdgeUnitExtraResponse, DescribeEdgeUnitNodeUnitTemplatesResponse, DeleteIotDeviceBatchResponse, CreateEdgeNodeResponse, DeleteEdgeNodesRequest, DescribeYeheResourceLimitRequest, DescribeIotDevicesResponse, DescribeSecretsRequest, DescribeNodeUnitTemplateOnNodeGroupRequest, DescribeEdgeNodeRequest, DescribeNodeUnitRequest, DeleteNodeUnitRequest, DeleteEdgeNodeUnitTemplatesResponse, ModifyEdgeDracoNodeResponse, DescribeEdgeNodeResponse, ModifyEdgeUnitApplicationYamlRequest, DeleteEdgeUnitCloudRequest, CreateEdgeUnitCloudRequest, DescribeEdgeUnitGridPodsResponse, DescribeConfigMapYamlErrorRequest, ModifyEdgeUnitApplicationBasicInfoResponse } from "./iecp_models";
|
|
4
4
|
/**
|
|
5
5
|
* iecp client
|
|
6
6
|
* @class
|
|
@@ -8,149 +8,101 @@ import { DescribeApplicationYamlResponse, RedeployEdgeUnitApplicationResponse, C
|
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
DescribeNamespace(req: DescribeNamespaceRequest, cb?: (error: string, rep: DescribeNamespaceResponse) => void): Promise<DescribeNamespaceResponse>;
|
|
14
|
-
/**
|
|
15
|
-
* 产品停售,预下线
|
|
16
|
-
|
|
17
|
-
获取单元可视化配置信息
|
|
18
|
-
*/
|
|
19
|
-
DescribeEdgeUnitApplicationVisualization(req: DescribeEdgeUnitApplicationVisualizationRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationVisualizationResponse) => void): Promise<DescribeEdgeUnitApplicationVisualizationResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* 查询边缘单元额外信息
|
|
22
|
-
*/
|
|
23
|
-
DescribeEdgeUnitExtra(req: DescribeEdgeUnitExtraRequest, cb?: (error: string, rep: DescribeEdgeUnitExtraResponse) => void): Promise<DescribeEdgeUnitExtraResponse>;
|
|
24
|
-
/**
|
|
25
|
-
* 创建或更新边缘单元NodeUnit
|
|
26
|
-
*/
|
|
27
|
-
CreateUpdateNodeUnit(req: CreateUpdateNodeUnitRequest, cb?: (error: string, rep: CreateUpdateNodeUnitResponse) => void): Promise<CreateUpdateNodeUnitResponse>;
|
|
28
|
-
/**
|
|
29
|
-
* 修改边缘单元NodeUnit模板
|
|
30
|
-
*/
|
|
31
|
-
ModifyNodeUnitTemplate(req: ModifyNodeUnitTemplateRequest, cb?: (error: string, rep: ModifyNodeUnitTemplateResponse) => void): Promise<ModifyNodeUnitTemplateResponse>;
|
|
32
|
-
/**
|
|
33
|
-
* 创建命名空间
|
|
34
|
-
*/
|
|
35
|
-
CreateNamespace(req: CreateNamespaceRequest, cb?: (error: string, rep: CreateNamespaceResponse) => void): Promise<CreateNamespaceResponse>;
|
|
36
|
-
/**
|
|
37
|
-
* 修改边缘单元Grid部署应用副本数
|
|
38
|
-
*/
|
|
39
|
-
ModifyEdgeUnitDeployGridItem(req: ModifyEdgeUnitDeployGridItemRequest, cb?: (error: string, rep: ModifyEdgeUnitDeployGridItemResponse) => void): Promise<ModifyEdgeUnitDeployGridItemResponse>;
|
|
40
|
-
/**
|
|
41
|
-
* 获取Secrets列表
|
|
42
|
-
*/
|
|
43
|
-
DescribeSecrets(req: DescribeSecretsRequest, cb?: (error: string, rep: DescribeSecretsResponse) => void): Promise<DescribeSecretsResponse>;
|
|
44
|
-
/**
|
|
45
|
-
* 查询指定Grid下应用的Yaml
|
|
46
|
-
*/
|
|
47
|
-
DescribeEdgeUnitDeployGridItemYaml(req: DescribeEdgeUnitDeployGridItemYamlRequest, cb?: (error: string, rep: DescribeEdgeUnitDeployGridItemYamlResponse) => void): Promise<DescribeEdgeUnitDeployGridItemYamlResponse>;
|
|
48
|
-
/**
|
|
49
|
-
* 产品停售,预下线
|
|
50
|
-
|
|
51
|
-
yaml方式创建应用
|
|
52
|
-
*/
|
|
53
|
-
CreateEdgeUnitApplicationYaml(req: CreateEdgeUnitApplicationYamlRequest, cb?: (error: string, rep: CreateEdgeUnitApplicationYamlResponse) => void): Promise<CreateEdgeUnitApplicationYamlResponse>;
|
|
54
|
-
/**
|
|
55
|
-
* 修改ConfigMap
|
|
11
|
+
* 查询边缘集群监控状态
|
|
56
12
|
*/
|
|
57
|
-
|
|
13
|
+
DescribeEdgeUnitMonitorStatus(req: DescribeEdgeUnitMonitorStatusRequest, cb?: (error: string, rep: DescribeEdgeUnitMonitorStatusResponse) => void): Promise<DescribeEdgeUnitMonitorStatusResponse>;
|
|
58
14
|
/**
|
|
59
|
-
*
|
|
60
|
-
|
|
61
|
-
获取应用事件列表
|
|
15
|
+
* 删除边缘单元NodeGroup
|
|
62
16
|
*/
|
|
63
|
-
|
|
17
|
+
DeleteEdgeNodeGroup(req: DeleteEdgeNodeGroupRequest, cb?: (error: string, rep: DeleteEdgeNodeGroupResponse) => void): Promise<DeleteEdgeNodeGroupResponse>;
|
|
64
18
|
/**
|
|
65
|
-
*
|
|
19
|
+
* 创建子设备
|
|
66
20
|
*/
|
|
67
|
-
|
|
21
|
+
CreateIotDevice(req: CreateIotDeviceRequest, cb?: (error: string, rep: CreateIotDeviceResponse) => void): Promise<CreateIotDeviceResponse>;
|
|
68
22
|
/**
|
|
69
|
-
*
|
|
23
|
+
* 删除设备
|
|
70
24
|
*/
|
|
71
|
-
|
|
25
|
+
DeleteIotDevice(req: DeleteIotDeviceRequest, cb?: (error: string, rep: DeleteIotDeviceResponse) => void): Promise<DeleteIotDeviceResponse>;
|
|
72
26
|
/**
|
|
73
|
-
*
|
|
27
|
+
* 获取节点安装信息
|
|
74
28
|
*/
|
|
75
|
-
|
|
29
|
+
DescribeEdgeAgentNodeInstaller(req: DescribeEdgeAgentNodeInstallerRequest, cb?: (error: string, rep: DescribeEdgeAgentNodeInstallerResponse) => void): Promise<DescribeEdgeAgentNodeInstallerResponse>;
|
|
76
30
|
/**
|
|
77
|
-
*
|
|
31
|
+
* 查询边缘单元额外信息
|
|
78
32
|
*/
|
|
79
|
-
|
|
33
|
+
DescribeEdgeUnitExtra(req: DescribeEdgeUnitExtraRequest, cb?: (error: string, rep: DescribeEdgeUnitExtraResponse) => void): Promise<DescribeEdgeUnitExtraResponse>;
|
|
80
34
|
/**
|
|
81
|
-
*
|
|
35
|
+
* 获取命名空间下的资源信息
|
|
82
36
|
*/
|
|
83
|
-
|
|
37
|
+
DescribeNamespaceResources(req: DescribeNamespaceResourcesRequest, cb?: (error: string, rep: DescribeNamespaceResourcesResponse) => void): Promise<DescribeNamespaceResourcesResponse>;
|
|
84
38
|
/**
|
|
85
|
-
*
|
|
39
|
+
* 创建token
|
|
86
40
|
*/
|
|
87
|
-
|
|
41
|
+
CreateUserToken(req: CreateUserTokenRequest, cb?: (error: string, rep: CreateUserTokenResponse) => void): Promise<CreateUserTokenResponse>;
|
|
88
42
|
/**
|
|
89
|
-
*
|
|
43
|
+
* 批量删除边缘节点
|
|
90
44
|
*/
|
|
91
|
-
|
|
45
|
+
DeleteEdgeNodes(req: DeleteEdgeNodesRequest, cb?: (error: string, rep: DeleteEdgeNodesResponse) => void): Promise<DeleteEdgeNodesResponse>;
|
|
92
46
|
/**
|
|
93
|
-
*
|
|
47
|
+
* 创建或更新边缘单元NodeUnit
|
|
94
48
|
*/
|
|
95
|
-
|
|
49
|
+
CreateUpdateNodeUnit(req: CreateUpdateNodeUnitRequest, cb?: (error: string, rep: CreateUpdateNodeUnitResponse) => void): Promise<CreateUpdateNodeUnitResponse>;
|
|
96
50
|
/**
|
|
97
|
-
*
|
|
51
|
+
* 修改边缘单元NodeUnit模板
|
|
98
52
|
*/
|
|
99
|
-
|
|
53
|
+
ModifyNodeUnitTemplate(req: ModifyNodeUnitTemplateRequest, cb?: (error: string, rep: ModifyNodeUnitTemplateResponse) => void): Promise<ModifyNodeUnitTemplateResponse>;
|
|
100
54
|
/**
|
|
101
|
-
*
|
|
55
|
+
* 查询边缘单元EdgeUnit模板列表
|
|
102
56
|
*/
|
|
103
|
-
|
|
57
|
+
DescribeEdgeUnitNodeUnitTemplates(req: DescribeEdgeUnitNodeUnitTemplatesRequest, cb?: (error: string, rep: DescribeEdgeUnitNodeUnitTemplatesResponse) => void): Promise<DescribeEdgeUnitNodeUnitTemplatesResponse>;
|
|
104
58
|
/**
|
|
105
|
-
*
|
|
106
|
-
|
|
107
|
-
获取应用模板列表
|
|
59
|
+
* 创建命名空间
|
|
108
60
|
*/
|
|
109
|
-
|
|
61
|
+
CreateNamespace(req: CreateNamespaceRequest, cb?: (error: string, rep: CreateNamespaceResponse) => void): Promise<CreateNamespaceResponse>;
|
|
110
62
|
/**
|
|
111
|
-
*
|
|
63
|
+
* 自动获取Draco设备的安装包
|
|
112
64
|
*/
|
|
113
|
-
|
|
65
|
+
DescribeDracoEdgeNodeInstaller(req: DescribeDracoEdgeNodeInstallerRequest, cb?: (error: string, rep: DescribeDracoEdgeNodeInstallerResponse) => void): Promise<DescribeDracoEdgeNodeInstallerResponse>;
|
|
114
66
|
/**
|
|
115
|
-
*
|
|
67
|
+
* 单元应用重部署
|
|
116
68
|
*/
|
|
117
|
-
|
|
69
|
+
RedeployEdgeUnitApplication(req: RedeployEdgeUnitApplicationRequest, cb?: (error: string, rep: RedeployEdgeUnitApplicationResponse) => void): Promise<RedeployEdgeUnitApplicationResponse>;
|
|
118
70
|
/**
|
|
119
|
-
*
|
|
71
|
+
* 获取边缘节点信息
|
|
120
72
|
*/
|
|
121
|
-
|
|
73
|
+
DescribeEdgeNode(req: DescribeEdgeNodeRequest, cb?: (error: string, rep: DescribeEdgeNodeResponse) => void): Promise<DescribeEdgeNodeResponse>;
|
|
122
74
|
/**
|
|
123
|
-
*
|
|
75
|
+
* 获取节点备注信息列表
|
|
124
76
|
*/
|
|
125
|
-
|
|
77
|
+
DescribeEdgeNodeRemarkList(req: DescribeEdgeNodeRemarkListRequest, cb?: (error: string, rep: DescribeEdgeNodeRemarkListResponse) => void): Promise<DescribeEdgeNodeRemarkListResponse>;
|
|
126
78
|
/**
|
|
127
|
-
*
|
|
79
|
+
* 创建边缘单元
|
|
128
80
|
*/
|
|
129
|
-
|
|
81
|
+
CreateEdgeUnitCloud(req: CreateEdgeUnitCloudRequest, cb?: (error: string, rep: CreateEdgeUnitCloudResponse) => void): Promise<CreateEdgeUnitCloudResponse>;
|
|
130
82
|
/**
|
|
131
|
-
*
|
|
83
|
+
* 查询边缘单元监控数据
|
|
132
84
|
*/
|
|
133
|
-
|
|
85
|
+
DescribeMonitorMetrics(req: DescribeMonitorMetricsRequest, cb?: (error: string, rep: DescribeMonitorMetricsResponse) => void): Promise<DescribeMonitorMetricsResponse>;
|
|
134
86
|
/**
|
|
135
|
-
*
|
|
87
|
+
* 删除命名空间
|
|
136
88
|
*/
|
|
137
|
-
|
|
89
|
+
DeleteNamespace(req: DeleteNamespaceRequest, cb?: (error: string, rep: DeleteNamespaceResponse) => void): Promise<DeleteNamespaceResponse>;
|
|
138
90
|
/**
|
|
139
|
-
*
|
|
91
|
+
* 建立消息路由
|
|
140
92
|
*/
|
|
141
|
-
|
|
93
|
+
BuildMessageRoute(req: BuildMessageRouteRequest, cb?: (error: string, rep: BuildMessageRouteResponse) => void): Promise<BuildMessageRouteResponse>;
|
|
142
94
|
/**
|
|
143
|
-
*
|
|
95
|
+
* 获取Secrets列表
|
|
144
96
|
*/
|
|
145
|
-
|
|
97
|
+
DescribeSecrets(req: DescribeSecretsRequest, cb?: (error: string, rep: DescribeSecretsResponse) => void): Promise<DescribeSecretsResponse>;
|
|
146
98
|
/**
|
|
147
|
-
*
|
|
99
|
+
* 开关消息路由
|
|
148
100
|
*/
|
|
149
|
-
|
|
101
|
+
SetRouteOnOff(req: SetRouteOnOffRequest, cb?: (error: string, rep: SetRouteOnOffResponse) => void): Promise<SetRouteOnOffResponse>;
|
|
150
102
|
/**
|
|
151
|
-
*
|
|
103
|
+
* 创建ConfigMap
|
|
152
104
|
*/
|
|
153
|
-
|
|
105
|
+
CreateConfigMap(req: CreateConfigMapRequest, cb?: (error: string, rep: CreateConfigMapResponse) => void): Promise<CreateConfigMapResponse>;
|
|
154
106
|
/**
|
|
155
107
|
* 创建边缘节点
|
|
156
108
|
*/
|
|
@@ -160,159 +112,141 @@ yaml方式创建应用
|
|
|
160
112
|
*/
|
|
161
113
|
DeleteEdgeNodeUnitTemplates(req: DeleteEdgeNodeUnitTemplatesRequest, cb?: (error: string, rep: DeleteEdgeNodeUnitTemplatesResponse) => void): Promise<DeleteEdgeNodeUnitTemplatesResponse>;
|
|
162
114
|
/**
|
|
163
|
-
*
|
|
164
|
-
*/
|
|
165
|
-
DeleteEdgeUnitDeployGridItem(req: DeleteEdgeUnitDeployGridItemRequest, cb?: (error: string, rep: DeleteEdgeUnitDeployGridItemResponse) => void): Promise<DeleteEdgeUnitDeployGridItemResponse>;
|
|
166
|
-
/**
|
|
167
|
-
* 产品停售,预下线
|
|
168
|
-
|
|
169
|
-
获取应用的Yaml配置
|
|
115
|
+
* 编辑边缘节点标签
|
|
170
116
|
*/
|
|
171
|
-
|
|
117
|
+
ModifyEdgeNodeLabels(req: ModifyEdgeNodeLabelsRequest, cb?: (error: string, rep: ModifyEdgeNodeLabelsResponse) => void): Promise<ModifyEdgeNodeLabelsResponse>;
|
|
172
118
|
/**
|
|
173
|
-
*
|
|
119
|
+
* 查询指定Grid下应用的Yaml
|
|
174
120
|
*/
|
|
175
|
-
|
|
121
|
+
DescribeEdgeUnitDeployGridItemYaml(req: DescribeEdgeUnitDeployGridItemYamlRequest, cb?: (error: string, rep: DescribeEdgeUnitDeployGridItemYamlResponse) => void): Promise<DescribeEdgeUnitDeployGridItemYamlResponse>;
|
|
176
122
|
/**
|
|
177
|
-
*
|
|
178
|
-
|
|
179
|
-
删除应用模板
|
|
123
|
+
* 获取ConfigMap列表
|
|
180
124
|
*/
|
|
181
|
-
|
|
125
|
+
DescribeConfigMaps(req: DescribeConfigMapsRequest, cb?: (error: string, rep: DescribeConfigMapsResponse) => void): Promise<DescribeConfigMapsResponse>;
|
|
182
126
|
/**
|
|
183
|
-
*
|
|
184
|
-
|
|
185
|
-
修改应用模板配置
|
|
127
|
+
* 获取组件市场组件列表
|
|
186
128
|
*/
|
|
187
|
-
|
|
129
|
+
GetMarketComponentList(req: GetMarketComponentListRequest, cb?: (error: string, rep: GetMarketComponentListResponse) => void): Promise<GetMarketComponentListResponse>;
|
|
188
130
|
/**
|
|
189
|
-
*
|
|
131
|
+
* 重新部署边缘单元指定Grid下应用
|
|
190
132
|
*/
|
|
191
|
-
|
|
133
|
+
DeleteEdgeUnitDeployGridItem(req: DeleteEdgeUnitDeployGridItemRequest, cb?: (error: string, rep: DeleteEdgeUnitDeployGridItemResponse) => void): Promise<DeleteEdgeUnitDeployGridItemResponse>;
|
|
192
134
|
/**
|
|
193
|
-
*
|
|
135
|
+
* 获取ConfigMap详情
|
|
194
136
|
*/
|
|
195
|
-
|
|
137
|
+
DescribeConfigMap(req: DescribeConfigMapRequest, cb?: (error: string, rep: DescribeConfigMapResponse) => void): Promise<DescribeConfigMapResponse>;
|
|
196
138
|
/**
|
|
197
|
-
*
|
|
139
|
+
* 删除消息路由
|
|
198
140
|
*/
|
|
199
|
-
|
|
141
|
+
DeleteMessageRoute(req: DeleteMessageRouteRequest, cb?: (error: string, rep: DeleteMessageRouteResponse) => void): Promise<DeleteMessageRouteResponse>;
|
|
200
142
|
/**
|
|
201
|
-
*
|
|
143
|
+
* 修改边缘集群
|
|
202
144
|
*/
|
|
203
|
-
|
|
145
|
+
ModifyEdgeUnit(req: ModifyEdgeUnitRequest, cb?: (error: string, rep: ModifyEdgeUnitResponse) => void): Promise<ModifyEdgeUnitResponse>;
|
|
204
146
|
/**
|
|
205
|
-
*
|
|
206
|
-
|
|
207
|
-
检查单元应用的Yaml配置
|
|
147
|
+
* 修改ConfigMap
|
|
208
148
|
*/
|
|
209
|
-
|
|
149
|
+
ModifyConfigMap(req: ModifyConfigMapRequest, cb?: (error: string, rep: ModifyConfigMapResponse) => void): Promise<ModifyConfigMapResponse>;
|
|
210
150
|
/**
|
|
211
|
-
*
|
|
151
|
+
* 查询边缘单元NodeUnit列表
|
|
212
152
|
*/
|
|
213
|
-
|
|
153
|
+
DescribeNodeUnit(req: DescribeNodeUnitRequest, cb?: (error: string, rep: DescribeNodeUnitResponse) => void): Promise<DescribeNodeUnitResponse>;
|
|
214
154
|
/**
|
|
215
|
-
*
|
|
155
|
+
* 查询边缘单元指定Grid下的部署应用列表
|
|
216
156
|
*/
|
|
217
|
-
|
|
157
|
+
DescribeEdgeUnitDeployGridItem(req: DescribeEdgeUnitDeployGridItemRequest, cb?: (error: string, rep: DescribeEdgeUnitDeployGridItemResponse) => void): Promise<DescribeEdgeUnitDeployGridItemResponse>;
|
|
218
158
|
/**
|
|
219
|
-
*
|
|
159
|
+
* 编辑draco设备信息
|
|
220
160
|
*/
|
|
221
|
-
|
|
161
|
+
ModifyEdgeDracoNode(req: ModifyEdgeDracoNodeRequest, cb?: (error: string, rep: ModifyEdgeDracoNodeResponse) => void): Promise<ModifyEdgeDracoNodeResponse>;
|
|
222
162
|
/**
|
|
223
163
|
* 修改设备信息
|
|
224
164
|
*/
|
|
225
165
|
ModifyIotDevice(req: ModifyIotDeviceRequest, cb?: (error: string, rep: ModifyIotDeviceResponse) => void): Promise<ModifyIotDeviceResponse>;
|
|
226
166
|
/**
|
|
227
|
-
*
|
|
167
|
+
* 修改单元应用基本信息
|
|
228
168
|
*/
|
|
229
|
-
|
|
169
|
+
ModifyEdgeUnitApplicationBasicInfo(req: ModifyEdgeUnitApplicationBasicInfoRequest, cb?: (error: string, rep: ModifyEdgeUnitApplicationBasicInfoResponse) => void): Promise<ModifyEdgeUnitApplicationBasicInfoResponse>;
|
|
230
170
|
/**
|
|
231
|
-
*
|
|
171
|
+
* 获取组件市场的组件信息
|
|
232
172
|
*/
|
|
233
|
-
|
|
173
|
+
GetMarketComponent(req: GetMarketComponentRequest, cb?: (error: string, rep: GetMarketComponentResponse) => void): Promise<GetMarketComponentResponse>;
|
|
234
174
|
/**
|
|
235
|
-
*
|
|
175
|
+
* 查询边缘单元Grid的Pod列表
|
|
236
176
|
*/
|
|
237
|
-
|
|
177
|
+
DescribeEdgeUnitGridPods(req: DescribeEdgeUnitGridPodsRequest, cb?: (error: string, rep: DescribeEdgeUnitGridPodsResponse) => void): Promise<DescribeEdgeUnitGridPodsResponse>;
|
|
238
178
|
/**
|
|
239
|
-
*
|
|
240
|
-
|
|
241
|
-
获取应用日志
|
|
179
|
+
* 批量删除设备
|
|
242
180
|
*/
|
|
243
|
-
|
|
181
|
+
DeleteIotDeviceBatch(req: DeleteIotDeviceBatchRequest, cb?: (error: string, rep: DeleteIotDeviceBatchResponse) => void): Promise<DeleteIotDeviceBatchResponse>;
|
|
244
182
|
/**
|
|
245
|
-
*
|
|
183
|
+
* 获取命名空间
|
|
246
184
|
*/
|
|
247
|
-
|
|
185
|
+
DescribeNamespace(req: DescribeNamespaceRequest, cb?: (error: string, rep: DescribeNamespaceResponse) => void): Promise<DescribeNamespaceResponse>;
|
|
248
186
|
/**
|
|
249
|
-
*
|
|
187
|
+
* 获取边缘集群默认VPC信息
|
|
250
188
|
*/
|
|
251
|
-
|
|
189
|
+
DescribeEdgeDefaultVpc(req?: DescribeEdgeDefaultVpcRequest, cb?: (error: string, rep: DescribeEdgeDefaultVpcResponse) => void): Promise<DescribeEdgeDefaultVpcResponse>;
|
|
252
190
|
/**
|
|
253
|
-
*
|
|
254
|
-
|
|
255
|
-
检查应用模板的Yaml配置
|
|
191
|
+
* 校验Secret的Yaml语法
|
|
256
192
|
*/
|
|
257
|
-
|
|
193
|
+
DescribeSecretYamlError(req: DescribeSecretYamlErrorRequest, cb?: (error: string, rep: DescribeSecretYamlErrorResponse) => void): Promise<DescribeSecretYamlErrorResponse>;
|
|
258
194
|
/**
|
|
259
|
-
*
|
|
195
|
+
* 删除ConfigMap
|
|
260
196
|
*/
|
|
261
|
-
|
|
197
|
+
DeleteConfigMap(req: DeleteConfigMapRequest, cb?: (error: string, rep: DeleteConfigMapResponse) => void): Promise<DeleteConfigMapResponse>;
|
|
262
198
|
/**
|
|
263
|
-
*
|
|
199
|
+
* 创建边缘单元NodeUnit模板
|
|
264
200
|
*/
|
|
265
|
-
|
|
201
|
+
CreateEdgeNodeUnitTemplate(req: CreateEdgeNodeUnitTemplateRequest, cb?: (error: string, rep: CreateEdgeNodeUnitTemplateResponse) => void): Promise<CreateEdgeNodeUnitTemplateResponse>;
|
|
266
202
|
/**
|
|
267
|
-
*
|
|
203
|
+
* 批量解绑单元设备
|
|
268
204
|
*/
|
|
269
|
-
|
|
205
|
+
DeleteEdgeUnitDevices(req: DeleteEdgeUnitDevicesRequest, cb?: (error: string, rep: DeleteEdgeUnitDevicesResponse) => void): Promise<DeleteEdgeUnitDevicesResponse>;
|
|
270
206
|
/**
|
|
271
|
-
*
|
|
207
|
+
* 修改Secret
|
|
272
208
|
*/
|
|
273
|
-
|
|
209
|
+
ModifySecret(req: ModifySecretRequest, cb?: (error: string, rep: ModifySecretResponse) => void): Promise<ModifySecretResponse>;
|
|
274
210
|
/**
|
|
275
|
-
*
|
|
276
|
-
|
|
277
|
-
可视化创建应用
|
|
211
|
+
* 批量绑定设备到单元
|
|
278
212
|
*/
|
|
279
|
-
|
|
213
|
+
CreateEdgeUnitDevices(req: CreateEdgeUnitDevicesRequest, cb?: (error: string, rep: CreateEdgeUnitDevicesResponse) => void): Promise<CreateEdgeUnitDevicesResponse>;
|
|
280
214
|
/**
|
|
281
|
-
*
|
|
215
|
+
* 获取设备列表信息
|
|
282
216
|
*/
|
|
283
|
-
|
|
217
|
+
DescribeIotDevices(req: DescribeIotDevicesRequest, cb?: (error: string, rep: DescribeIotDevicesResponse) => void): Promise<DescribeIotDevicesResponse>;
|
|
284
218
|
/**
|
|
285
|
-
*
|
|
219
|
+
* 删除边缘单元
|
|
286
220
|
*/
|
|
287
|
-
|
|
221
|
+
DeleteEdgeUnitCloud(req: DeleteEdgeUnitCloudRequest, cb?: (error: string, rep: DeleteEdgeUnitCloudResponse) => void): Promise<DeleteEdgeUnitCloudResponse>;
|
|
288
222
|
/**
|
|
289
|
-
*
|
|
223
|
+
* 查询指定NodeGroup下NodeUnit模板列表
|
|
290
224
|
*/
|
|
291
|
-
|
|
225
|
+
DescribeNodeUnitTemplateOnNodeGroup(req: DescribeNodeUnitTemplateOnNodeGroupRequest, cb?: (error: string, rep: DescribeNodeUnitTemplateOnNodeGroupResponse) => void): Promise<DescribeNodeUnitTemplateOnNodeGroupResponse>;
|
|
292
226
|
/**
|
|
293
|
-
*
|
|
294
|
-
|
|
295
|
-
从组件市场选中组件并添加到应用模板列表
|
|
227
|
+
* 查询节点Pod内的容器列表
|
|
296
228
|
*/
|
|
297
|
-
|
|
229
|
+
DescribeEdgeNodePodContainers(req: DescribeEdgeNodePodContainersRequest, cb?: (error: string, rep: DescribeEdgeNodePodContainersResponse) => void): Promise<DescribeEdgeNodePodContainersResponse>;
|
|
298
230
|
/**
|
|
299
|
-
*
|
|
300
|
-
|
|
301
|
-
获取应用模板可视化配置信息
|
|
231
|
+
* 获取消息路由列表
|
|
302
232
|
*/
|
|
303
|
-
|
|
233
|
+
DescribeMessageRouteList(req: DescribeMessageRouteListRequest, cb?: (error: string, rep: DescribeMessageRouteListResponse) => void): Promise<DescribeMessageRouteListResponse>;
|
|
304
234
|
/**
|
|
305
|
-
*
|
|
235
|
+
* 校验ConfigMap的Yaml语法
|
|
306
236
|
*/
|
|
307
|
-
|
|
237
|
+
DescribeConfigMapYamlError(req: DescribeConfigMapYamlErrorRequest, cb?: (error: string, rep: DescribeConfigMapYamlErrorResponse) => void): Promise<DescribeConfigMapYamlErrorResponse>;
|
|
308
238
|
/**
|
|
309
|
-
*
|
|
239
|
+
* 获取单元下应用列表
|
|
310
240
|
*/
|
|
311
|
-
|
|
241
|
+
DescribeEdgeUnitApplications(req: DescribeEdgeUnitApplicationsRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationsResponse) => void): Promise<DescribeEdgeUnitApplicationsResponse>;
|
|
312
242
|
/**
|
|
313
243
|
* 获取命名空间列表信息
|
|
314
244
|
*/
|
|
315
245
|
DescribeNamespaces(req: DescribeNamespacesRequest, cb?: (error: string, rep: DescribeNamespacesResponse) => void): Promise<DescribeNamespacesResponse>;
|
|
246
|
+
/**
|
|
247
|
+
* 查询边缘节点列表
|
|
248
|
+
*/
|
|
249
|
+
DescribeEdgeNodes(req: DescribeEdgeNodesRequest, cb?: (error: string, rep: DescribeEdgeNodesResponse) => void): Promise<DescribeEdgeNodesResponse>;
|
|
316
250
|
/**
|
|
317
251
|
* 查询边缘操作日志
|
|
318
252
|
*/
|
|
@@ -322,137 +256,83 @@ yaml方式创建应用
|
|
|
322
256
|
*/
|
|
323
257
|
CreateSecret(req: CreateSecretRequest, cb?: (error: string, rep: CreateSecretResponse) => void): Promise<CreateSecretResponse>;
|
|
324
258
|
/**
|
|
325
|
-
*
|
|
326
|
-
*/
|
|
327
|
-
DescribeEdgePod(req: DescribeEdgePodRequest, cb?: (error: string, rep: DescribeEdgePodResponse) => void): Promise<DescribeEdgePodResponse>;
|
|
328
|
-
/**
|
|
329
|
-
* 产品停售,预下线
|
|
330
|
-
|
|
331
|
-
获取应用下Pod状态
|
|
332
|
-
*/
|
|
333
|
-
DescribeEdgeUnitApplicationPods(req: DescribeEdgeUnitApplicationPodsRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationPodsResponse) => void): Promise<DescribeEdgeUnitApplicationPodsResponse>;
|
|
334
|
-
/**
|
|
335
|
-
* 产品停售,预下线
|
|
336
|
-
|
|
337
|
-
删除应用列表
|
|
338
|
-
*/
|
|
339
|
-
DeleteEdgeUnitApplications(req: DeleteEdgeUnitApplicationsRequest, cb?: (error: string, rep: DeleteEdgeUnitApplicationsResponse) => void): Promise<DeleteEdgeUnitApplicationsResponse>;
|
|
340
|
-
/**
|
|
341
|
-
* 查询边缘单元Grid列表
|
|
342
|
-
*/
|
|
343
|
-
DescribeEdgeUnitDeployGrid(req: DescribeEdgeUnitDeployGridRequest, cb?: (error: string, rep: DescribeEdgeUnitDeployGridResponse) => void): Promise<DescribeEdgeUnitDeployGridResponse>;
|
|
344
|
-
/**
|
|
345
|
-
* 建立消息路由
|
|
346
|
-
*/
|
|
347
|
-
BuildMessageRoute(req: BuildMessageRouteRequest, cb?: (error: string, rep: BuildMessageRouteResponse) => void): Promise<BuildMessageRouteResponse>;
|
|
348
|
-
/**
|
|
349
|
-
* 批量删除边缘节点
|
|
350
|
-
*/
|
|
351
|
-
DeleteEdgeNodes(req: DeleteEdgeNodesRequest, cb?: (error: string, rep: DeleteEdgeNodesResponse) => void): Promise<DeleteEdgeNodesResponse>;
|
|
352
|
-
/**
|
|
353
|
-
* 自动获取Draco设备的安装包
|
|
354
|
-
*/
|
|
355
|
-
DescribeDracoEdgeNodeInstaller(req: DescribeDracoEdgeNodeInstallerRequest, cb?: (error: string, rep: DescribeDracoEdgeNodeInstallerResponse) => void): Promise<DescribeDracoEdgeNodeInstallerResponse>;
|
|
356
|
-
/**
|
|
357
|
-
* 创建ConfigMap
|
|
358
|
-
*/
|
|
359
|
-
CreateConfigMap(req: CreateConfigMapRequest, cb?: (error: string, rep: CreateConfigMapResponse) => void): Promise<CreateConfigMapResponse>;
|
|
360
|
-
/**
|
|
361
|
-
* 产品停售,预下线
|
|
362
|
-
|
|
363
|
-
查询边缘集群详情
|
|
364
|
-
*/
|
|
365
|
-
DescribeEdgeUnitCloud(req: DescribeEdgeUnitCloudRequest, cb?: (error: string, rep: DescribeEdgeUnitCloudResponse) => void): Promise<DescribeEdgeUnitCloudResponse>;
|
|
366
|
-
/**
|
|
367
|
-
* 删除命名空间
|
|
368
|
-
*/
|
|
369
|
-
DeleteNamespace(req: DeleteNamespaceRequest, cb?: (error: string, rep: DeleteNamespaceResponse) => void): Promise<DeleteNamespaceResponse>;
|
|
370
|
-
/**
|
|
371
|
-
* 获取消息路由列表
|
|
372
|
-
*/
|
|
373
|
-
DescribeMessageRouteList(req: DescribeMessageRouteListRequest, cb?: (error: string, rep: DescribeMessageRouteListResponse) => void): Promise<DescribeMessageRouteListResponse>;
|
|
374
|
-
/**
|
|
375
|
-
* 编辑边缘节点标签
|
|
376
|
-
*/
|
|
377
|
-
ModifyEdgeNodeLabels(req: ModifyEdgeNodeLabelsRequest, cb?: (error: string, rep: ModifyEdgeNodeLabelsResponse) => void): Promise<ModifyEdgeNodeLabelsResponse>;
|
|
378
|
-
/**
|
|
379
|
-
* 查询边缘单元监控数据
|
|
259
|
+
* 查询边缘集群NodeGroup
|
|
380
260
|
*/
|
|
381
|
-
|
|
261
|
+
DescribeEdgeUnitNodeGroup(req: DescribeEdgeUnitNodeGroupRequest, cb?: (error: string, rep: DescribeEdgeUnitNodeGroupResponse) => void): Promise<DescribeEdgeUnitNodeGroupResponse>;
|
|
382
262
|
/**
|
|
383
|
-
*
|
|
263
|
+
* 查询边缘单元Pod
|
|
384
264
|
*/
|
|
385
|
-
|
|
265
|
+
DescribeEdgePod(req: DescribeEdgePodRequest, cb?: (error: string, rep: DescribeEdgePodResponse) => void): Promise<DescribeEdgePodResponse>;
|
|
386
266
|
/**
|
|
387
|
-
*
|
|
267
|
+
* 获取Secret详情
|
|
388
268
|
*/
|
|
389
|
-
|
|
269
|
+
DescribeSecret(req: DescribeSecretRequest, cb?: (error: string, rep: DescribeSecretResponse) => void): Promise<DescribeSecretResponse>;
|
|
390
270
|
/**
|
|
391
271
|
* 更新边缘单元信息
|
|
392
272
|
*/
|
|
393
273
|
ModifyEdgeUnitCloudApi(req: ModifyEdgeUnitCloudApiRequest, cb?: (error: string, rep: ModifyEdgeUnitCloudApiResponse) => void): Promise<ModifyEdgeUnitCloudApiResponse>;
|
|
394
274
|
/**
|
|
395
|
-
*
|
|
396
|
-
|
|
397
|
-
修改应用模板基本信息
|
|
275
|
+
* 获取设备信息
|
|
398
276
|
*/
|
|
399
|
-
|
|
277
|
+
DescribeIotDevice(req: DescribeIotDeviceRequest, cb?: (error: string, rep: DescribeIotDeviceResponse) => void): Promise<DescribeIotDeviceResponse>;
|
|
400
278
|
/**
|
|
401
|
-
*
|
|
279
|
+
* 创建边缘单元NodeGroup
|
|
402
280
|
*/
|
|
403
|
-
|
|
281
|
+
CreateEdgeNodeGroup(req: CreateEdgeNodeGroupRequest, cb?: (error: string, rep: CreateEdgeNodeGroupResponse) => void): Promise<CreateEdgeNodeGroupResponse>;
|
|
404
282
|
/**
|
|
405
|
-
*
|
|
406
|
-
|
|
407
|
-
查询应用模板Yaml
|
|
283
|
+
* 查询节点Pod列表
|
|
408
284
|
*/
|
|
409
|
-
|
|
285
|
+
DescribeEdgeNodePods(req: DescribeEdgeNodePodsRequest, cb?: (error: string, rep: DescribeEdgeNodePodsResponse) => void): Promise<DescribeEdgeNodePodsResponse>;
|
|
410
286
|
/**
|
|
411
|
-
*
|
|
287
|
+
* 批量预注册节点
|
|
412
288
|
*/
|
|
413
|
-
|
|
289
|
+
CreateEdgeNodeBatch(req: CreateEdgeNodeBatchRequest, cb?: (error: string, rep: CreateEdgeNodeBatchResponse) => void): Promise<CreateEdgeNodeBatchResponse>;
|
|
414
290
|
/**
|
|
415
|
-
*
|
|
416
|
-
|
|
417
|
-
创建可视化创建应用模板
|
|
291
|
+
* 修改边缘单元Grid部署应用副本数
|
|
418
292
|
*/
|
|
419
|
-
|
|
293
|
+
ModifyEdgeUnitDeployGridItem(req: ModifyEdgeUnitDeployGridItemRequest, cb?: (error: string, rep: ModifyEdgeUnitDeployGridItemResponse) => void): Promise<ModifyEdgeUnitDeployGridItemResponse>;
|
|
420
294
|
/**
|
|
421
|
-
*
|
|
295
|
+
* 创建消息路由
|
|
422
296
|
*/
|
|
423
|
-
|
|
297
|
+
CreateMessageRoute(req: CreateMessageRouteRequest, cb?: (error: string, rep: CreateMessageRouteResponse) => void): Promise<CreateMessageRouteResponse>;
|
|
424
298
|
/**
|
|
425
|
-
*
|
|
299
|
+
* 查询用户的资源限制
|
|
426
300
|
*/
|
|
427
|
-
|
|
301
|
+
DescribeYeheResourceLimit(req?: DescribeYeheResourceLimitRequest, cb?: (error: string, rep: DescribeYeheResourceLimitResponse) => void): Promise<DescribeYeheResourceLimitResponse>;
|
|
428
302
|
/**
|
|
429
|
-
*
|
|
430
|
-
|
|
431
|
-
获取应用容器状态
|
|
303
|
+
* 删除边缘单元NodeUnit
|
|
432
304
|
*/
|
|
433
|
-
|
|
305
|
+
DeleteNodeUnit(req: DeleteNodeUnitRequest, cb?: (error: string, rep: DeleteNodeUnitResponse) => void): Promise<DeleteNodeUnitResponse>;
|
|
434
306
|
/**
|
|
435
|
-
*
|
|
307
|
+
* Yaml方式修改应用配置
|
|
436
308
|
*/
|
|
437
|
-
|
|
309
|
+
ModifyEdgeUnitApplicationYaml(req: ModifyEdgeUnitApplicationYamlRequest, cb?: (error: string, rep: ModifyEdgeUnitApplicationYamlResponse) => void): Promise<ModifyEdgeUnitApplicationYamlResponse>;
|
|
438
310
|
/**
|
|
439
|
-
*
|
|
311
|
+
* 删除指定pod
|
|
440
312
|
*/
|
|
441
|
-
|
|
313
|
+
DeleteEdgeUnitPod(req: DeleteEdgeUnitPodRequest, cb?: (error: string, rep: DeleteEdgeUnitPodResponse) => void): Promise<DeleteEdgeUnitPodResponse>;
|
|
442
314
|
/**
|
|
443
|
-
*
|
|
315
|
+
* 查询边缘单元Grid列表
|
|
444
316
|
*/
|
|
445
|
-
|
|
317
|
+
DescribeEdgeUnitDeployGrid(req: DescribeEdgeUnitDeployGridRequest, cb?: (error: string, rep: DescribeEdgeUnitDeployGridResponse) => void): Promise<DescribeEdgeUnitDeployGridResponse>;
|
|
446
318
|
/**
|
|
447
|
-
*
|
|
319
|
+
* 查询边缘单元Grid事件列表
|
|
448
320
|
*/
|
|
449
|
-
|
|
321
|
+
DescribeEdgeUnitGridEvents(req: DescribeEdgeUnitGridEventsRequest, cb?: (error: string, rep: DescribeEdgeUnitGridEventsResponse) => void): Promise<DescribeEdgeUnitGridEventsResponse>;
|
|
450
322
|
/**
|
|
451
|
-
*
|
|
323
|
+
* 可视化修改应用配置
|
|
452
324
|
*/
|
|
453
|
-
|
|
325
|
+
ModifyEdgeUnitApplicationVisualization(req: ModifyEdgeUnitApplicationVisualizationRequest, cb?: (error: string, rep: ModifyEdgeUnitApplicationVisualizationResponse) => void): Promise<ModifyEdgeUnitApplicationVisualizationResponse>;
|
|
454
326
|
/**
|
|
455
327
|
* 查询预注册节点列表
|
|
456
328
|
*/
|
|
457
329
|
DescribeEdgeSnNodes(req: DescribeEdgeSnNodesRequest, cb?: (error: string, rep: DescribeEdgeSnNodesResponse) => void): Promise<DescribeEdgeSnNodesResponse>;
|
|
330
|
+
/**
|
|
331
|
+
* 删除Secret
|
|
332
|
+
*/
|
|
333
|
+
DeleteSecret(req: DeleteSecretRequest, cb?: (error: string, rep: DeleteSecretResponse) => void): Promise<DeleteSecretResponse>;
|
|
334
|
+
/**
|
|
335
|
+
* 查询边缘单元列表
|
|
336
|
+
*/
|
|
337
|
+
DescribeEdgeUnitsCloud(req: DescribeEdgeUnitsCloudRequest, cb?: (error: string, rep: DescribeEdgeUnitsCloudResponse) => void): Promise<DescribeEdgeUnitsCloudResponse>;
|
|
458
338
|
}
|