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.
- package/CHANGELOG.md +454 -0
- package/SERVICE_CHANGELOG.md +416 -98
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +32 -4
- package/src/services/asr/v20190614/asr_models.ts +11 -6
- package/src/services/captcha/v20190722/captcha_models.ts +21 -6
- package/src/services/cdb/v20170320/cdb_models.ts +6 -6
- package/src/services/cdn/v20180606/cdn_models.ts +8 -0
- package/src/services/cfw/v20190904/cfw_client.ts +13 -0
- package/src/services/cfw/v20190904/cfw_models.ts +50 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
- package/src/services/cls/v20201016/cls_models.ts +4 -4
- package/src/services/cpdp/v20190820/cpdp_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +11 -1
- package/src/services/dlc/v20210125/dlc_models.ts +97 -5
- package/src/services/ess/v20201111/ess_models.ts +24 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +21 -5
- package/src/services/gaap/v20180529/gaap_models.ts +1 -1
- package/src/services/iecp/v20210914/iecp_client.ts +560 -474
- package/src/services/iecp/v20210914/iecp_models.ts +491 -188
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +46 -0
- package/src/services/mps/v20190612/mps_client.ts +3 -3
- package/src/services/mps/v20190612/mps_models.ts +159 -159
- package/src/services/nlp/v20190408/nlp_client.ts +14 -0
- package/src/services/nlp/v20190408/nlp_models.ts +31 -0
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +12 -0
- package/src/services/ses/v20201002/ses_models.ts +5 -0
- package/src/services/smh/v20210712/smh_models.ts +35 -0
- package/src/services/tiia/v20190529/tiia_models.ts +7 -5
- package/src/services/tke/v20180525/tke_models.ts +27 -21
- package/src/services/vpc/v20170312/vpc_client.ts +108 -15
- package/src/services/vpc/v20170312/vpc_models.ts +119 -29
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +28 -4
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -6
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +18 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +43 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +81 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -5
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +183 -155
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +273 -231
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +416 -157
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +38 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +3 -3
- package/tencentcloud/services/mps/v20190612/mps_client.js +3 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +159 -159
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +7 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +8 -0
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +27 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
- package/tencentcloud/services/smh/v20210712/smh_models.d.ts +28 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +7 -5
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +26 -21
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +51 -6
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +64 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +103 -25
- package/test/cfw.v20190904.test.js +10 -0
- package/test/iecp.v20210914.test.js +226 -156
- package/test/nlp.v20190408.test.js +10 -0
- package/test/vpc.v20170312.test.js +64 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeApplicationYamlResponse, RedeployEdgeUnitApplicationResponse, CreateEdgeUnitCloudResponse, ModifyEdgeUnitApplicationBasicInfoRequest, CreateEdgeNodeGroupRequest, CreateEdgeUnitApplicationVisualizationRequest, CreateSecretRequest, DescribeEdgeUnitApplicationYamlRequest, CreateEdgeUnitApplicationVisualizationResponse,
|
|
3
|
+
import { DescribeApplicationYamlResponse, RedeployEdgeUnitApplicationResponse, CreateEdgeUnitCloudResponse, ModifyEdgeUnitApplicationBasicInfoRequest, CreateEdgeNodeGroupRequest, CreateEdgeUnitApplicationVisualizationRequest, CreateSecretRequest, DescribeEdgeUnitApplicationYamlRequest, CreateEdgeUnitApplicationVisualizationResponse, CreateEdgeNodeBatchResponse, DescribeNamespacesResponse, DescribeSecretResponse, DescribeSecretYamlErrorResponse, ModifyEdgeUnitDeployGridItemRequest, DescribeEdgeUnitMonitorStatusRequest, GetMarketComponentResponse, CreateApplicationVisualizationRequest, DeleteNodeUnitResponse, DescribeNodeUnitTemplateOnNodeGroupResponse, CreateUserTokenRequest, DescribeEdgeUnitGridEventsResponse, ModifyApplicationVisualizationResponse, DescribeEdgeUnitApplicationYamlErrorResponse, DeleteEdgeUnitCloudResponse, ModifyConfigMapRequest, ModifyApplicationBasicInfoResponse, DeleteEdgeUnitDeployGridItemResponse, DescribeApplicationVisualizationRequest, DescribeEdgeSnNodesResponse, DescribeEdgeUnitApplicationsRequest, DescribeEdgeUnitApplicationYamlResponse, DescribeConfigMapYamlErrorResponse, DescribeConfigMapResponse, DescribeApplicationYamlRequest, ModifyApplicationVisualizationRequest, DescribeEdgeUnitNodeUnitTemplatesRequest, DeleteEdgeUnitApplicationsRequest, DeleteApplicationsRequest, DescribeEdgeUnitApplicationPodContainersRequest, DescribeEdgeUnitApplicationsResponse, ModifyEdgeUnitCloudApiRequest, DescribeEdgeUnitDeployGridItemRequest, ModifyEdgeUnitRequest, DescribeEdgeUnitCloudResponse, RedeployEdgeUnitApplicationRequest, DescribeEdgeNodeRemarkListRequest, DeleteSecretResponse, DeleteConfigMapResponse, DescribeApplicationsResponse, DeleteConfigMapRequest, DescribeEdgeUnitDeployGridItemResponse, DescribeEdgeUnitExtraRequest, CreateUpdateNodeUnitRequest, CreateConfigMapResponse, DescribeEdgeUnitsCloudRequest, DescribeEdgeDefaultVpcRequest, DescribeSecretsResponse, DescribeEdgeAgentNodeInstallerRequest, DescribeEdgeUnitApplicationYamlErrorRequest, DescribeEdgeNodePodsResponse, DescribeEdgePodResponse, CreateEdgeNodeUnitTemplateResponse, DescribeMonitorMetricsResponse, DescribeConfigMapsResponse, GetMarketComponentListResponse, DescribeEdgeNodePodContainersResponse, CreateNamespaceResponse, DeleteEdgeUnitPodRequest, CreateSecretResponse, DeleteEdgeNodeUnitTemplatesRequest, ModifyEdgeNodeLabelsResponse, DescribeEdgeUnitNodeGroupRequest, DescribeEdgeUnitApplicationPodsRequest, DescribeEdgeUnitApplicationLogsResponse, ModifyEdgeUnitDeployGridItemResponse, CreateEdgeNodeRequest, DescribeEdgeUnitMonitorStatusResponse, DeleteNamespaceResponse, DescribeEdgeUnitExtraResponse, DescribeConfigMapsRequest, DescribeEdgeUnitNodeUnitTemplatesResponse, ModifyEdgeNodeLabelsRequest, CreateEdgeNodeGroupResponse, ModifyNodeUnitTemplateRequest, DescribeEdgeDefaultVpcResponse, DeleteEdgeUnitApplicationsResponse, DescribeEdgeUnitApplicationEventsResponse, DeleteApplicationsResponse, DescribeEdgeUnitDeployGridItemYamlRequest, CreateEdgeNodeBatchRequest, DescribeNamespaceRequest, DescribeNamespaceResponse, DescribeConfigMapRequest, CreateEdgeNodeUnitTemplateRequest, CreateApplicationVisualizationResponse, DescribeEdgeUnitCloudRequest, CreateEdgeUnitApplicationYamlResponse, DescribeSecretYamlErrorRequest, CreateUserTokenResponse, DeleteSecretRequest, DescribeEdgeUnitApplicationPodsResponse, DescribeEdgeUnitApplicationVisualizationRequest, DescribeEdgeNodesResponse, DescribeEdgeUnitGridPodsRequest, CreateEdgeUnitApplicationYamlRequest, DescribeSecretRequest, DescribeEdgeNodesRequest, DescribeEdgeUnitApplicationLogsRequest, DescribeEdgeAgentNodeInstallerResponse, ModifyEdgeUnitApplicationVisualizationRequest, ModifyConfigMapResponse, DescribeEdgeNodePodsRequest, GetMarketComponentListRequest, DescribeApplicationVisualizationResponse, CreateNamespaceRequest, ApplyMarketComponentRequest, DescribeNamespaceResourcesResponse, DescribeEdgeUnitGridEventsRequest, ModifyEdgeDracoNodeRequest, DescribeNodeUnitResponse, DeleteEdgeNodeGroupResponse, ModifyEdgeUnitResponse, DescribeYeheResourceLimitResponse, DescribeEdgeUnitsCloudResponse, CreateConfigMapRequest, DescribeEdgeUnitDeployGridResponse, ModifyEdgeUnitCloudApiResponse, CreateUpdateNodeUnitResponse, ModifyEdgeUnitApplicationVisualizationResponse, DeleteEdgeNodesResponse, DescribeEdgeNodePodContainersRequest, DeleteEdgeNodeGroupRequest, ModifySecretRequest, DeleteEdgeUnitPodResponse, DescribeEdgeUnitApplicationEventsRequest, DescribeNamespacesRequest, DescribeEdgeNodeRemarkListResponse, DescribeEdgeUnitApplicationPodContainersResponse, ModifyApplicationBasicInfoRequest, DescribeEdgeUnitNodeGroupResponse, DescribeEdgeOperationLogsResponse, DescribeEdgeSnNodesRequest, DeleteEdgeUnitDeployGridItemRequest, ModifySecretResponse, DescribeEdgeUnitDeployGridItemYamlResponse, DescribeEdgeUnitApplicationVisualizationResponse, DescribeEdgePodRequest, DescribeNamespaceResourcesRequest, DescribeMonitorMetricsRequest, ModifyNodeUnitTemplateResponse, DescribeApplicationsRequest, DescribeEdgeOperationLogsRequest, DeleteNamespaceRequest, GetMarketComponentRequest, DescribeEdgeUnitDeployGridRequest, ApplyMarketComponentResponse, DescribeApplicationYamlErrorResponse, CreateEdgeNodeResponse, DeleteEdgeNodesRequest, DescribeApplicationYamlErrorRequest, DescribeYeheResourceLimitRequest, DescribeSecretsRequest, DescribeNodeUnitTemplateOnNodeGroupRequest, DescribeEdgeNodeRequest, DescribeNodeUnitRequest, DeleteNodeUnitRequest, ModifyEdgeUnitApplicationYamlResponse, DeleteEdgeNodeUnitTemplatesResponse, ModifyEdgeDracoNodeResponse, DescribeEdgeNodeResponse, ModifyEdgeUnitApplicationYamlRequest, DeleteEdgeUnitCloudRequest, CreateEdgeUnitCloudRequest, DescribeEdgeUnitGridPodsResponse, DescribeConfigMapYamlErrorRequest, ModifyEdgeUnitApplicationBasicInfoResponse } from "./iecp_models";
|
|
4
4
|
/**
|
|
5
5
|
* iecp client
|
|
6
6
|
* @class
|
|
@@ -8,125 +8,125 @@ import { DescribeApplicationYamlResponse, RedeployEdgeUnitApplicationResponse, C
|
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* 获取命名空间
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
DescribeNamespace(req: DescribeNamespaceRequest, cb?: (error: string, rep: DescribeNamespaceResponse) => void): Promise<DescribeNamespaceResponse>;
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* 获取单元可视化配置信息
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
DescribeEdgeUnitApplicationVisualization(req: DescribeEdgeUnitApplicationVisualizationRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationVisualizationResponse) => void): Promise<DescribeEdgeUnitApplicationVisualizationResponse>;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* 查询边缘单元额外信息
|
|
20
20
|
*/
|
|
21
|
-
|
|
21
|
+
DescribeEdgeUnitExtra(req: DescribeEdgeUnitExtraRequest, cb?: (error: string, rep: DescribeEdgeUnitExtraResponse) => void): Promise<DescribeEdgeUnitExtraResponse>;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* 创建或更新边缘单元NodeUnit
|
|
24
24
|
*/
|
|
25
|
-
|
|
25
|
+
CreateUpdateNodeUnit(req: CreateUpdateNodeUnitRequest, cb?: (error: string, rep: CreateUpdateNodeUnitResponse) => void): Promise<CreateUpdateNodeUnitResponse>;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* 修改边缘单元NodeUnit模板
|
|
28
28
|
*/
|
|
29
|
-
|
|
29
|
+
ModifyNodeUnitTemplate(req: ModifyNodeUnitTemplateRequest, cb?: (error: string, rep: ModifyNodeUnitTemplateResponse) => void): Promise<ModifyNodeUnitTemplateResponse>;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 创建命名空间
|
|
32
32
|
*/
|
|
33
|
-
|
|
33
|
+
CreateNamespace(req: CreateNamespaceRequest, cb?: (error: string, rep: CreateNamespaceResponse) => void): Promise<CreateNamespaceResponse>;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* 修改边缘单元Grid部署应用副本数
|
|
36
36
|
*/
|
|
37
|
-
|
|
37
|
+
ModifyEdgeUnitDeployGridItem(req: ModifyEdgeUnitDeployGridItemRequest, cb?: (error: string, rep: ModifyEdgeUnitDeployGridItemResponse) => void): Promise<ModifyEdgeUnitDeployGridItemResponse>;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* 获取Secrets列表
|
|
40
40
|
*/
|
|
41
|
-
|
|
41
|
+
DescribeSecrets(req: DescribeSecretsRequest, cb?: (error: string, rep: DescribeSecretsResponse) => void): Promise<DescribeSecretsResponse>;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* 查询指定Grid下应用的Yaml
|
|
44
44
|
*/
|
|
45
|
-
|
|
45
|
+
DescribeEdgeUnitDeployGridItemYaml(req: DescribeEdgeUnitDeployGridItemYamlRequest, cb?: (error: string, rep: DescribeEdgeUnitDeployGridItemYamlResponse) => void): Promise<DescribeEdgeUnitDeployGridItemYamlResponse>;
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* yaml方式创建应用
|
|
48
48
|
*/
|
|
49
|
-
|
|
49
|
+
CreateEdgeUnitApplicationYaml(req: CreateEdgeUnitApplicationYamlRequest, cb?: (error: string, rep: CreateEdgeUnitApplicationYamlResponse) => void): Promise<CreateEdgeUnitApplicationYamlResponse>;
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* 修改ConfigMap
|
|
52
52
|
*/
|
|
53
|
-
|
|
53
|
+
ModifyConfigMap(req: ModifyConfigMapRequest, cb?: (error: string, rep: ModifyConfigMapResponse) => void): Promise<ModifyConfigMapResponse>;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* 获取应用事件列表
|
|
56
56
|
*/
|
|
57
|
-
|
|
57
|
+
DescribeEdgeUnitApplicationEvents(req: DescribeEdgeUnitApplicationEventsRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationEventsResponse) => void): Promise<DescribeEdgeUnitApplicationEventsResponse>;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* 获取组件市场组件列表
|
|
60
60
|
*/
|
|
61
|
-
|
|
61
|
+
GetMarketComponentList(req: GetMarketComponentListRequest, cb?: (error: string, rep: GetMarketComponentListResponse) => void): Promise<GetMarketComponentListResponse>;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* 删除ConfigMap
|
|
64
64
|
*/
|
|
65
|
-
|
|
65
|
+
DeleteConfigMap(req: DeleteConfigMapRequest, cb?: (error: string, rep: DeleteConfigMapResponse) => void): Promise<DeleteConfigMapResponse>;
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* 创建边缘单元NodeUnit模板
|
|
68
68
|
*/
|
|
69
|
-
|
|
69
|
+
CreateEdgeNodeUnitTemplate(req: CreateEdgeNodeUnitTemplateRequest, cb?: (error: string, rep: CreateEdgeNodeUnitTemplateResponse) => void): Promise<CreateEdgeNodeUnitTemplateResponse>;
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
* 查询指定NodeGroup下NodeUnit模板列表
|
|
72
72
|
*/
|
|
73
|
-
|
|
73
|
+
DescribeNodeUnitTemplateOnNodeGroup(req: DescribeNodeUnitTemplateOnNodeGroupRequest, cb?: (error: string, rep: DescribeNodeUnitTemplateOnNodeGroupResponse) => void): Promise<DescribeNodeUnitTemplateOnNodeGroupResponse>;
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* 编辑draco设备信息
|
|
76
76
|
*/
|
|
77
|
-
|
|
77
|
+
ModifyEdgeDracoNode(req: ModifyEdgeDracoNodeRequest, cb?: (error: string, rep: ModifyEdgeDracoNodeResponse) => void): Promise<ModifyEdgeDracoNodeResponse>;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* 获取单元下应用列表
|
|
80
80
|
*/
|
|
81
|
-
|
|
81
|
+
DescribeEdgeUnitApplications(req: DescribeEdgeUnitApplicationsRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationsResponse) => void): Promise<DescribeEdgeUnitApplicationsResponse>;
|
|
82
82
|
/**
|
|
83
|
-
*
|
|
83
|
+
* 查询边缘节点列表
|
|
84
84
|
*/
|
|
85
|
-
|
|
85
|
+
DescribeEdgeNodes(req: DescribeEdgeNodesRequest, cb?: (error: string, rep: DescribeEdgeNodesResponse) => void): Promise<DescribeEdgeNodesResponse>;
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* 获取应用模板列表
|
|
88
88
|
*/
|
|
89
|
-
|
|
89
|
+
DescribeApplications(req: DescribeApplicationsRequest, cb?: (error: string, rep: DescribeApplicationsResponse) => void): Promise<DescribeApplicationsResponse>;
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* 删除指定pod
|
|
92
92
|
*/
|
|
93
|
-
|
|
93
|
+
DeleteEdgeUnitPod(req: DeleteEdgeUnitPodRequest, cb?: (error: string, rep: DeleteEdgeUnitPodResponse) => void): Promise<DeleteEdgeUnitPodResponse>;
|
|
94
94
|
/**
|
|
95
|
-
*
|
|
95
|
+
* 查询边缘单元Grid事件列表
|
|
96
96
|
*/
|
|
97
|
-
|
|
97
|
+
DescribeEdgeUnitGridEvents(req: DescribeEdgeUnitGridEventsRequest, cb?: (error: string, rep: DescribeEdgeUnitGridEventsResponse) => void): Promise<DescribeEdgeUnitGridEventsResponse>;
|
|
98
98
|
/**
|
|
99
|
-
*
|
|
99
|
+
* 查询边缘集群监控状态
|
|
100
100
|
*/
|
|
101
|
-
|
|
101
|
+
DescribeEdgeUnitMonitorStatus(req: DescribeEdgeUnitMonitorStatusRequest, cb?: (error: string, rep: DescribeEdgeUnitMonitorStatusResponse) => void): Promise<DescribeEdgeUnitMonitorStatusResponse>;
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* 删除边缘单元NodeGroup
|
|
104
104
|
*/
|
|
105
|
-
|
|
105
|
+
DeleteEdgeNodeGroup(req: DeleteEdgeNodeGroupRequest, cb?: (error: string, rep: DeleteEdgeNodeGroupResponse) => void): Promise<DeleteEdgeNodeGroupResponse>;
|
|
106
106
|
/**
|
|
107
|
-
*
|
|
107
|
+
* 获取节点安装信息
|
|
108
108
|
*/
|
|
109
|
-
|
|
109
|
+
DescribeEdgeAgentNodeInstaller(req: DescribeEdgeAgentNodeInstallerRequest, cb?: (error: string, rep: DescribeEdgeAgentNodeInstallerResponse) => void): Promise<DescribeEdgeAgentNodeInstallerResponse>;
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
111
|
+
* 单元应用重部署
|
|
112
112
|
*/
|
|
113
|
-
|
|
113
|
+
RedeployEdgeUnitApplication(req: RedeployEdgeUnitApplicationRequest, cb?: (error: string, rep: RedeployEdgeUnitApplicationResponse) => void): Promise<RedeployEdgeUnitApplicationResponse>;
|
|
114
114
|
/**
|
|
115
|
-
*
|
|
115
|
+
* 修改边缘集群
|
|
116
116
|
*/
|
|
117
|
-
|
|
117
|
+
ModifyEdgeUnit(req: ModifyEdgeUnitRequest, cb?: (error: string, rep: ModifyEdgeUnitResponse) => void): Promise<ModifyEdgeUnitResponse>;
|
|
118
118
|
/**
|
|
119
|
-
*
|
|
119
|
+
* 获取节点备注信息列表
|
|
120
120
|
*/
|
|
121
|
-
|
|
121
|
+
DescribeEdgeNodeRemarkList(req: DescribeEdgeNodeRemarkListRequest, cb?: (error: string, rep: DescribeEdgeNodeRemarkListResponse) => void): Promise<DescribeEdgeNodeRemarkListResponse>;
|
|
122
122
|
/**
|
|
123
|
-
*
|
|
123
|
+
* 创建边缘节点
|
|
124
124
|
*/
|
|
125
|
-
|
|
125
|
+
CreateEdgeNode(req: CreateEdgeNodeRequest, cb?: (error: string, rep: CreateEdgeNodeResponse) => void): Promise<CreateEdgeNodeResponse>;
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* 删除边缘单元NodeUnit模板
|
|
128
128
|
*/
|
|
129
|
-
|
|
129
|
+
DeleteEdgeNodeUnitTemplates(req: DeleteEdgeNodeUnitTemplatesRequest, cb?: (error: string, rep: DeleteEdgeNodeUnitTemplatesResponse) => void): Promise<DeleteEdgeNodeUnitTemplatesResponse>;
|
|
130
130
|
/**
|
|
131
131
|
* 重新部署边缘单元指定Grid下应用
|
|
132
132
|
*/
|
|
@@ -135,130 +135,114 @@ export declare class Client extends AbstractClient {
|
|
|
135
135
|
* 获取应用的Yaml配置
|
|
136
136
|
*/
|
|
137
137
|
DescribeEdgeUnitApplicationYaml(req: DescribeEdgeUnitApplicationYamlRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationYamlResponse) => void): Promise<DescribeEdgeUnitApplicationYamlResponse>;
|
|
138
|
-
/**
|
|
139
|
-
* yaml方式创建应用
|
|
140
|
-
*/
|
|
141
|
-
CreateEdgeUnitApplicationYaml(req: CreateEdgeUnitApplicationYamlRequest, cb?: (error: string, rep: CreateEdgeUnitApplicationYamlResponse) => void): Promise<CreateEdgeUnitApplicationYamlResponse>;
|
|
142
138
|
/**
|
|
143
139
|
* 可视化修改应用配置
|
|
144
140
|
*/
|
|
145
141
|
ModifyEdgeUnitApplicationVisualization(req: ModifyEdgeUnitApplicationVisualizationRequest, cb?: (error: string, rep: ModifyEdgeUnitApplicationVisualizationResponse) => void): Promise<ModifyEdgeUnitApplicationVisualizationResponse>;
|
|
146
142
|
/**
|
|
147
|
-
*
|
|
148
|
-
*/
|
|
149
|
-
ModifyApplicationBasicInfo(req: ModifyApplicationBasicInfoRequest, cb?: (error: string, rep: ModifyApplicationBasicInfoResponse) => void): Promise<ModifyApplicationBasicInfoResponse>;
|
|
150
|
-
/**
|
|
151
|
-
* 从组件市场选中组件并添加到应用模板列表
|
|
143
|
+
* 删除应用模板
|
|
152
144
|
*/
|
|
153
|
-
|
|
145
|
+
DeleteApplications(req: DeleteApplicationsRequest, cb?: (error: string, rep: DeleteApplicationsResponse) => void): Promise<DeleteApplicationsResponse>;
|
|
154
146
|
/**
|
|
155
|
-
*
|
|
147
|
+
* 修改应用模板配置
|
|
156
148
|
*/
|
|
157
|
-
|
|
149
|
+
ModifyApplicationVisualization(req: ModifyApplicationVisualizationRequest, cb?: (error: string, rep: ModifyApplicationVisualizationResponse) => void): Promise<ModifyApplicationVisualizationResponse>;
|
|
158
150
|
/**
|
|
159
|
-
*
|
|
151
|
+
* 查询边缘单元Grid的Pod列表
|
|
160
152
|
*/
|
|
161
|
-
|
|
153
|
+
DescribeEdgeUnitGridPods(req: DescribeEdgeUnitGridPodsRequest, cb?: (error: string, rep: DescribeEdgeUnitGridPodsResponse) => void): Promise<DescribeEdgeUnitGridPodsResponse>;
|
|
162
154
|
/**
|
|
163
|
-
*
|
|
155
|
+
* 获取边缘集群默认VPC信息
|
|
164
156
|
*/
|
|
165
|
-
|
|
157
|
+
DescribeEdgeDefaultVpc(req?: DescribeEdgeDefaultVpcRequest, cb?: (error: string, rep: DescribeEdgeDefaultVpcResponse) => void): Promise<DescribeEdgeDefaultVpcResponse>;
|
|
166
158
|
/**
|
|
167
|
-
*
|
|
159
|
+
* 查询节点Pod列表
|
|
168
160
|
*/
|
|
169
|
-
|
|
161
|
+
DescribeEdgeNodePods(req: DescribeEdgeNodePodsRequest, cb?: (error: string, rep: DescribeEdgeNodePodsResponse) => void): Promise<DescribeEdgeNodePodsResponse>;
|
|
170
162
|
/**
|
|
171
|
-
*
|
|
163
|
+
* 查询边缘单元NodeUnit列表
|
|
172
164
|
*/
|
|
173
|
-
|
|
165
|
+
DescribeNodeUnit(req: DescribeNodeUnitRequest, cb?: (error: string, rep: DescribeNodeUnitResponse) => void): Promise<DescribeNodeUnitResponse>;
|
|
174
166
|
/**
|
|
175
|
-
*
|
|
167
|
+
* 检查单元应用的Yaml配置
|
|
176
168
|
*/
|
|
177
|
-
|
|
169
|
+
DescribeEdgeUnitApplicationYamlError(req: DescribeEdgeUnitApplicationYamlErrorRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationYamlErrorResponse) => void): Promise<DescribeEdgeUnitApplicationYamlErrorResponse>;
|
|
178
170
|
/**
|
|
179
|
-
* 修改
|
|
171
|
+
* 修改Secret
|
|
180
172
|
*/
|
|
181
|
-
|
|
173
|
+
ModifySecret(req: ModifySecretRequest, cb?: (error: string, rep: ModifySecretResponse) => void): Promise<ModifySecretResponse>;
|
|
182
174
|
/**
|
|
183
|
-
*
|
|
175
|
+
* 获取Secret详情
|
|
184
176
|
*/
|
|
185
|
-
|
|
177
|
+
DescribeSecret(req: DescribeSecretRequest, cb?: (error: string, rep: DescribeSecretResponse) => void): Promise<DescribeSecretResponse>;
|
|
186
178
|
/**
|
|
187
|
-
*
|
|
179
|
+
* 获取命名空间下的资源信息
|
|
188
180
|
*/
|
|
189
|
-
|
|
181
|
+
DescribeNamespaceResources(req: DescribeNamespaceResourcesRequest, cb?: (error: string, rep: DescribeNamespaceResourcesResponse) => void): Promise<DescribeNamespaceResourcesResponse>;
|
|
190
182
|
/**
|
|
191
|
-
*
|
|
183
|
+
* 校验ConfigMap的Yaml语法
|
|
192
184
|
*/
|
|
193
|
-
|
|
185
|
+
DescribeConfigMapYamlError(req: DescribeConfigMapYamlErrorRequest, cb?: (error: string, rep: DescribeConfigMapYamlErrorResponse) => void): Promise<DescribeConfigMapYamlErrorResponse>;
|
|
194
186
|
/**
|
|
195
|
-
*
|
|
187
|
+
* 创建边缘单元NodeGroup
|
|
196
188
|
*/
|
|
197
|
-
|
|
189
|
+
CreateEdgeNodeGroup(req: CreateEdgeNodeGroupRequest, cb?: (error: string, rep: CreateEdgeNodeGroupResponse) => void): Promise<CreateEdgeNodeGroupResponse>;
|
|
198
190
|
/**
|
|
199
|
-
*
|
|
191
|
+
* 删除边缘单元NodeUnit
|
|
200
192
|
*/
|
|
201
|
-
|
|
193
|
+
DeleteNodeUnit(req: DeleteNodeUnitRequest, cb?: (error: string, rep: DeleteNodeUnitResponse) => void): Promise<DeleteNodeUnitResponse>;
|
|
202
194
|
/**
|
|
203
|
-
*
|
|
195
|
+
* 获取应用日志
|
|
204
196
|
*/
|
|
205
|
-
|
|
197
|
+
DescribeEdgeUnitApplicationLogs(req: DescribeEdgeUnitApplicationLogsRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationLogsResponse) => void): Promise<DescribeEdgeUnitApplicationLogsResponse>;
|
|
206
198
|
/**
|
|
207
|
-
*
|
|
199
|
+
* 获取边缘节点信息
|
|
208
200
|
*/
|
|
209
|
-
|
|
201
|
+
DescribeEdgeNode(req: DescribeEdgeNodeRequest, cb?: (error: string, rep: DescribeEdgeNodeResponse) => void): Promise<DescribeEdgeNodeResponse>;
|
|
210
202
|
/**
|
|
211
|
-
* Yaml
|
|
203
|
+
* 检查应用模板的Yaml配置
|
|
212
204
|
*/
|
|
213
|
-
|
|
205
|
+
DescribeApplicationYamlError(req: DescribeApplicationYamlErrorRequest, cb?: (error: string, rep: DescribeApplicationYamlErrorResponse) => void): Promise<DescribeApplicationYamlErrorResponse>;
|
|
214
206
|
/**
|
|
215
|
-
*
|
|
207
|
+
* 创建token
|
|
216
208
|
*/
|
|
217
|
-
|
|
209
|
+
CreateUserToken(req: CreateUserTokenRequest, cb?: (error: string, rep: CreateUserTokenResponse) => void): Promise<CreateUserTokenResponse>;
|
|
218
210
|
/**
|
|
219
|
-
*
|
|
211
|
+
* 查询边缘单元列表
|
|
220
212
|
*/
|
|
221
|
-
|
|
213
|
+
DescribeEdgeUnitsCloud(req: DescribeEdgeUnitsCloudRequest, cb?: (error: string, rep: DescribeEdgeUnitsCloudResponse) => void): Promise<DescribeEdgeUnitsCloudResponse>;
|
|
222
214
|
/**
|
|
223
|
-
*
|
|
215
|
+
* 创建边缘单元
|
|
224
216
|
*/
|
|
225
|
-
|
|
217
|
+
CreateEdgeUnitCloud(req: CreateEdgeUnitCloudRequest, cb?: (error: string, rep: CreateEdgeUnitCloudResponse) => void): Promise<CreateEdgeUnitCloudResponse>;
|
|
226
218
|
/**
|
|
227
|
-
*
|
|
219
|
+
* 可视化创建应用
|
|
228
220
|
*/
|
|
229
|
-
|
|
221
|
+
CreateEdgeUnitApplicationVisualization(req: CreateEdgeUnitApplicationVisualizationRequest, cb?: (error: string, rep: CreateEdgeUnitApplicationVisualizationResponse) => void): Promise<CreateEdgeUnitApplicationVisualizationResponse>;
|
|
230
222
|
/**
|
|
231
|
-
*
|
|
223
|
+
* 查询边缘集群NodeGroup
|
|
232
224
|
*/
|
|
233
|
-
|
|
225
|
+
DescribeEdgeUnitNodeGroup(req: DescribeEdgeUnitNodeGroupRequest, cb?: (error: string, rep: DescribeEdgeUnitNodeGroupResponse) => void): Promise<DescribeEdgeUnitNodeGroupResponse>;
|
|
234
226
|
/**
|
|
235
|
-
*
|
|
227
|
+
* 从组件市场选中组件并添加到应用模板列表
|
|
236
228
|
*/
|
|
237
|
-
|
|
229
|
+
ApplyMarketComponent(req: ApplyMarketComponentRequest, cb?: (error: string, rep: ApplyMarketComponentResponse) => void): Promise<ApplyMarketComponentResponse>;
|
|
238
230
|
/**
|
|
239
|
-
*
|
|
231
|
+
* 获取应用模板可视化配置信息
|
|
240
232
|
*/
|
|
241
|
-
|
|
233
|
+
DescribeApplicationVisualization(req: DescribeApplicationVisualizationRequest, cb?: (error: string, rep: DescribeApplicationVisualizationResponse) => void): Promise<DescribeApplicationVisualizationResponse>;
|
|
242
234
|
/**
|
|
243
|
-
*
|
|
235
|
+
* 查询边缘单元EdgeUnit模板列表
|
|
244
236
|
*/
|
|
245
|
-
|
|
237
|
+
DescribeEdgeUnitNodeUnitTemplates(req: DescribeEdgeUnitNodeUnitTemplatesRequest, cb?: (error: string, rep: DescribeEdgeUnitNodeUnitTemplatesResponse) => void): Promise<DescribeEdgeUnitNodeUnitTemplatesResponse>;
|
|
246
238
|
/**
|
|
247
239
|
* 获取组件市场的组件信息
|
|
248
240
|
*/
|
|
249
241
|
GetMarketComponent(req: GetMarketComponentRequest, cb?: (error: string, rep: GetMarketComponentResponse) => void): Promise<GetMarketComponentResponse>;
|
|
250
|
-
/**
|
|
251
|
-
* 获取单元下应用列表
|
|
252
|
-
*/
|
|
253
|
-
DescribeEdgeUnitApplications(req: DescribeEdgeUnitApplicationsRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationsResponse) => void): Promise<DescribeEdgeUnitApplicationsResponse>;
|
|
254
242
|
/**
|
|
255
243
|
* 获取命名空间列表信息
|
|
256
244
|
*/
|
|
257
245
|
DescribeNamespaces(req: DescribeNamespacesRequest, cb?: (error: string, rep: DescribeNamespacesResponse) => void): Promise<DescribeNamespacesResponse>;
|
|
258
|
-
/**
|
|
259
|
-
* 查询边缘节点列表
|
|
260
|
-
*/
|
|
261
|
-
DescribeEdgeNodes(req: DescribeEdgeNodesRequest, cb?: (error: string, rep: DescribeEdgeNodesResponse) => void): Promise<DescribeEdgeNodesResponse>;
|
|
262
246
|
/**
|
|
263
247
|
* 查询边缘操作日志
|
|
264
248
|
*/
|
|
@@ -272,63 +256,107 @@ export declare class Client extends AbstractClient {
|
|
|
272
256
|
*/
|
|
273
257
|
DescribeEdgePod(req: DescribeEdgePodRequest, cb?: (error: string, rep: DescribeEdgePodResponse) => void): Promise<DescribeEdgePodResponse>;
|
|
274
258
|
/**
|
|
275
|
-
*
|
|
259
|
+
* 获取应用下Pod状态
|
|
276
260
|
*/
|
|
277
|
-
|
|
261
|
+
DescribeEdgeUnitApplicationPods(req: DescribeEdgeUnitApplicationPodsRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationPodsResponse) => void): Promise<DescribeEdgeUnitApplicationPodsResponse>;
|
|
278
262
|
/**
|
|
279
|
-
*
|
|
263
|
+
* 删除应用列表
|
|
280
264
|
*/
|
|
281
|
-
|
|
265
|
+
DeleteEdgeUnitApplications(req: DeleteEdgeUnitApplicationsRequest, cb?: (error: string, rep: DeleteEdgeUnitApplicationsResponse) => void): Promise<DeleteEdgeUnitApplicationsResponse>;
|
|
282
266
|
/**
|
|
283
|
-
*
|
|
267
|
+
* 查询边缘单元Grid列表
|
|
284
268
|
*/
|
|
285
|
-
|
|
269
|
+
DescribeEdgeUnitDeployGrid(req: DescribeEdgeUnitDeployGridRequest, cb?: (error: string, rep: DescribeEdgeUnitDeployGridResponse) => void): Promise<DescribeEdgeUnitDeployGridResponse>;
|
|
286
270
|
/**
|
|
287
|
-
*
|
|
271
|
+
* 删除Secret
|
|
288
272
|
*/
|
|
289
|
-
|
|
273
|
+
DeleteSecret(req: DeleteSecretRequest, cb?: (error: string, rep: DeleteSecretResponse) => void): Promise<DeleteSecretResponse>;
|
|
290
274
|
/**
|
|
291
|
-
*
|
|
275
|
+
* 批量删除边缘节点
|
|
292
276
|
*/
|
|
293
|
-
|
|
277
|
+
DeleteEdgeNodes(req: DeleteEdgeNodesRequest, cb?: (error: string, rep: DeleteEdgeNodesResponse) => void): Promise<DeleteEdgeNodesResponse>;
|
|
294
278
|
/**
|
|
295
|
-
*
|
|
279
|
+
* 创建ConfigMap
|
|
296
280
|
*/
|
|
297
|
-
|
|
281
|
+
CreateConfigMap(req: CreateConfigMapRequest, cb?: (error: string, rep: CreateConfigMapResponse) => void): Promise<CreateConfigMapResponse>;
|
|
298
282
|
/**
|
|
299
|
-
*
|
|
283
|
+
* 查询边缘集群详情
|
|
300
284
|
*/
|
|
301
|
-
|
|
285
|
+
DescribeEdgeUnitCloud(req: DescribeEdgeUnitCloudRequest, cb?: (error: string, rep: DescribeEdgeUnitCloudResponse) => void): Promise<DescribeEdgeUnitCloudResponse>;
|
|
302
286
|
/**
|
|
303
|
-
*
|
|
287
|
+
* 删除命名空间
|
|
304
288
|
*/
|
|
305
|
-
|
|
289
|
+
DeleteNamespace(req: DeleteNamespaceRequest, cb?: (error: string, rep: DeleteNamespaceResponse) => void): Promise<DeleteNamespaceResponse>;
|
|
306
290
|
/**
|
|
307
|
-
*
|
|
291
|
+
* 编辑边缘节点标签
|
|
308
292
|
*/
|
|
309
|
-
|
|
293
|
+
ModifyEdgeNodeLabels(req: ModifyEdgeNodeLabelsRequest, cb?: (error: string, rep: ModifyEdgeNodeLabelsResponse) => void): Promise<ModifyEdgeNodeLabelsResponse>;
|
|
310
294
|
/**
|
|
311
|
-
*
|
|
295
|
+
* 查询边缘单元监控数据
|
|
312
296
|
*/
|
|
313
|
-
|
|
297
|
+
DescribeMonitorMetrics(req: DescribeMonitorMetricsRequest, cb?: (error: string, rep: DescribeMonitorMetricsResponse) => void): Promise<DescribeMonitorMetricsResponse>;
|
|
314
298
|
/**
|
|
315
|
-
*
|
|
299
|
+
* 获取ConfigMap列表
|
|
316
300
|
*/
|
|
317
|
-
|
|
301
|
+
DescribeConfigMaps(req: DescribeConfigMapsRequest, cb?: (error: string, rep: DescribeConfigMapsResponse) => void): Promise<DescribeConfigMapsResponse>;
|
|
318
302
|
/**
|
|
319
|
-
*
|
|
303
|
+
* 校验Secret的Yaml语法
|
|
320
304
|
*/
|
|
321
|
-
|
|
305
|
+
DescribeSecretYamlError(req: DescribeSecretYamlErrorRequest, cb?: (error: string, rep: DescribeSecretYamlErrorResponse) => void): Promise<DescribeSecretYamlErrorResponse>;
|
|
322
306
|
/**
|
|
323
|
-
*
|
|
307
|
+
* 更新边缘单元信息
|
|
324
308
|
*/
|
|
325
|
-
|
|
309
|
+
ModifyEdgeUnitCloudApi(req: ModifyEdgeUnitCloudApiRequest, cb?: (error: string, rep: ModifyEdgeUnitCloudApiResponse) => void): Promise<ModifyEdgeUnitCloudApiResponse>;
|
|
326
310
|
/**
|
|
327
|
-
*
|
|
311
|
+
* 修改应用模板基本信息
|
|
328
312
|
*/
|
|
329
|
-
|
|
313
|
+
ModifyApplicationBasicInfo(req: ModifyApplicationBasicInfoRequest, cb?: (error: string, rep: ModifyApplicationBasicInfoResponse) => void): Promise<ModifyApplicationBasicInfoResponse>;
|
|
330
314
|
/**
|
|
331
|
-
*
|
|
315
|
+
* 查询边缘单元指定Grid下的部署应用列表
|
|
332
316
|
*/
|
|
333
|
-
|
|
317
|
+
DescribeEdgeUnitDeployGridItem(req: DescribeEdgeUnitDeployGridItemRequest, cb?: (error: string, rep: DescribeEdgeUnitDeployGridItemResponse) => void): Promise<DescribeEdgeUnitDeployGridItemResponse>;
|
|
318
|
+
/**
|
|
319
|
+
* 查询应用模板Yaml
|
|
320
|
+
*/
|
|
321
|
+
DescribeApplicationYaml(req: DescribeApplicationYamlRequest, cb?: (error: string, rep: DescribeApplicationYamlResponse) => void): Promise<DescribeApplicationYamlResponse>;
|
|
322
|
+
/**
|
|
323
|
+
* 修改单元应用基本信息
|
|
324
|
+
*/
|
|
325
|
+
ModifyEdgeUnitApplicationBasicInfo(req: ModifyEdgeUnitApplicationBasicInfoRequest, cb?: (error: string, rep: ModifyEdgeUnitApplicationBasicInfoResponse) => void): Promise<ModifyEdgeUnitApplicationBasicInfoResponse>;
|
|
326
|
+
/**
|
|
327
|
+
* 创建可视化创建应用模板
|
|
328
|
+
*/
|
|
329
|
+
CreateApplicationVisualization(req: CreateApplicationVisualizationRequest, cb?: (error: string, rep: CreateApplicationVisualizationResponse) => void): Promise<CreateApplicationVisualizationResponse>;
|
|
330
|
+
/**
|
|
331
|
+
* 获取ConfigMap详情
|
|
332
|
+
*/
|
|
333
|
+
DescribeConfigMap(req: DescribeConfigMapRequest, cb?: (error: string, rep: DescribeConfigMapResponse) => void): Promise<DescribeConfigMapResponse>;
|
|
334
|
+
/**
|
|
335
|
+
* 查询节点Pod内的容器列表
|
|
336
|
+
*/
|
|
337
|
+
DescribeEdgeNodePodContainers(req: DescribeEdgeNodePodContainersRequest, cb?: (error: string, rep: DescribeEdgeNodePodContainersResponse) => void): Promise<DescribeEdgeNodePodContainersResponse>;
|
|
338
|
+
/**
|
|
339
|
+
* 获取应用容器状态
|
|
340
|
+
*/
|
|
341
|
+
DescribeEdgeUnitApplicationPodContainers(req: DescribeEdgeUnitApplicationPodContainersRequest, cb?: (error: string, rep: DescribeEdgeUnitApplicationPodContainersResponse) => void): Promise<DescribeEdgeUnitApplicationPodContainersResponse>;
|
|
342
|
+
/**
|
|
343
|
+
* 批量预注册节点
|
|
344
|
+
*/
|
|
345
|
+
CreateEdgeNodeBatch(req: CreateEdgeNodeBatchRequest, cb?: (error: string, rep: CreateEdgeNodeBatchResponse) => void): Promise<CreateEdgeNodeBatchResponse>;
|
|
346
|
+
/**
|
|
347
|
+
* 查询用户的资源限制
|
|
348
|
+
*/
|
|
349
|
+
DescribeYeheResourceLimit(req?: DescribeYeheResourceLimitRequest, cb?: (error: string, rep: DescribeYeheResourceLimitResponse) => void): Promise<DescribeYeheResourceLimitResponse>;
|
|
350
|
+
/**
|
|
351
|
+
* Yaml方式修改应用配置
|
|
352
|
+
*/
|
|
353
|
+
ModifyEdgeUnitApplicationYaml(req: ModifyEdgeUnitApplicationYamlRequest, cb?: (error: string, rep: ModifyEdgeUnitApplicationYamlResponse) => void): Promise<ModifyEdgeUnitApplicationYamlResponse>;
|
|
354
|
+
/**
|
|
355
|
+
* 删除边缘单元
|
|
356
|
+
*/
|
|
357
|
+
DeleteEdgeUnitCloud(req: DeleteEdgeUnitCloudRequest, cb?: (error: string, rep: DeleteEdgeUnitCloudResponse) => void): Promise<DeleteEdgeUnitCloudResponse>;
|
|
358
|
+
/**
|
|
359
|
+
* 查询预注册节点列表
|
|
360
|
+
*/
|
|
361
|
+
DescribeEdgeSnNodes(req: DescribeEdgeSnNodesRequest, cb?: (error: string, rep: DescribeEdgeSnNodesResponse) => void): Promise<DescribeEdgeSnNodesResponse>;
|
|
334
362
|
}
|