@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,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.DeleteDeployTaskResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var DeleteDeployTaskResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(DeleteDeployTaskResponse, _super);
|
|
22
|
-
function DeleteDeployTaskResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
DeleteDeployTaskResponse.prototype.withTaskId = function (taskId) {
|
|
26
|
-
this['task_id'] = taskId;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(DeleteDeployTaskResponse.prototype, "taskId", {
|
|
30
|
-
get: function () {
|
|
31
|
-
return this['task_id'];
|
|
32
|
-
},
|
|
33
|
-
set: function (taskId) {
|
|
34
|
-
this['task_id'] = taskId;
|
|
35
|
-
},
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
return DeleteDeployTaskResponse;
|
|
40
|
-
}(SdkResponse_1.SdkResponse));
|
|
41
|
-
exports.DeleteDeployTaskResponse = DeleteDeployTaskResponse;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export declare class DeleteDeploymentGroupRequest {
|
|
2
|
-
private 'group_id';
|
|
3
|
-
private 'Content-Type';
|
|
4
|
-
constructor(groupId?: any, contentType?: any);
|
|
5
|
-
withGroupId(groupId: string): DeleteDeploymentGroupRequest;
|
|
6
|
-
set groupId(groupId: string | undefined);
|
|
7
|
-
get groupId(): string | undefined;
|
|
8
|
-
withContentType(contentType: DeleteDeploymentGroupRequestContentTypeEnum): DeleteDeploymentGroupRequest;
|
|
9
|
-
set contentType(contentType: DeleteDeploymentGroupRequestContentTypeEnum | undefined);
|
|
10
|
-
get contentType(): DeleteDeploymentGroupRequestContentTypeEnum | undefined;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* @export
|
|
14
|
-
* @enum {string}
|
|
15
|
-
*/
|
|
16
|
-
export declare enum DeleteDeploymentGroupRequestContentTypeEnum {
|
|
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.DeleteDeploymentGroupRequestContentTypeEnum = exports.DeleteDeploymentGroupRequest = void 0;
|
|
4
|
-
var DeleteDeploymentGroupRequest = /** @class */ (function () {
|
|
5
|
-
function DeleteDeploymentGroupRequest(groupId, contentType) {
|
|
6
|
-
this['group_id'] = groupId;
|
|
7
|
-
this['Content-Type'] = contentType;
|
|
8
|
-
}
|
|
9
|
-
DeleteDeploymentGroupRequest.prototype.withGroupId = function (groupId) {
|
|
10
|
-
this['group_id'] = groupId;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
Object.defineProperty(DeleteDeploymentGroupRequest.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
|
-
DeleteDeploymentGroupRequest.prototype.withContentType = function (contentType) {
|
|
24
|
-
this['Content-Type'] = contentType;
|
|
25
|
-
return this;
|
|
26
|
-
};
|
|
27
|
-
Object.defineProperty(DeleteDeploymentGroupRequest.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 DeleteDeploymentGroupRequest;
|
|
38
|
-
}());
|
|
39
|
-
exports.DeleteDeploymentGroupRequest = DeleteDeploymentGroupRequest;
|
|
40
|
-
/**
|
|
41
|
-
* @export
|
|
42
|
-
* @enum {string}
|
|
43
|
-
*/
|
|
44
|
-
var DeleteDeploymentGroupRequestContentTypeEnum;
|
|
45
|
-
(function (DeleteDeploymentGroupRequestContentTypeEnum) {
|
|
46
|
-
DeleteDeploymentGroupRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
47
|
-
DeleteDeploymentGroupRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
48
|
-
})(DeleteDeploymentGroupRequestContentTypeEnum || (exports.DeleteDeploymentGroupRequestContentTypeEnum = DeleteDeploymentGroupRequestContentTypeEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
-
export declare class DeleteDeploymentGroupResponse extends SdkResponse {
|
|
3
|
-
private 'group_id'?;
|
|
4
|
-
constructor();
|
|
5
|
-
withGroupId(groupId: string): DeleteDeploymentGroupResponse;
|
|
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.DeleteDeploymentGroupResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var DeleteDeploymentGroupResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(DeleteDeploymentGroupResponse, _super);
|
|
22
|
-
function DeleteDeploymentGroupResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
DeleteDeploymentGroupResponse.prototype.withGroupId = function (groupId) {
|
|
26
|
-
this['group_id'] = groupId;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(DeleteDeploymentGroupResponse.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 DeleteDeploymentGroupResponse;
|
|
40
|
-
}(SdkResponse_1.SdkResponse));
|
|
41
|
-
exports.DeleteDeploymentGroupResponse = DeleteDeploymentGroupResponse;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export declare class DeleteDeploymentHostRequest {
|
|
2
|
-
private 'group_id';
|
|
3
|
-
private 'host_id';
|
|
4
|
-
private 'Content-Type';
|
|
5
|
-
constructor(groupId?: any, hostId?: any, contentType?: any);
|
|
6
|
-
withGroupId(groupId: string): DeleteDeploymentHostRequest;
|
|
7
|
-
set groupId(groupId: string | undefined);
|
|
8
|
-
get groupId(): string | undefined;
|
|
9
|
-
withHostId(hostId: string): DeleteDeploymentHostRequest;
|
|
10
|
-
set hostId(hostId: string | undefined);
|
|
11
|
-
get hostId(): string | undefined;
|
|
12
|
-
withContentType(contentType: DeleteDeploymentHostRequestContentTypeEnum): DeleteDeploymentHostRequest;
|
|
13
|
-
set contentType(contentType: DeleteDeploymentHostRequestContentTypeEnum | undefined);
|
|
14
|
-
get contentType(): DeleteDeploymentHostRequestContentTypeEnum | undefined;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* @export
|
|
18
|
-
* @enum {string}
|
|
19
|
-
*/
|
|
20
|
-
export declare enum DeleteDeploymentHostRequestContentTypeEnum {
|
|
21
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
22
|
-
APPLICATION_JSON = "application/json"
|
|
23
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDeploymentHostRequestContentTypeEnum = exports.DeleteDeploymentHostRequest = void 0;
|
|
4
|
-
var DeleteDeploymentHostRequest = /** @class */ (function () {
|
|
5
|
-
function DeleteDeploymentHostRequest(groupId, hostId, contentType) {
|
|
6
|
-
this['group_id'] = groupId;
|
|
7
|
-
this['host_id'] = hostId;
|
|
8
|
-
this['Content-Type'] = contentType;
|
|
9
|
-
}
|
|
10
|
-
DeleteDeploymentHostRequest.prototype.withGroupId = function (groupId) {
|
|
11
|
-
this['group_id'] = groupId;
|
|
12
|
-
return this;
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(DeleteDeploymentHostRequest.prototype, "groupId", {
|
|
15
|
-
get: function () {
|
|
16
|
-
return this['group_id'];
|
|
17
|
-
},
|
|
18
|
-
set: function (groupId) {
|
|
19
|
-
this['group_id'] = groupId;
|
|
20
|
-
},
|
|
21
|
-
enumerable: false,
|
|
22
|
-
configurable: true
|
|
23
|
-
});
|
|
24
|
-
DeleteDeploymentHostRequest.prototype.withHostId = function (hostId) {
|
|
25
|
-
this['host_id'] = hostId;
|
|
26
|
-
return this;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(DeleteDeploymentHostRequest.prototype, "hostId", {
|
|
29
|
-
get: function () {
|
|
30
|
-
return this['host_id'];
|
|
31
|
-
},
|
|
32
|
-
set: function (hostId) {
|
|
33
|
-
this['host_id'] = hostId;
|
|
34
|
-
},
|
|
35
|
-
enumerable: false,
|
|
36
|
-
configurable: true
|
|
37
|
-
});
|
|
38
|
-
DeleteDeploymentHostRequest.prototype.withContentType = function (contentType) {
|
|
39
|
-
this['Content-Type'] = contentType;
|
|
40
|
-
return this;
|
|
41
|
-
};
|
|
42
|
-
Object.defineProperty(DeleteDeploymentHostRequest.prototype, "contentType", {
|
|
43
|
-
get: function () {
|
|
44
|
-
return this['Content-Type'];
|
|
45
|
-
},
|
|
46
|
-
set: function (contentType) {
|
|
47
|
-
this['Content-Type'] = contentType;
|
|
48
|
-
},
|
|
49
|
-
enumerable: false,
|
|
50
|
-
configurable: true
|
|
51
|
-
});
|
|
52
|
-
return DeleteDeploymentHostRequest;
|
|
53
|
-
}());
|
|
54
|
-
exports.DeleteDeploymentHostRequest = DeleteDeploymentHostRequest;
|
|
55
|
-
/**
|
|
56
|
-
* @export
|
|
57
|
-
* @enum {string}
|
|
58
|
-
*/
|
|
59
|
-
var DeleteDeploymentHostRequestContentTypeEnum;
|
|
60
|
-
(function (DeleteDeploymentHostRequestContentTypeEnum) {
|
|
61
|
-
DeleteDeploymentHostRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
62
|
-
DeleteDeploymentHostRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
63
|
-
})(DeleteDeploymentHostRequestContentTypeEnum || (exports.DeleteDeploymentHostRequestContentTypeEnum = DeleteDeploymentHostRequestContentTypeEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
-
export declare class DeleteDeploymentHostResponse extends SdkResponse {
|
|
3
|
-
private 'host_id'?;
|
|
4
|
-
constructor();
|
|
5
|
-
withHostId(hostId: string): DeleteDeploymentHostResponse;
|
|
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.DeleteDeploymentHostResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var DeleteDeploymentHostResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(DeleteDeploymentHostResponse, _super);
|
|
22
|
-
function DeleteDeploymentHostResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
DeleteDeploymentHostResponse.prototype.withHostId = function (hostId) {
|
|
26
|
-
this['host_id'] = hostId;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(DeleteDeploymentHostResponse.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 DeleteDeploymentHostResponse;
|
|
40
|
-
}(SdkResponse_1.SdkResponse));
|
|
41
|
-
exports.DeleteDeploymentHostResponse = DeleteDeploymentHostResponse;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
export declare class DeploymentGroup {
|
|
2
|
-
name: string;
|
|
3
|
-
private 'region_name';
|
|
4
|
-
private 'project_id';
|
|
5
|
-
os: DeploymentGroupOsEnum;
|
|
6
|
-
private 'slave_cluster_id'?;
|
|
7
|
-
description?: string;
|
|
8
|
-
private 'is_proxy_mode'?;
|
|
9
|
-
constructor(name?: any, regionName?: any, projectId?: any, os?: any);
|
|
10
|
-
withName(name: string): DeploymentGroup;
|
|
11
|
-
withRegionName(regionName: string): DeploymentGroup;
|
|
12
|
-
set regionName(regionName: string | undefined);
|
|
13
|
-
get regionName(): string | undefined;
|
|
14
|
-
withProjectId(projectId: string): DeploymentGroup;
|
|
15
|
-
set projectId(projectId: string | undefined);
|
|
16
|
-
get projectId(): string | undefined;
|
|
17
|
-
withOs(os: DeploymentGroupOsEnum): DeploymentGroup;
|
|
18
|
-
withSlaveClusterId(slaveClusterId: string): DeploymentGroup;
|
|
19
|
-
set slaveClusterId(slaveClusterId: string | undefined);
|
|
20
|
-
get slaveClusterId(): string | undefined;
|
|
21
|
-
withDescription(description: string): DeploymentGroup;
|
|
22
|
-
withIsProxyMode(isProxyMode: number): DeploymentGroup;
|
|
23
|
-
set isProxyMode(isProxyMode: number | undefined);
|
|
24
|
-
get isProxyMode(): number | undefined;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* @export
|
|
28
|
-
* @enum {string}
|
|
29
|
-
*/
|
|
30
|
-
export declare enum DeploymentGroupOsEnum {
|
|
31
|
-
WINDOWS = "windows",
|
|
32
|
-
LINUX = "linux"
|
|
33
|
-
}
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeploymentGroupOsEnum = exports.DeploymentGroup = void 0;
|
|
4
|
-
var DeploymentGroup = /** @class */ (function () {
|
|
5
|
-
function DeploymentGroup(name, regionName, projectId, os) {
|
|
6
|
-
this['name'] = name;
|
|
7
|
-
this['region_name'] = regionName;
|
|
8
|
-
this['project_id'] = projectId;
|
|
9
|
-
this['os'] = os;
|
|
10
|
-
}
|
|
11
|
-
DeploymentGroup.prototype.withName = function (name) {
|
|
12
|
-
this['name'] = name;
|
|
13
|
-
return this;
|
|
14
|
-
};
|
|
15
|
-
DeploymentGroup.prototype.withRegionName = function (regionName) {
|
|
16
|
-
this['region_name'] = regionName;
|
|
17
|
-
return this;
|
|
18
|
-
};
|
|
19
|
-
Object.defineProperty(DeploymentGroup.prototype, "regionName", {
|
|
20
|
-
get: function () {
|
|
21
|
-
return this['region_name'];
|
|
22
|
-
},
|
|
23
|
-
set: function (regionName) {
|
|
24
|
-
this['region_name'] = regionName;
|
|
25
|
-
},
|
|
26
|
-
enumerable: false,
|
|
27
|
-
configurable: true
|
|
28
|
-
});
|
|
29
|
-
DeploymentGroup.prototype.withProjectId = function (projectId) {
|
|
30
|
-
this['project_id'] = projectId;
|
|
31
|
-
return this;
|
|
32
|
-
};
|
|
33
|
-
Object.defineProperty(DeploymentGroup.prototype, "projectId", {
|
|
34
|
-
get: function () {
|
|
35
|
-
return this['project_id'];
|
|
36
|
-
},
|
|
37
|
-
set: function (projectId) {
|
|
38
|
-
this['project_id'] = projectId;
|
|
39
|
-
},
|
|
40
|
-
enumerable: false,
|
|
41
|
-
configurable: true
|
|
42
|
-
});
|
|
43
|
-
DeploymentGroup.prototype.withOs = function (os) {
|
|
44
|
-
this['os'] = os;
|
|
45
|
-
return this;
|
|
46
|
-
};
|
|
47
|
-
DeploymentGroup.prototype.withSlaveClusterId = function (slaveClusterId) {
|
|
48
|
-
this['slave_cluster_id'] = slaveClusterId;
|
|
49
|
-
return this;
|
|
50
|
-
};
|
|
51
|
-
Object.defineProperty(DeploymentGroup.prototype, "slaveClusterId", {
|
|
52
|
-
get: function () {
|
|
53
|
-
return this['slave_cluster_id'];
|
|
54
|
-
},
|
|
55
|
-
set: function (slaveClusterId) {
|
|
56
|
-
this['slave_cluster_id'] = slaveClusterId;
|
|
57
|
-
},
|
|
58
|
-
enumerable: false,
|
|
59
|
-
configurable: true
|
|
60
|
-
});
|
|
61
|
-
DeploymentGroup.prototype.withDescription = function (description) {
|
|
62
|
-
this['description'] = description;
|
|
63
|
-
return this;
|
|
64
|
-
};
|
|
65
|
-
DeploymentGroup.prototype.withIsProxyMode = function (isProxyMode) {
|
|
66
|
-
this['is_proxy_mode'] = isProxyMode;
|
|
67
|
-
return this;
|
|
68
|
-
};
|
|
69
|
-
Object.defineProperty(DeploymentGroup.prototype, "isProxyMode", {
|
|
70
|
-
get: function () {
|
|
71
|
-
return this['is_proxy_mode'];
|
|
72
|
-
},
|
|
73
|
-
set: function (isProxyMode) {
|
|
74
|
-
this['is_proxy_mode'] = isProxyMode;
|
|
75
|
-
},
|
|
76
|
-
enumerable: false,
|
|
77
|
-
configurable: true
|
|
78
|
-
});
|
|
79
|
-
return DeploymentGroup;
|
|
80
|
-
}());
|
|
81
|
-
exports.DeploymentGroup = DeploymentGroup;
|
|
82
|
-
/**
|
|
83
|
-
* @export
|
|
84
|
-
* @enum {string}
|
|
85
|
-
*/
|
|
86
|
-
var DeploymentGroupOsEnum;
|
|
87
|
-
(function (DeploymentGroupOsEnum) {
|
|
88
|
-
DeploymentGroupOsEnum["WINDOWS"] = "windows";
|
|
89
|
-
DeploymentGroupOsEnum["LINUX"] = "linux";
|
|
90
|
-
})(DeploymentGroupOsEnum || (exports.DeploymentGroupOsEnum = DeploymentGroupOsEnum = {}));
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { PermissionGroupDetail } from './PermissionGroupDetail';
|
|
2
|
-
import { UserInfo } from './UserInfo';
|
|
3
|
-
export declare class DeploymentGroupDetail {
|
|
4
|
-
private 'group_id'?;
|
|
5
|
-
private 'created_time'?;
|
|
6
|
-
private 'updated_time'?;
|
|
7
|
-
private 'host_count'?;
|
|
8
|
-
private 'project_name'?;
|
|
9
|
-
name?: string;
|
|
10
|
-
private 'region_name'?;
|
|
11
|
-
private 'project_id'?;
|
|
12
|
-
os?: string;
|
|
13
|
-
private 'auto_connection_test_switch'?;
|
|
14
|
-
private 'slave_cluster_id'?;
|
|
15
|
-
private 'nick_name'?;
|
|
16
|
-
private 'created_by'?;
|
|
17
|
-
private 'updated_by'?;
|
|
18
|
-
description?: string;
|
|
19
|
-
permission?: PermissionGroupDetail;
|
|
20
|
-
constructor();
|
|
21
|
-
withGroupId(groupId: string): DeploymentGroupDetail;
|
|
22
|
-
set groupId(groupId: string | undefined);
|
|
23
|
-
get groupId(): string | undefined;
|
|
24
|
-
withCreatedTime(createdTime: string): DeploymentGroupDetail;
|
|
25
|
-
set createdTime(createdTime: string | undefined);
|
|
26
|
-
get createdTime(): string | undefined;
|
|
27
|
-
withUpdatedTime(updatedTime: string): DeploymentGroupDetail;
|
|
28
|
-
set updatedTime(updatedTime: string | undefined);
|
|
29
|
-
get updatedTime(): string | undefined;
|
|
30
|
-
withHostCount(hostCount: number): DeploymentGroupDetail;
|
|
31
|
-
set hostCount(hostCount: number | undefined);
|
|
32
|
-
get hostCount(): number | undefined;
|
|
33
|
-
withProjectName(projectName: string): DeploymentGroupDetail;
|
|
34
|
-
set projectName(projectName: string | undefined);
|
|
35
|
-
get projectName(): string | undefined;
|
|
36
|
-
withName(name: string): DeploymentGroupDetail;
|
|
37
|
-
withRegionName(regionName: string): DeploymentGroupDetail;
|
|
38
|
-
set regionName(regionName: string | undefined);
|
|
39
|
-
get regionName(): string | undefined;
|
|
40
|
-
withProjectId(projectId: string): DeploymentGroupDetail;
|
|
41
|
-
set projectId(projectId: string | undefined);
|
|
42
|
-
get projectId(): string | undefined;
|
|
43
|
-
withOs(os: string): DeploymentGroupDetail;
|
|
44
|
-
withAutoConnectionTestSwitch(autoConnectionTestSwitch: number): DeploymentGroupDetail;
|
|
45
|
-
set autoConnectionTestSwitch(autoConnectionTestSwitch: number | undefined);
|
|
46
|
-
get autoConnectionTestSwitch(): number | undefined;
|
|
47
|
-
withSlaveClusterId(slaveClusterId: string): DeploymentGroupDetail;
|
|
48
|
-
set slaveClusterId(slaveClusterId: string | undefined);
|
|
49
|
-
get slaveClusterId(): string | undefined;
|
|
50
|
-
withNickName(nickName: string): DeploymentGroupDetail;
|
|
51
|
-
set nickName(nickName: string | undefined);
|
|
52
|
-
get nickName(): string | undefined;
|
|
53
|
-
withCreatedBy(createdBy: UserInfo): DeploymentGroupDetail;
|
|
54
|
-
set createdBy(createdBy: UserInfo | undefined);
|
|
55
|
-
get createdBy(): UserInfo | undefined;
|
|
56
|
-
withUpdatedBy(updatedBy: UserInfo): DeploymentGroupDetail;
|
|
57
|
-
set updatedBy(updatedBy: UserInfo | undefined);
|
|
58
|
-
get updatedBy(): UserInfo | undefined;
|
|
59
|
-
withDescription(description: string): DeploymentGroupDetail;
|
|
60
|
-
withPermission(permission: PermissionGroupDetail): DeploymentGroupDetail;
|
|
61
|
-
}
|
|
@@ -1,193 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeploymentGroupDetail = void 0;
|
|
4
|
-
var DeploymentGroupDetail = /** @class */ (function () {
|
|
5
|
-
function DeploymentGroupDetail() {
|
|
6
|
-
}
|
|
7
|
-
DeploymentGroupDetail.prototype.withGroupId = function (groupId) {
|
|
8
|
-
this['group_id'] = groupId;
|
|
9
|
-
return this;
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(DeploymentGroupDetail.prototype, "groupId", {
|
|
12
|
-
get: function () {
|
|
13
|
-
return this['group_id'];
|
|
14
|
-
},
|
|
15
|
-
set: function (groupId) {
|
|
16
|
-
this['group_id'] = groupId;
|
|
17
|
-
},
|
|
18
|
-
enumerable: false,
|
|
19
|
-
configurable: true
|
|
20
|
-
});
|
|
21
|
-
DeploymentGroupDetail.prototype.withCreatedTime = function (createdTime) {
|
|
22
|
-
this['created_time'] = createdTime;
|
|
23
|
-
return this;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(DeploymentGroupDetail.prototype, "createdTime", {
|
|
26
|
-
get: function () {
|
|
27
|
-
return this['created_time'];
|
|
28
|
-
},
|
|
29
|
-
set: function (createdTime) {
|
|
30
|
-
this['created_time'] = createdTime;
|
|
31
|
-
},
|
|
32
|
-
enumerable: false,
|
|
33
|
-
configurable: true
|
|
34
|
-
});
|
|
35
|
-
DeploymentGroupDetail.prototype.withUpdatedTime = function (updatedTime) {
|
|
36
|
-
this['updated_time'] = updatedTime;
|
|
37
|
-
return this;
|
|
38
|
-
};
|
|
39
|
-
Object.defineProperty(DeploymentGroupDetail.prototype, "updatedTime", {
|
|
40
|
-
get: function () {
|
|
41
|
-
return this['updated_time'];
|
|
42
|
-
},
|
|
43
|
-
set: function (updatedTime) {
|
|
44
|
-
this['updated_time'] = updatedTime;
|
|
45
|
-
},
|
|
46
|
-
enumerable: false,
|
|
47
|
-
configurable: true
|
|
48
|
-
});
|
|
49
|
-
DeploymentGroupDetail.prototype.withHostCount = function (hostCount) {
|
|
50
|
-
this['host_count'] = hostCount;
|
|
51
|
-
return this;
|
|
52
|
-
};
|
|
53
|
-
Object.defineProperty(DeploymentGroupDetail.prototype, "hostCount", {
|
|
54
|
-
get: function () {
|
|
55
|
-
return this['host_count'];
|
|
56
|
-
},
|
|
57
|
-
set: function (hostCount) {
|
|
58
|
-
this['host_count'] = hostCount;
|
|
59
|
-
},
|
|
60
|
-
enumerable: false,
|
|
61
|
-
configurable: true
|
|
62
|
-
});
|
|
63
|
-
DeploymentGroupDetail.prototype.withProjectName = function (projectName) {
|
|
64
|
-
this['project_name'] = projectName;
|
|
65
|
-
return this;
|
|
66
|
-
};
|
|
67
|
-
Object.defineProperty(DeploymentGroupDetail.prototype, "projectName", {
|
|
68
|
-
get: function () {
|
|
69
|
-
return this['project_name'];
|
|
70
|
-
},
|
|
71
|
-
set: function (projectName) {
|
|
72
|
-
this['project_name'] = projectName;
|
|
73
|
-
},
|
|
74
|
-
enumerable: false,
|
|
75
|
-
configurable: true
|
|
76
|
-
});
|
|
77
|
-
DeploymentGroupDetail.prototype.withName = function (name) {
|
|
78
|
-
this['name'] = name;
|
|
79
|
-
return this;
|
|
80
|
-
};
|
|
81
|
-
DeploymentGroupDetail.prototype.withRegionName = function (regionName) {
|
|
82
|
-
this['region_name'] = regionName;
|
|
83
|
-
return this;
|
|
84
|
-
};
|
|
85
|
-
Object.defineProperty(DeploymentGroupDetail.prototype, "regionName", {
|
|
86
|
-
get: function () {
|
|
87
|
-
return this['region_name'];
|
|
88
|
-
},
|
|
89
|
-
set: function (regionName) {
|
|
90
|
-
this['region_name'] = regionName;
|
|
91
|
-
},
|
|
92
|
-
enumerable: false,
|
|
93
|
-
configurable: true
|
|
94
|
-
});
|
|
95
|
-
DeploymentGroupDetail.prototype.withProjectId = function (projectId) {
|
|
96
|
-
this['project_id'] = projectId;
|
|
97
|
-
return this;
|
|
98
|
-
};
|
|
99
|
-
Object.defineProperty(DeploymentGroupDetail.prototype, "projectId", {
|
|
100
|
-
get: function () {
|
|
101
|
-
return this['project_id'];
|
|
102
|
-
},
|
|
103
|
-
set: function (projectId) {
|
|
104
|
-
this['project_id'] = projectId;
|
|
105
|
-
},
|
|
106
|
-
enumerable: false,
|
|
107
|
-
configurable: true
|
|
108
|
-
});
|
|
109
|
-
DeploymentGroupDetail.prototype.withOs = function (os) {
|
|
110
|
-
this['os'] = os;
|
|
111
|
-
return this;
|
|
112
|
-
};
|
|
113
|
-
DeploymentGroupDetail.prototype.withAutoConnectionTestSwitch = function (autoConnectionTestSwitch) {
|
|
114
|
-
this['auto_connection_test_switch'] = autoConnectionTestSwitch;
|
|
115
|
-
return this;
|
|
116
|
-
};
|
|
117
|
-
Object.defineProperty(DeploymentGroupDetail.prototype, "autoConnectionTestSwitch", {
|
|
118
|
-
get: function () {
|
|
119
|
-
return this['auto_connection_test_switch'];
|
|
120
|
-
},
|
|
121
|
-
set: function (autoConnectionTestSwitch) {
|
|
122
|
-
this['auto_connection_test_switch'] = autoConnectionTestSwitch;
|
|
123
|
-
},
|
|
124
|
-
enumerable: false,
|
|
125
|
-
configurable: true
|
|
126
|
-
});
|
|
127
|
-
DeploymentGroupDetail.prototype.withSlaveClusterId = function (slaveClusterId) {
|
|
128
|
-
this['slave_cluster_id'] = slaveClusterId;
|
|
129
|
-
return this;
|
|
130
|
-
};
|
|
131
|
-
Object.defineProperty(DeploymentGroupDetail.prototype, "slaveClusterId", {
|
|
132
|
-
get: function () {
|
|
133
|
-
return this['slave_cluster_id'];
|
|
134
|
-
},
|
|
135
|
-
set: function (slaveClusterId) {
|
|
136
|
-
this['slave_cluster_id'] = slaveClusterId;
|
|
137
|
-
},
|
|
138
|
-
enumerable: false,
|
|
139
|
-
configurable: true
|
|
140
|
-
});
|
|
141
|
-
DeploymentGroupDetail.prototype.withNickName = function (nickName) {
|
|
142
|
-
this['nick_name'] = nickName;
|
|
143
|
-
return this;
|
|
144
|
-
};
|
|
145
|
-
Object.defineProperty(DeploymentGroupDetail.prototype, "nickName", {
|
|
146
|
-
get: function () {
|
|
147
|
-
return this['nick_name'];
|
|
148
|
-
},
|
|
149
|
-
set: function (nickName) {
|
|
150
|
-
this['nick_name'] = nickName;
|
|
151
|
-
},
|
|
152
|
-
enumerable: false,
|
|
153
|
-
configurable: true
|
|
154
|
-
});
|
|
155
|
-
DeploymentGroupDetail.prototype.withCreatedBy = function (createdBy) {
|
|
156
|
-
this['created_by'] = createdBy;
|
|
157
|
-
return this;
|
|
158
|
-
};
|
|
159
|
-
Object.defineProperty(DeploymentGroupDetail.prototype, "createdBy", {
|
|
160
|
-
get: function () {
|
|
161
|
-
return this['created_by'];
|
|
162
|
-
},
|
|
163
|
-
set: function (createdBy) {
|
|
164
|
-
this['created_by'] = createdBy;
|
|
165
|
-
},
|
|
166
|
-
enumerable: false,
|
|
167
|
-
configurable: true
|
|
168
|
-
});
|
|
169
|
-
DeploymentGroupDetail.prototype.withUpdatedBy = function (updatedBy) {
|
|
170
|
-
this['updated_by'] = updatedBy;
|
|
171
|
-
return this;
|
|
172
|
-
};
|
|
173
|
-
Object.defineProperty(DeploymentGroupDetail.prototype, "updatedBy", {
|
|
174
|
-
get: function () {
|
|
175
|
-
return this['updated_by'];
|
|
176
|
-
},
|
|
177
|
-
set: function (updatedBy) {
|
|
178
|
-
this['updated_by'] = updatedBy;
|
|
179
|
-
},
|
|
180
|
-
enumerable: false,
|
|
181
|
-
configurable: true
|
|
182
|
-
});
|
|
183
|
-
DeploymentGroupDetail.prototype.withDescription = function (description) {
|
|
184
|
-
this['description'] = description;
|
|
185
|
-
return this;
|
|
186
|
-
};
|
|
187
|
-
DeploymentGroupDetail.prototype.withPermission = function (permission) {
|
|
188
|
-
this['permission'] = permission;
|
|
189
|
-
return this;
|
|
190
|
-
};
|
|
191
|
-
return DeploymentGroupDetail;
|
|
192
|
-
}());
|
|
193
|
-
exports.DeploymentGroupDetail = DeploymentGroupDetail;
|