@huaweicloud/huaweicloud-sdk-codeartsdeploy 3.1.44 → 3.1.46
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/huaweicloud-sdk-codeartsdeploy.ts +4 -0
- package/package.json +4 -4
- package/v2/{CodeArtsDeployClient.js → CodeArtsDeployClient.ts} +608 -388
- package/v2/CodeArtsDeployRegion.ts +40 -0
- package/v2/model/AppComponentDao.ts +82 -0
- package/v2/model/ConfigInfoDO.ts +73 -0
- package/v2/model/CreateDeployTaskByTemplateRequest.ts +33 -0
- package/v2/model/CreateDeployTaskByTemplateResponse.ts +30 -0
- package/v2/model/CreateDeploymentGroupRequest.ts +33 -0
- package/v2/model/CreateDeploymentGroupResponse.ts +19 -0
- package/v2/model/CreateDeploymentHostRequest.ts +45 -0
- package/v2/model/CreateDeploymentHostResponse.ts +19 -0
- package/v2/model/DeleteDeployTaskRequest.ts +39 -0
- package/v2/model/DeleteDeployTaskResponse.ts +19 -0
- package/v2/model/DeleteDeploymentGroupRequest.ts +39 -0
- package/v2/model/DeleteDeploymentGroupResponse.ts +19 -0
- package/v2/model/DeleteDeploymentHostRequest.ts +51 -0
- package/v2/model/DeleteDeploymentHostResponse.ts +19 -0
- package/v2/model/DeploymentGroup.ts +78 -0
- package/v2/model/DeploymentGroupDetail.ts +160 -0
- package/v2/model/DeploymentGroupUpdateRequest.ts +49 -0
- package/v2/model/DeploymentHost.ts +86 -0
- package/v2/model/DeploymentHostAuthorizationBody.ts +49 -0
- package/v2/model/DeploymentHostDetail.ts +270 -0
- package/v2/model/DeploymentHostInfo.ts +98 -0
- package/v2/model/DeploymentHostRequest.ts +77 -0
- package/v2/model/DeploymentUpdateHost.ts +71 -0
- package/v2/model/DynamicConfigInfo.ts +33 -0
- package/v2/model/EnvExecutionBody.ts +34 -0
- package/v2/model/ExecuteRecordV2Body.ts +75 -0
- package/v2/model/KeyValueDO.ts +16 -0
- package/v2/model/ListDeployTaskHistoryByDateRequest.ts +81 -0
- package/v2/model/ListDeployTaskHistoryByDateResponse.ts +25 -0
- package/v2/model/ListDeployTasksRequest.ts +51 -0
- package/v2/model/ListDeployTasksResponse.ts +25 -0
- package/v2/model/ListHostGroupsRequest.ts +88 -0
- package/v2/model/ListHostGroupsResponse.ts +25 -0
- package/v2/model/ListHostsRequest.ts +86 -0
- package/v2/model/ListHostsResponse.ts +30 -0
- package/v2/model/ListTaskSuccessRateRequest.ts +24 -0
- package/v2/model/ListTaskSuccessRateResponse.ts +64 -0
- package/v2/model/ParamTypeLimits.ts +11 -0
- package/v2/model/PermissionGroupDetail.ts +61 -0
- package/v2/model/PermissionHostDetail.ts +61 -0
- package/v2/model/ShowDeployTaskDetailRequest.ts +18 -0
- package/v2/model/ShowDeployTaskDetailResponse.ts +351 -0
- package/v2/model/ShowDeploymentGroupDetailRequest.ts +18 -0
- package/v2/model/ShowDeploymentGroupDetailResponse.ts +162 -0
- package/v2/model/ShowDeploymentHostDetailRequest.ts +30 -0
- package/v2/model/ShowDeploymentHostDetailResponse.ts +273 -0
- package/v2/model/ShowProjectSuccessRateRequest.ts +42 -0
- package/v2/model/ShowProjectSuccessRateResponse.ts +96 -0
- package/v2/model/StartDeployTaskRequest.ts +45 -0
- package/v2/model/StartDeployTaskResponse.ts +47 -0
- package/v2/model/Step.ts +26 -0
- package/v2/model/TaskInfo.ts +349 -0
- package/v2/model/TaskSuccessRate.ts +61 -0
- package/v2/model/TasksSuccessRateQuery.ts +42 -0
- package/v2/model/TemplateTaskRequestBody.ts +71 -0
- package/v2/model/UpdateDeploymentGroupRequest.ts +45 -0
- package/v2/model/UpdateDeploymentGroupResponse.ts +19 -0
- package/v2/model/UpdateDeploymentHostRequest.ts +57 -0
- package/v2/model/UpdateDeploymentHostResponse.ts +19 -0
- package/v2/model/UserInfo.ts +28 -0
- package/v2/{public-api.d.ts → public-api.ts} +1 -0
- package/LICENSE +0 -13
- package/README.md +0 -1
- package/huaweicloud-sdk-codeartsdeploy.d.ts +0 -2
- package/huaweicloud-sdk-codeartsdeploy.js +0 -31
- package/v2/CodeArtsDeployClient.d.ts +0 -538
- package/v2/CodeArtsDeployRegion.d.ts +0 -12
- package/v2/CodeArtsDeployRegion.js +0 -37
- package/v2/model/AppComponentDao.d.ts +0 -31
- package/v2/model/AppComponentDao.js +0 -101
- package/v2/model/ConfigInfoDO.d.ts +0 -40
- package/v2/model/ConfigInfoDO.js +0 -77
- package/v2/model/CreateDeployTaskByTemplateRequest.d.ts +0 -18
- package/v2/model/CreateDeployTaskByTemplateRequest.js +0 -37
- package/v2/model/CreateDeployTaskByTemplateResponse.d.ts +0 -12
- package/v2/model/CreateDeployTaskByTemplateResponse.js +0 -55
- package/v2/model/CreateDeploymentGroupRequest.d.ts +0 -18
- package/v2/model/CreateDeploymentGroupRequest.js +0 -37
- package/v2/model/CreateDeploymentGroupResponse.d.ts +0 -8
- package/v2/model/CreateDeploymentGroupResponse.js +0 -41
- package/v2/model/CreateDeploymentHostRequest.d.ts +0 -22
- package/v2/model/CreateDeploymentHostRequest.js +0 -52
- package/v2/model/CreateDeploymentHostResponse.d.ts +0 -8
- package/v2/model/CreateDeploymentHostResponse.js +0 -41
- package/v2/model/DeleteDeployTaskRequest.d.ts +0 -19
- package/v2/model/DeleteDeployTaskRequest.js +0 -48
- package/v2/model/DeleteDeployTaskResponse.d.ts +0 -8
- package/v2/model/DeleteDeployTaskResponse.js +0 -41
- package/v2/model/DeleteDeploymentGroupRequest.d.ts +0 -19
- package/v2/model/DeleteDeploymentGroupRequest.js +0 -48
- package/v2/model/DeleteDeploymentGroupResponse.d.ts +0 -8
- package/v2/model/DeleteDeploymentGroupResponse.js +0 -41
- package/v2/model/DeleteDeploymentHostRequest.d.ts +0 -23
- package/v2/model/DeleteDeploymentHostRequest.js +0 -63
- package/v2/model/DeleteDeploymentHostResponse.d.ts +0 -8
- package/v2/model/DeleteDeploymentHostResponse.js +0 -41
- package/v2/model/DeploymentGroup.d.ts +0 -33
- package/v2/model/DeploymentGroup.js +0 -90
- package/v2/model/DeploymentGroupDetail.d.ts +0 -61
- package/v2/model/DeploymentGroupDetail.js +0 -193
- package/v2/model/DeploymentGroupUpdateRequest.d.ts +0 -24
- package/v2/model/DeploymentGroupUpdateRequest.js +0 -56
- package/v2/model/DeploymentHost.d.ts +0 -36
- package/v2/model/DeploymentHost.js +0 -96
- package/v2/model/DeploymentHostAuthorizationBody.d.ts +0 -23
- package/v2/model/DeploymentHostAuthorizationBody.js +0 -56
- package/v2/model/DeploymentHostDetail.d.ts +0 -103
- package/v2/model/DeploymentHostDetail.js +0 -325
- package/v2/model/DeploymentHostInfo.d.ts +0 -40
- package/v2/model/DeploymentHostInfo.js +0 -111
- package/v2/model/DeploymentHostRequest.d.ts +0 -28
- package/v2/model/DeploymentHostRequest.js +0 -86
- package/v2/model/DeploymentUpdateHost.d.ts +0 -26
- package/v2/model/DeploymentUpdateHost.js +0 -82
- package/v2/model/DynamicConfigInfo.d.ts +0 -19
- package/v2/model/DynamicConfigInfo.js +0 -32
- package/v2/model/EnvExecutionBody.d.ts +0 -14
- package/v2/model/EnvExecutionBody.js +0 -41
- package/v2/model/ExecuteRecordV2Body.d.ts +0 -29
- package/v2/model/ExecuteRecordV2Body.js +0 -85
- package/v2/model/KeyValueDO.d.ts +0 -7
- package/v2/model/KeyValueDO.js +0 -17
- package/v2/model/ListDeployTaskHistoryByDateRequest.d.ts +0 -33
- package/v2/model/ListDeployTaskHistoryByDateRequest.js +0 -93
- package/v2/model/ListDeployTaskHistoryByDateResponse.d.ts +0 -11
- package/v2/model/ListDeployTaskHistoryByDateResponse.js +0 -45
- package/v2/model/ListDeployTasksRequest.d.ts +0 -23
- package/v2/model/ListDeployTasksRequest.js +0 -58
- package/v2/model/ListDeployTasksResponse.d.ts +0 -11
- package/v2/model/ListDeployTasksResponse.js +0 -45
- package/v2/model/ListHostGroupsRequest.d.ts +0 -43
- package/v2/model/ListHostGroupsRequest.js +0 -100
- package/v2/model/ListHostGroupsResponse.d.ts +0 -11
- package/v2/model/ListHostGroupsResponse.js +0 -45
- package/v2/model/ListHostsRequest.d.ts +0 -37
- package/v2/model/ListHostsRequest.js +0 -101
- package/v2/model/ListHostsResponse.d.ts +0 -13
- package/v2/model/ListHostsResponse.js +0 -49
- package/v2/model/ListTaskSuccessRateRequest.d.ts +0 -10
- package/v2/model/ListTaskSuccessRateRequest.js +0 -28
- package/v2/model/ListTaskSuccessRateResponse.d.ts +0 -25
- package/v2/model/ListTaskSuccessRateResponse.js +0 -97
- package/v2/model/ParamTypeLimits.d.ts +0 -5
- package/v2/model/ParamTypeLimits.js +0 -13
- package/v2/model/PermissionGroupDetail.d.ts +0 -23
- package/v2/model/PermissionGroupDetail.js +0 -79
- package/v2/model/PermissionHostDetail.d.ts +0 -23
- package/v2/model/PermissionHostDetail.js +0 -79
- package/v2/model/ShowDeployTaskDetailRequest.d.ts +0 -7
- package/v2/model/ShowDeployTaskDetailRequest.js +0 -24
- package/v2/model/ShowDeployTaskDetailResponse.d.ts +0 -140
- package/v2/model/ShowDeployTaskDetailResponse.js +0 -442
- package/v2/model/ShowDeploymentGroupDetailRequest.d.ts +0 -7
- package/v2/model/ShowDeploymentGroupDetailRequest.js +0 -24
- package/v2/model/ShowDeploymentGroupDetailResponse.d.ts +0 -62
- package/v2/model/ShowDeploymentGroupDetailResponse.js +0 -211
- package/v2/model/ShowDeploymentHostDetailRequest.d.ts +0 -11
- package/v2/model/ShowDeploymentHostDetailRequest.js +0 -39
- package/v2/model/ShowDeploymentHostDetailResponse.d.ts +0 -105
- package/v2/model/ShowDeploymentHostDetailResponse.js +0 -344
- package/v2/model/ShowProjectSuccessRateRequest.d.ts +0 -15
- package/v2/model/ShowProjectSuccessRateRequest.js +0 -54
- package/v2/model/ShowProjectSuccessRateResponse.d.ts +0 -36
- package/v2/model/ShowProjectSuccessRateResponse.js +0 -139
- package/v2/model/StartDeployTaskRequest.d.ts +0 -22
- package/v2/model/StartDeployTaskRequest.js +0 -52
- package/v2/model/StartDeployTaskResponse.d.ts +0 -19
- package/v2/model/StartDeployTaskResponse.js +0 -73
- package/v2/model/Step.d.ts +0 -15
- package/v2/model/Step.js +0 -25
- package/v2/model/TaskInfo.d.ts +0 -139
- package/v2/model/TaskInfo.js +0 -424
- package/v2/model/TaskSuccessRate.d.ts +0 -23
- package/v2/model/TaskSuccessRate.js +0 -79
- package/v2/model/TasksSuccessRateQuery.d.ts +0 -15
- package/v2/model/TasksSuccessRateQuery.js +0 -54
- package/v2/model/TemplateTaskRequestBody.d.ts +0 -26
- package/v2/model/TemplateTaskRequestBody.js +0 -87
- package/v2/model/UpdateDeploymentGroupRequest.d.ts +0 -22
- package/v2/model/UpdateDeploymentGroupRequest.js +0 -52
- package/v2/model/UpdateDeploymentGroupResponse.d.ts +0 -8
- package/v2/model/UpdateDeploymentGroupResponse.js +0 -41
- package/v2/model/UpdateDeploymentHostRequest.d.ts +0 -26
- package/v2/model/UpdateDeploymentHostRequest.js +0 -67
- package/v2/model/UpdateDeploymentHostResponse.d.ts +0 -8
- package/v2/model/UpdateDeploymentHostResponse.js +0 -41
- package/v2/model/UserInfo.d.ts +0 -11
- package/v2/model/UserInfo.js +0 -37
- package/v2/public-api.js +0 -78
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AppComponentDao = void 0;
|
|
4
|
-
var AppComponentDao = /** @class */ (function () {
|
|
5
|
-
function AppComponentDao() {
|
|
6
|
-
}
|
|
7
|
-
AppComponentDao.prototype.withTaskId = function (taskId) {
|
|
8
|
-
this['task_id'] = taskId;
|
|
9
|
-
return this;
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(AppComponentDao.prototype, "taskId", {
|
|
12
|
-
get: function () {
|
|
13
|
-
return this['task_id'];
|
|
14
|
-
},
|
|
15
|
-
set: function (taskId) {
|
|
16
|
-
this['task_id'] = taskId;
|
|
17
|
-
},
|
|
18
|
-
enumerable: false,
|
|
19
|
-
configurable: true
|
|
20
|
-
});
|
|
21
|
-
AppComponentDao.prototype.withAppId = function (appId) {
|
|
22
|
-
this['app_id'] = appId;
|
|
23
|
-
return this;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(AppComponentDao.prototype, "appId", {
|
|
26
|
-
get: function () {
|
|
27
|
-
return this['app_id'];
|
|
28
|
-
},
|
|
29
|
-
set: function (appId) {
|
|
30
|
-
this['app_id'] = appId;
|
|
31
|
-
},
|
|
32
|
-
enumerable: false,
|
|
33
|
-
configurable: true
|
|
34
|
-
});
|
|
35
|
-
AppComponentDao.prototype.withAppName = function (appName) {
|
|
36
|
-
this['app_name'] = appName;
|
|
37
|
-
return this;
|
|
38
|
-
};
|
|
39
|
-
Object.defineProperty(AppComponentDao.prototype, "appName", {
|
|
40
|
-
get: function () {
|
|
41
|
-
return this['app_name'];
|
|
42
|
-
},
|
|
43
|
-
set: function (appName) {
|
|
44
|
-
this['app_name'] = appName;
|
|
45
|
-
},
|
|
46
|
-
enumerable: false,
|
|
47
|
-
configurable: true
|
|
48
|
-
});
|
|
49
|
-
AppComponentDao.prototype.withCompId = function (compId) {
|
|
50
|
-
this['comp_id'] = compId;
|
|
51
|
-
return this;
|
|
52
|
-
};
|
|
53
|
-
Object.defineProperty(AppComponentDao.prototype, "compId", {
|
|
54
|
-
get: function () {
|
|
55
|
-
return this['comp_id'];
|
|
56
|
-
},
|
|
57
|
-
set: function (compId) {
|
|
58
|
-
this['comp_id'] = compId;
|
|
59
|
-
},
|
|
60
|
-
enumerable: false,
|
|
61
|
-
configurable: true
|
|
62
|
-
});
|
|
63
|
-
AppComponentDao.prototype.withCompName = function (compName) {
|
|
64
|
-
this['comp_name'] = compName;
|
|
65
|
-
return this;
|
|
66
|
-
};
|
|
67
|
-
Object.defineProperty(AppComponentDao.prototype, "compName", {
|
|
68
|
-
get: function () {
|
|
69
|
-
return this['comp_name'];
|
|
70
|
-
},
|
|
71
|
-
set: function (compName) {
|
|
72
|
-
this['comp_name'] = compName;
|
|
73
|
-
},
|
|
74
|
-
enumerable: false,
|
|
75
|
-
configurable: true
|
|
76
|
-
});
|
|
77
|
-
AppComponentDao.prototype.withDomainId = function (domainId) {
|
|
78
|
-
this['domain_id'] = domainId;
|
|
79
|
-
return this;
|
|
80
|
-
};
|
|
81
|
-
Object.defineProperty(AppComponentDao.prototype, "domainId", {
|
|
82
|
-
get: function () {
|
|
83
|
-
return this['domain_id'];
|
|
84
|
-
},
|
|
85
|
-
set: function (domainId) {
|
|
86
|
-
this['domain_id'] = domainId;
|
|
87
|
-
},
|
|
88
|
-
enumerable: false,
|
|
89
|
-
configurable: true
|
|
90
|
-
});
|
|
91
|
-
AppComponentDao.prototype.withRegion = function (region) {
|
|
92
|
-
this['region'] = region;
|
|
93
|
-
return this;
|
|
94
|
-
};
|
|
95
|
-
AppComponentDao.prototype.withState = function (state) {
|
|
96
|
-
this['state'] = state;
|
|
97
|
-
return this;
|
|
98
|
-
};
|
|
99
|
-
return AppComponentDao;
|
|
100
|
-
}());
|
|
101
|
-
exports.AppComponentDao = AppComponentDao;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { ParamTypeLimits } from './ParamTypeLimits';
|
|
2
|
-
export declare class ConfigInfoDO {
|
|
3
|
-
name?: string;
|
|
4
|
-
type?: ConfigInfoDOTypeEnum;
|
|
5
|
-
description?: string;
|
|
6
|
-
value?: string;
|
|
7
|
-
private 'task_id'?;
|
|
8
|
-
private 'static_status'?;
|
|
9
|
-
limits?: Array<ParamTypeLimits>;
|
|
10
|
-
constructor();
|
|
11
|
-
withName(name: string): ConfigInfoDO;
|
|
12
|
-
withType(type: ConfigInfoDOTypeEnum): ConfigInfoDO;
|
|
13
|
-
withDescription(description: string): ConfigInfoDO;
|
|
14
|
-
withValue(value: string): ConfigInfoDO;
|
|
15
|
-
withTaskId(taskId: string): ConfigInfoDO;
|
|
16
|
-
set taskId(taskId: string | undefined);
|
|
17
|
-
get taskId(): string | undefined;
|
|
18
|
-
withStaticStatus(staticStatus: ConfigInfoDOStaticStatusEnum): ConfigInfoDO;
|
|
19
|
-
set staticStatus(staticStatus: ConfigInfoDOStaticStatusEnum | undefined);
|
|
20
|
-
get staticStatus(): ConfigInfoDOStaticStatusEnum | undefined;
|
|
21
|
-
withLimits(limits: Array<ParamTypeLimits>): ConfigInfoDO;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* @export
|
|
25
|
-
* @enum {string}
|
|
26
|
-
*/
|
|
27
|
-
export declare enum ConfigInfoDOTypeEnum {
|
|
28
|
-
TEXT = "text",
|
|
29
|
-
HOST_GROUP = "host_group",
|
|
30
|
-
ENUM = "enum",
|
|
31
|
-
ENCRYPT = "encrypt"
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* @export
|
|
35
|
-
* @enum {string}
|
|
36
|
-
*/
|
|
37
|
-
export declare enum ConfigInfoDOStaticStatusEnum {
|
|
38
|
-
NUMBER_0 = 0,
|
|
39
|
-
NUMBER_1 = 1
|
|
40
|
-
}
|
package/v2/model/ConfigInfoDO.js
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConfigInfoDOStaticStatusEnum = exports.ConfigInfoDOTypeEnum = exports.ConfigInfoDO = void 0;
|
|
4
|
-
var ConfigInfoDO = /** @class */ (function () {
|
|
5
|
-
function ConfigInfoDO() {
|
|
6
|
-
}
|
|
7
|
-
ConfigInfoDO.prototype.withName = function (name) {
|
|
8
|
-
this['name'] = name;
|
|
9
|
-
return this;
|
|
10
|
-
};
|
|
11
|
-
ConfigInfoDO.prototype.withType = function (type) {
|
|
12
|
-
this['type'] = type;
|
|
13
|
-
return this;
|
|
14
|
-
};
|
|
15
|
-
ConfigInfoDO.prototype.withDescription = function (description) {
|
|
16
|
-
this['description'] = description;
|
|
17
|
-
return this;
|
|
18
|
-
};
|
|
19
|
-
ConfigInfoDO.prototype.withValue = function (value) {
|
|
20
|
-
this['value'] = value;
|
|
21
|
-
return this;
|
|
22
|
-
};
|
|
23
|
-
ConfigInfoDO.prototype.withTaskId = function (taskId) {
|
|
24
|
-
this['task_id'] = taskId;
|
|
25
|
-
return this;
|
|
26
|
-
};
|
|
27
|
-
Object.defineProperty(ConfigInfoDO.prototype, "taskId", {
|
|
28
|
-
get: function () {
|
|
29
|
-
return this['task_id'];
|
|
30
|
-
},
|
|
31
|
-
set: function (taskId) {
|
|
32
|
-
this['task_id'] = taskId;
|
|
33
|
-
},
|
|
34
|
-
enumerable: false,
|
|
35
|
-
configurable: true
|
|
36
|
-
});
|
|
37
|
-
ConfigInfoDO.prototype.withStaticStatus = function (staticStatus) {
|
|
38
|
-
this['static_status'] = staticStatus;
|
|
39
|
-
return this;
|
|
40
|
-
};
|
|
41
|
-
Object.defineProperty(ConfigInfoDO.prototype, "staticStatus", {
|
|
42
|
-
get: function () {
|
|
43
|
-
return this['static_status'];
|
|
44
|
-
},
|
|
45
|
-
set: function (staticStatus) {
|
|
46
|
-
this['static_status'] = staticStatus;
|
|
47
|
-
},
|
|
48
|
-
enumerable: false,
|
|
49
|
-
configurable: true
|
|
50
|
-
});
|
|
51
|
-
ConfigInfoDO.prototype.withLimits = function (limits) {
|
|
52
|
-
this['limits'] = limits;
|
|
53
|
-
return this;
|
|
54
|
-
};
|
|
55
|
-
return ConfigInfoDO;
|
|
56
|
-
}());
|
|
57
|
-
exports.ConfigInfoDO = ConfigInfoDO;
|
|
58
|
-
/**
|
|
59
|
-
* @export
|
|
60
|
-
* @enum {string}
|
|
61
|
-
*/
|
|
62
|
-
var ConfigInfoDOTypeEnum;
|
|
63
|
-
(function (ConfigInfoDOTypeEnum) {
|
|
64
|
-
ConfigInfoDOTypeEnum["TEXT"] = "text";
|
|
65
|
-
ConfigInfoDOTypeEnum["HOST_GROUP"] = "host_group";
|
|
66
|
-
ConfigInfoDOTypeEnum["ENUM"] = "enum";
|
|
67
|
-
ConfigInfoDOTypeEnum["ENCRYPT"] = "encrypt";
|
|
68
|
-
})(ConfigInfoDOTypeEnum || (exports.ConfigInfoDOTypeEnum = ConfigInfoDOTypeEnum = {}));
|
|
69
|
-
/**
|
|
70
|
-
* @export
|
|
71
|
-
* @enum {string}
|
|
72
|
-
*/
|
|
73
|
-
var ConfigInfoDOStaticStatusEnum;
|
|
74
|
-
(function (ConfigInfoDOStaticStatusEnum) {
|
|
75
|
-
ConfigInfoDOStaticStatusEnum[ConfigInfoDOStaticStatusEnum["NUMBER_0"] = 0] = "NUMBER_0";
|
|
76
|
-
ConfigInfoDOStaticStatusEnum[ConfigInfoDOStaticStatusEnum["NUMBER_1"] = 1] = "NUMBER_1";
|
|
77
|
-
})(ConfigInfoDOStaticStatusEnum || (exports.ConfigInfoDOStaticStatusEnum = ConfigInfoDOStaticStatusEnum = {}));
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { TemplateTaskRequestBody } from './TemplateTaskRequestBody';
|
|
2
|
-
export declare class CreateDeployTaskByTemplateRequest {
|
|
3
|
-
private 'Content-Type';
|
|
4
|
-
body?: TemplateTaskRequestBody;
|
|
5
|
-
constructor(contentType?: any);
|
|
6
|
-
withContentType(contentType: CreateDeployTaskByTemplateRequestContentTypeEnum): CreateDeployTaskByTemplateRequest;
|
|
7
|
-
set contentType(contentType: CreateDeployTaskByTemplateRequestContentTypeEnum | undefined);
|
|
8
|
-
get contentType(): CreateDeployTaskByTemplateRequestContentTypeEnum | undefined;
|
|
9
|
-
withBody(body: TemplateTaskRequestBody): CreateDeployTaskByTemplateRequest;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @export
|
|
13
|
-
* @enum {string}
|
|
14
|
-
*/
|
|
15
|
-
export declare enum CreateDeployTaskByTemplateRequestContentTypeEnum {
|
|
16
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
17
|
-
APPLICATION_JSON = "application/json"
|
|
18
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDeployTaskByTemplateRequestContentTypeEnum = exports.CreateDeployTaskByTemplateRequest = void 0;
|
|
4
|
-
var CreateDeployTaskByTemplateRequest = /** @class */ (function () {
|
|
5
|
-
function CreateDeployTaskByTemplateRequest(contentType) {
|
|
6
|
-
this['Content-Type'] = contentType;
|
|
7
|
-
}
|
|
8
|
-
CreateDeployTaskByTemplateRequest.prototype.withContentType = function (contentType) {
|
|
9
|
-
this['Content-Type'] = contentType;
|
|
10
|
-
return this;
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(CreateDeployTaskByTemplateRequest.prototype, "contentType", {
|
|
13
|
-
get: function () {
|
|
14
|
-
return this['Content-Type'];
|
|
15
|
-
},
|
|
16
|
-
set: function (contentType) {
|
|
17
|
-
this['Content-Type'] = contentType;
|
|
18
|
-
},
|
|
19
|
-
enumerable: false,
|
|
20
|
-
configurable: true
|
|
21
|
-
});
|
|
22
|
-
CreateDeployTaskByTemplateRequest.prototype.withBody = function (body) {
|
|
23
|
-
this['body'] = body;
|
|
24
|
-
return this;
|
|
25
|
-
};
|
|
26
|
-
return CreateDeployTaskByTemplateRequest;
|
|
27
|
-
}());
|
|
28
|
-
exports.CreateDeployTaskByTemplateRequest = CreateDeployTaskByTemplateRequest;
|
|
29
|
-
/**
|
|
30
|
-
* @export
|
|
31
|
-
* @enum {string}
|
|
32
|
-
*/
|
|
33
|
-
var CreateDeployTaskByTemplateRequestContentTypeEnum;
|
|
34
|
-
(function (CreateDeployTaskByTemplateRequestContentTypeEnum) {
|
|
35
|
-
CreateDeployTaskByTemplateRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
36
|
-
CreateDeployTaskByTemplateRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
37
|
-
})(CreateDeployTaskByTemplateRequestContentTypeEnum || (exports.CreateDeployTaskByTemplateRequestContentTypeEnum = CreateDeployTaskByTemplateRequestContentTypeEnum = {}));
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
-
export declare class CreateDeployTaskByTemplateResponse extends SdkResponse {
|
|
3
|
-
private 'task_name'?;
|
|
4
|
-
private 'task_id'?;
|
|
5
|
-
constructor();
|
|
6
|
-
withTaskName(taskName: string): CreateDeployTaskByTemplateResponse;
|
|
7
|
-
set taskName(taskName: string | undefined);
|
|
8
|
-
get taskName(): string | undefined;
|
|
9
|
-
withTaskId(taskId: string): CreateDeployTaskByTemplateResponse;
|
|
10
|
-
set taskId(taskId: string | undefined);
|
|
11
|
-
get taskId(): string | undefined;
|
|
12
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.CreateDeployTaskByTemplateResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var CreateDeployTaskByTemplateResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(CreateDeployTaskByTemplateResponse, _super);
|
|
22
|
-
function CreateDeployTaskByTemplateResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
CreateDeployTaskByTemplateResponse.prototype.withTaskName = function (taskName) {
|
|
26
|
-
this['task_name'] = taskName;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(CreateDeployTaskByTemplateResponse.prototype, "taskName", {
|
|
30
|
-
get: function () {
|
|
31
|
-
return this['task_name'];
|
|
32
|
-
},
|
|
33
|
-
set: function (taskName) {
|
|
34
|
-
this['task_name'] = taskName;
|
|
35
|
-
},
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
CreateDeployTaskByTemplateResponse.prototype.withTaskId = function (taskId) {
|
|
40
|
-
this['task_id'] = taskId;
|
|
41
|
-
return this;
|
|
42
|
-
};
|
|
43
|
-
Object.defineProperty(CreateDeployTaskByTemplateResponse.prototype, "taskId", {
|
|
44
|
-
get: function () {
|
|
45
|
-
return this['task_id'];
|
|
46
|
-
},
|
|
47
|
-
set: function (taskId) {
|
|
48
|
-
this['task_id'] = taskId;
|
|
49
|
-
},
|
|
50
|
-
enumerable: false,
|
|
51
|
-
configurable: true
|
|
52
|
-
});
|
|
53
|
-
return CreateDeployTaskByTemplateResponse;
|
|
54
|
-
}(SdkResponse_1.SdkResponse));
|
|
55
|
-
exports.CreateDeployTaskByTemplateResponse = CreateDeployTaskByTemplateResponse;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { DeploymentGroup } from './DeploymentGroup';
|
|
2
|
-
export declare class CreateDeploymentGroupRequest {
|
|
3
|
-
private 'Content-Type';
|
|
4
|
-
body?: DeploymentGroup;
|
|
5
|
-
constructor(contentType?: any);
|
|
6
|
-
withContentType(contentType: CreateDeploymentGroupRequestContentTypeEnum): CreateDeploymentGroupRequest;
|
|
7
|
-
set contentType(contentType: CreateDeploymentGroupRequestContentTypeEnum | undefined);
|
|
8
|
-
get contentType(): CreateDeploymentGroupRequestContentTypeEnum | undefined;
|
|
9
|
-
withBody(body: DeploymentGroup): CreateDeploymentGroupRequest;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @export
|
|
13
|
-
* @enum {string}
|
|
14
|
-
*/
|
|
15
|
-
export declare enum CreateDeploymentGroupRequestContentTypeEnum {
|
|
16
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
17
|
-
APPLICATION_JSON = "application/json"
|
|
18
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDeploymentGroupRequestContentTypeEnum = exports.CreateDeploymentGroupRequest = void 0;
|
|
4
|
-
var CreateDeploymentGroupRequest = /** @class */ (function () {
|
|
5
|
-
function CreateDeploymentGroupRequest(contentType) {
|
|
6
|
-
this['Content-Type'] = contentType;
|
|
7
|
-
}
|
|
8
|
-
CreateDeploymentGroupRequest.prototype.withContentType = function (contentType) {
|
|
9
|
-
this['Content-Type'] = contentType;
|
|
10
|
-
return this;
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(CreateDeploymentGroupRequest.prototype, "contentType", {
|
|
13
|
-
get: function () {
|
|
14
|
-
return this['Content-Type'];
|
|
15
|
-
},
|
|
16
|
-
set: function (contentType) {
|
|
17
|
-
this['Content-Type'] = contentType;
|
|
18
|
-
},
|
|
19
|
-
enumerable: false,
|
|
20
|
-
configurable: true
|
|
21
|
-
});
|
|
22
|
-
CreateDeploymentGroupRequest.prototype.withBody = function (body) {
|
|
23
|
-
this['body'] = body;
|
|
24
|
-
return this;
|
|
25
|
-
};
|
|
26
|
-
return CreateDeploymentGroupRequest;
|
|
27
|
-
}());
|
|
28
|
-
exports.CreateDeploymentGroupRequest = CreateDeploymentGroupRequest;
|
|
29
|
-
/**
|
|
30
|
-
* @export
|
|
31
|
-
* @enum {string}
|
|
32
|
-
*/
|
|
33
|
-
var CreateDeploymentGroupRequestContentTypeEnum;
|
|
34
|
-
(function (CreateDeploymentGroupRequestContentTypeEnum) {
|
|
35
|
-
CreateDeploymentGroupRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
36
|
-
CreateDeploymentGroupRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
37
|
-
})(CreateDeploymentGroupRequestContentTypeEnum || (exports.CreateDeploymentGroupRequestContentTypeEnum = CreateDeploymentGroupRequestContentTypeEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
-
export declare class CreateDeploymentGroupResponse extends SdkResponse {
|
|
3
|
-
private 'group_id'?;
|
|
4
|
-
constructor();
|
|
5
|
-
withGroupId(groupId: string): CreateDeploymentGroupResponse;
|
|
6
|
-
set groupId(groupId: string | undefined);
|
|
7
|
-
get groupId(): string | undefined;
|
|
8
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.CreateDeploymentGroupResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var CreateDeploymentGroupResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(CreateDeploymentGroupResponse, _super);
|
|
22
|
-
function CreateDeploymentGroupResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
CreateDeploymentGroupResponse.prototype.withGroupId = function (groupId) {
|
|
26
|
-
this['group_id'] = groupId;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(CreateDeploymentGroupResponse.prototype, "groupId", {
|
|
30
|
-
get: function () {
|
|
31
|
-
return this['group_id'];
|
|
32
|
-
},
|
|
33
|
-
set: function (groupId) {
|
|
34
|
-
this['group_id'] = groupId;
|
|
35
|
-
},
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
return CreateDeploymentGroupResponse;
|
|
40
|
-
}(SdkResponse_1.SdkResponse));
|
|
41
|
-
exports.CreateDeploymentGroupResponse = CreateDeploymentGroupResponse;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { DeploymentHost } from './DeploymentHost';
|
|
2
|
-
export declare class CreateDeploymentHostRequest {
|
|
3
|
-
private 'group_id';
|
|
4
|
-
private 'Content-Type';
|
|
5
|
-
body?: DeploymentHost;
|
|
6
|
-
constructor(groupId?: any, contentType?: any);
|
|
7
|
-
withGroupId(groupId: string): CreateDeploymentHostRequest;
|
|
8
|
-
set groupId(groupId: string | undefined);
|
|
9
|
-
get groupId(): string | undefined;
|
|
10
|
-
withContentType(contentType: CreateDeploymentHostRequestContentTypeEnum): CreateDeploymentHostRequest;
|
|
11
|
-
set contentType(contentType: CreateDeploymentHostRequestContentTypeEnum | undefined);
|
|
12
|
-
get contentType(): CreateDeploymentHostRequestContentTypeEnum | undefined;
|
|
13
|
-
withBody(body: DeploymentHost): CreateDeploymentHostRequest;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* @export
|
|
17
|
-
* @enum {string}
|
|
18
|
-
*/
|
|
19
|
-
export declare enum CreateDeploymentHostRequestContentTypeEnum {
|
|
20
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
21
|
-
APPLICATION_JSON = "application/json"
|
|
22
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDeploymentHostRequestContentTypeEnum = exports.CreateDeploymentHostRequest = void 0;
|
|
4
|
-
var CreateDeploymentHostRequest = /** @class */ (function () {
|
|
5
|
-
function CreateDeploymentHostRequest(groupId, contentType) {
|
|
6
|
-
this['group_id'] = groupId;
|
|
7
|
-
this['Content-Type'] = contentType;
|
|
8
|
-
}
|
|
9
|
-
CreateDeploymentHostRequest.prototype.withGroupId = function (groupId) {
|
|
10
|
-
this['group_id'] = groupId;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
Object.defineProperty(CreateDeploymentHostRequest.prototype, "groupId", {
|
|
14
|
-
get: function () {
|
|
15
|
-
return this['group_id'];
|
|
16
|
-
},
|
|
17
|
-
set: function (groupId) {
|
|
18
|
-
this['group_id'] = groupId;
|
|
19
|
-
},
|
|
20
|
-
enumerable: false,
|
|
21
|
-
configurable: true
|
|
22
|
-
});
|
|
23
|
-
CreateDeploymentHostRequest.prototype.withContentType = function (contentType) {
|
|
24
|
-
this['Content-Type'] = contentType;
|
|
25
|
-
return this;
|
|
26
|
-
};
|
|
27
|
-
Object.defineProperty(CreateDeploymentHostRequest.prototype, "contentType", {
|
|
28
|
-
get: function () {
|
|
29
|
-
return this['Content-Type'];
|
|
30
|
-
},
|
|
31
|
-
set: function (contentType) {
|
|
32
|
-
this['Content-Type'] = contentType;
|
|
33
|
-
},
|
|
34
|
-
enumerable: false,
|
|
35
|
-
configurable: true
|
|
36
|
-
});
|
|
37
|
-
CreateDeploymentHostRequest.prototype.withBody = function (body) {
|
|
38
|
-
this['body'] = body;
|
|
39
|
-
return this;
|
|
40
|
-
};
|
|
41
|
-
return CreateDeploymentHostRequest;
|
|
42
|
-
}());
|
|
43
|
-
exports.CreateDeploymentHostRequest = CreateDeploymentHostRequest;
|
|
44
|
-
/**
|
|
45
|
-
* @export
|
|
46
|
-
* @enum {string}
|
|
47
|
-
*/
|
|
48
|
-
var CreateDeploymentHostRequestContentTypeEnum;
|
|
49
|
-
(function (CreateDeploymentHostRequestContentTypeEnum) {
|
|
50
|
-
CreateDeploymentHostRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
51
|
-
CreateDeploymentHostRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
52
|
-
})(CreateDeploymentHostRequestContentTypeEnum || (exports.CreateDeploymentHostRequestContentTypeEnum = CreateDeploymentHostRequestContentTypeEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
-
export declare class CreateDeploymentHostResponse extends SdkResponse {
|
|
3
|
-
private 'host_id'?;
|
|
4
|
-
constructor();
|
|
5
|
-
withHostId(hostId: string): CreateDeploymentHostResponse;
|
|
6
|
-
set hostId(hostId: string | undefined);
|
|
7
|
-
get hostId(): string | undefined;
|
|
8
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.CreateDeploymentHostResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var CreateDeploymentHostResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(CreateDeploymentHostResponse, _super);
|
|
22
|
-
function CreateDeploymentHostResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
CreateDeploymentHostResponse.prototype.withHostId = function (hostId) {
|
|
26
|
-
this['host_id'] = hostId;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(CreateDeploymentHostResponse.prototype, "hostId", {
|
|
30
|
-
get: function () {
|
|
31
|
-
return this['host_id'];
|
|
32
|
-
},
|
|
33
|
-
set: function (hostId) {
|
|
34
|
-
this['host_id'] = hostId;
|
|
35
|
-
},
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
return CreateDeploymentHostResponse;
|
|
40
|
-
}(SdkResponse_1.SdkResponse));
|
|
41
|
-
exports.CreateDeploymentHostResponse = CreateDeploymentHostResponse;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export declare class DeleteDeployTaskRequest {
|
|
2
|
-
private 'task_id';
|
|
3
|
-
private 'Content-Type';
|
|
4
|
-
constructor(taskId?: any, contentType?: any);
|
|
5
|
-
withTaskId(taskId: string): DeleteDeployTaskRequest;
|
|
6
|
-
set taskId(taskId: string | undefined);
|
|
7
|
-
get taskId(): string | undefined;
|
|
8
|
-
withContentType(contentType: DeleteDeployTaskRequestContentTypeEnum): DeleteDeployTaskRequest;
|
|
9
|
-
set contentType(contentType: DeleteDeployTaskRequestContentTypeEnum | undefined);
|
|
10
|
-
get contentType(): DeleteDeployTaskRequestContentTypeEnum | undefined;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* @export
|
|
14
|
-
* @enum {string}
|
|
15
|
-
*/
|
|
16
|
-
export declare enum DeleteDeployTaskRequestContentTypeEnum {
|
|
17
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
18
|
-
APPLICATION_JSON = "application/json"
|
|
19
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDeployTaskRequestContentTypeEnum = exports.DeleteDeployTaskRequest = void 0;
|
|
4
|
-
var DeleteDeployTaskRequest = /** @class */ (function () {
|
|
5
|
-
function DeleteDeployTaskRequest(taskId, contentType) {
|
|
6
|
-
this['task_id'] = taskId;
|
|
7
|
-
this['Content-Type'] = contentType;
|
|
8
|
-
}
|
|
9
|
-
DeleteDeployTaskRequest.prototype.withTaskId = function (taskId) {
|
|
10
|
-
this['task_id'] = taskId;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
Object.defineProperty(DeleteDeployTaskRequest.prototype, "taskId", {
|
|
14
|
-
get: function () {
|
|
15
|
-
return this['task_id'];
|
|
16
|
-
},
|
|
17
|
-
set: function (taskId) {
|
|
18
|
-
this['task_id'] = taskId;
|
|
19
|
-
},
|
|
20
|
-
enumerable: false,
|
|
21
|
-
configurable: true
|
|
22
|
-
});
|
|
23
|
-
DeleteDeployTaskRequest.prototype.withContentType = function (contentType) {
|
|
24
|
-
this['Content-Type'] = contentType;
|
|
25
|
-
return this;
|
|
26
|
-
};
|
|
27
|
-
Object.defineProperty(DeleteDeployTaskRequest.prototype, "contentType", {
|
|
28
|
-
get: function () {
|
|
29
|
-
return this['Content-Type'];
|
|
30
|
-
},
|
|
31
|
-
set: function (contentType) {
|
|
32
|
-
this['Content-Type'] = contentType;
|
|
33
|
-
},
|
|
34
|
-
enumerable: false,
|
|
35
|
-
configurable: true
|
|
36
|
-
});
|
|
37
|
-
return DeleteDeployTaskRequest;
|
|
38
|
-
}());
|
|
39
|
-
exports.DeleteDeployTaskRequest = DeleteDeployTaskRequest;
|
|
40
|
-
/**
|
|
41
|
-
* @export
|
|
42
|
-
* @enum {string}
|
|
43
|
-
*/
|
|
44
|
-
var DeleteDeployTaskRequestContentTypeEnum;
|
|
45
|
-
(function (DeleteDeployTaskRequestContentTypeEnum) {
|
|
46
|
-
DeleteDeployTaskRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
47
|
-
DeleteDeployTaskRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
48
|
-
})(DeleteDeployTaskRequestContentTypeEnum || (exports.DeleteDeployTaskRequestContentTypeEnum = DeleteDeployTaskRequestContentTypeEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
-
export declare class DeleteDeployTaskResponse extends SdkResponse {
|
|
3
|
-
private 'task_id'?;
|
|
4
|
-
constructor();
|
|
5
|
-
withTaskId(taskId: string): DeleteDeployTaskResponse;
|
|
6
|
-
set taskId(taskId: string | undefined);
|
|
7
|
-
get taskId(): string | undefined;
|
|
8
|
-
}
|