@huaweicloud/huaweicloud-sdk-codeartsdeploy 3.1.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/LICENSE +13 -0
  2. package/README.md +1 -0
  3. package/huaweicloud-sdk-codeartsdeploy.d.ts +2 -0
  4. package/huaweicloud-sdk-codeartsdeploy.js +31 -0
  5. package/package.json +19 -0
  6. package/v2/CodeArtsDeployClient.d.ts +538 -0
  7. package/v2/CodeArtsDeployClient.js +1270 -0
  8. package/v2/CodeArtsDeployRegion.d.ts +12 -0
  9. package/v2/CodeArtsDeployRegion.js +37 -0
  10. package/v2/model/AppComponentDao.d.ts +31 -0
  11. package/v2/model/AppComponentDao.js +101 -0
  12. package/v2/model/ConfigInfoDO.d.ts +40 -0
  13. package/v2/model/ConfigInfoDO.js +77 -0
  14. package/v2/model/CreateDeployTaskByTemplateRequest.d.ts +18 -0
  15. package/v2/model/CreateDeployTaskByTemplateRequest.js +37 -0
  16. package/v2/model/CreateDeployTaskByTemplateResponse.d.ts +12 -0
  17. package/v2/model/CreateDeployTaskByTemplateResponse.js +55 -0
  18. package/v2/model/CreateDeploymentGroupRequest.d.ts +18 -0
  19. package/v2/model/CreateDeploymentGroupRequest.js +37 -0
  20. package/v2/model/CreateDeploymentGroupResponse.d.ts +8 -0
  21. package/v2/model/CreateDeploymentGroupResponse.js +41 -0
  22. package/v2/model/CreateDeploymentHostRequest.d.ts +22 -0
  23. package/v2/model/CreateDeploymentHostRequest.js +52 -0
  24. package/v2/model/CreateDeploymentHostResponse.d.ts +8 -0
  25. package/v2/model/CreateDeploymentHostResponse.js +41 -0
  26. package/v2/model/DeleteDeployTaskRequest.d.ts +19 -0
  27. package/v2/model/DeleteDeployTaskRequest.js +48 -0
  28. package/v2/model/DeleteDeployTaskResponse.d.ts +8 -0
  29. package/v2/model/DeleteDeployTaskResponse.js +41 -0
  30. package/v2/model/DeleteDeploymentGroupRequest.d.ts +19 -0
  31. package/v2/model/DeleteDeploymentGroupRequest.js +48 -0
  32. package/v2/model/DeleteDeploymentGroupResponse.d.ts +8 -0
  33. package/v2/model/DeleteDeploymentGroupResponse.js +41 -0
  34. package/v2/model/DeleteDeploymentHostRequest.d.ts +23 -0
  35. package/v2/model/DeleteDeploymentHostRequest.js +63 -0
  36. package/v2/model/DeleteDeploymentHostResponse.d.ts +8 -0
  37. package/v2/model/DeleteDeploymentHostResponse.js +41 -0
  38. package/v2/model/DeploymentGroup.d.ts +33 -0
  39. package/v2/model/DeploymentGroup.js +90 -0
  40. package/v2/model/DeploymentGroupDetail.d.ts +61 -0
  41. package/v2/model/DeploymentGroupDetail.js +193 -0
  42. package/v2/model/DeploymentGroupUpdateRequest.d.ts +24 -0
  43. package/v2/model/DeploymentGroupUpdateRequest.js +56 -0
  44. package/v2/model/DeploymentHost.d.ts +36 -0
  45. package/v2/model/DeploymentHost.js +96 -0
  46. package/v2/model/DeploymentHostAuthorizationBody.d.ts +23 -0
  47. package/v2/model/DeploymentHostAuthorizationBody.js +56 -0
  48. package/v2/model/DeploymentHostDetail.d.ts +103 -0
  49. package/v2/model/DeploymentHostDetail.js +325 -0
  50. package/v2/model/DeploymentHostInfo.d.ts +40 -0
  51. package/v2/model/DeploymentHostInfo.js +111 -0
  52. package/v2/model/DeploymentHostRequest.d.ts +28 -0
  53. package/v2/model/DeploymentHostRequest.js +86 -0
  54. package/v2/model/DeploymentUpdateHost.d.ts +26 -0
  55. package/v2/model/DeploymentUpdateHost.js +82 -0
  56. package/v2/model/DynamicConfigInfo.d.ts +19 -0
  57. package/v2/model/DynamicConfigInfo.js +32 -0
  58. package/v2/model/EnvExecutionBody.d.ts +14 -0
  59. package/v2/model/EnvExecutionBody.js +41 -0
  60. package/v2/model/ExecuteRecordV2Body.d.ts +29 -0
  61. package/v2/model/ExecuteRecordV2Body.js +85 -0
  62. package/v2/model/KeyValueDO.d.ts +7 -0
  63. package/v2/model/KeyValueDO.js +17 -0
  64. package/v2/model/ListDeployTaskHistoryByDateRequest.d.ts +33 -0
  65. package/v2/model/ListDeployTaskHistoryByDateRequest.js +93 -0
  66. package/v2/model/ListDeployTaskHistoryByDateResponse.d.ts +11 -0
  67. package/v2/model/ListDeployTaskHistoryByDateResponse.js +45 -0
  68. package/v2/model/ListDeployTasksRequest.d.ts +23 -0
  69. package/v2/model/ListDeployTasksRequest.js +58 -0
  70. package/v2/model/ListDeployTasksResponse.d.ts +11 -0
  71. package/v2/model/ListDeployTasksResponse.js +45 -0
  72. package/v2/model/ListHostGroupsRequest.d.ts +43 -0
  73. package/v2/model/ListHostGroupsRequest.js +100 -0
  74. package/v2/model/ListHostGroupsResponse.d.ts +11 -0
  75. package/v2/model/ListHostGroupsResponse.js +45 -0
  76. package/v2/model/ListHostsRequest.d.ts +37 -0
  77. package/v2/model/ListHostsRequest.js +101 -0
  78. package/v2/model/ListHostsResponse.d.ts +13 -0
  79. package/v2/model/ListHostsResponse.js +49 -0
  80. package/v2/model/ListTaskSuccessRateRequest.d.ts +10 -0
  81. package/v2/model/ListTaskSuccessRateRequest.js +28 -0
  82. package/v2/model/ListTaskSuccessRateResponse.d.ts +25 -0
  83. package/v2/model/ListTaskSuccessRateResponse.js +97 -0
  84. package/v2/model/ParamTypeLimits.d.ts +5 -0
  85. package/v2/model/ParamTypeLimits.js +13 -0
  86. package/v2/model/PermissionGroupDetail.d.ts +23 -0
  87. package/v2/model/PermissionGroupDetail.js +79 -0
  88. package/v2/model/PermissionHostDetail.d.ts +23 -0
  89. package/v2/model/PermissionHostDetail.js +79 -0
  90. package/v2/model/ShowDeployTaskDetailRequest.d.ts +7 -0
  91. package/v2/model/ShowDeployTaskDetailRequest.js +24 -0
  92. package/v2/model/ShowDeployTaskDetailResponse.d.ts +140 -0
  93. package/v2/model/ShowDeployTaskDetailResponse.js +442 -0
  94. package/v2/model/ShowDeploymentGroupDetailRequest.d.ts +7 -0
  95. package/v2/model/ShowDeploymentGroupDetailRequest.js +24 -0
  96. package/v2/model/ShowDeploymentGroupDetailResponse.d.ts +62 -0
  97. package/v2/model/ShowDeploymentGroupDetailResponse.js +211 -0
  98. package/v2/model/ShowDeploymentHostDetailRequest.d.ts +11 -0
  99. package/v2/model/ShowDeploymentHostDetailRequest.js +39 -0
  100. package/v2/model/ShowDeploymentHostDetailResponse.d.ts +105 -0
  101. package/v2/model/ShowDeploymentHostDetailResponse.js +344 -0
  102. package/v2/model/ShowProjectSuccessRateRequest.d.ts +15 -0
  103. package/v2/model/ShowProjectSuccessRateRequest.js +54 -0
  104. package/v2/model/ShowProjectSuccessRateResponse.d.ts +36 -0
  105. package/v2/model/ShowProjectSuccessRateResponse.js +139 -0
  106. package/v2/model/StartDeployTaskRequest.d.ts +22 -0
  107. package/v2/model/StartDeployTaskRequest.js +52 -0
  108. package/v2/model/StartDeployTaskResponse.d.ts +19 -0
  109. package/v2/model/StartDeployTaskResponse.js +73 -0
  110. package/v2/model/Step.d.ts +15 -0
  111. package/v2/model/Step.js +25 -0
  112. package/v2/model/TaskInfo.d.ts +139 -0
  113. package/v2/model/TaskInfo.js +424 -0
  114. package/v2/model/TaskSuccessRate.d.ts +23 -0
  115. package/v2/model/TaskSuccessRate.js +79 -0
  116. package/v2/model/TasksSuccessRateQuery.d.ts +15 -0
  117. package/v2/model/TasksSuccessRateQuery.js +54 -0
  118. package/v2/model/TemplateTaskRequestBody.d.ts +26 -0
  119. package/v2/model/TemplateTaskRequestBody.js +87 -0
  120. package/v2/model/UpdateDeploymentGroupRequest.d.ts +22 -0
  121. package/v2/model/UpdateDeploymentGroupRequest.js +52 -0
  122. package/v2/model/UpdateDeploymentGroupResponse.d.ts +8 -0
  123. package/v2/model/UpdateDeploymentGroupResponse.js +41 -0
  124. package/v2/model/UpdateDeploymentHostRequest.d.ts +26 -0
  125. package/v2/model/UpdateDeploymentHostRequest.js +67 -0
  126. package/v2/model/UpdateDeploymentHostResponse.d.ts +8 -0
  127. package/v2/model/UpdateDeploymentHostResponse.js +41 -0
  128. package/v2/model/UserInfo.d.ts +11 -0
  129. package/v2/model/UserInfo.js +37 -0
  130. package/v2/public-api.d.ts +62 -0
  131. package/v2/public-api.js +78 -0
@@ -0,0 +1,211 @@
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.ShowDeploymentGroupDetailResponse = void 0;
19
+ var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
20
+ var ShowDeploymentGroupDetailResponse = /** @class */ (function (_super) {
21
+ __extends(ShowDeploymentGroupDetailResponse, _super);
22
+ function ShowDeploymentGroupDetailResponse() {
23
+ return _super.call(this) || this;
24
+ }
25
+ ShowDeploymentGroupDetailResponse.prototype.withGroupId = function (groupId) {
26
+ this['group_id'] = groupId;
27
+ return this;
28
+ };
29
+ Object.defineProperty(ShowDeploymentGroupDetailResponse.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
+ ShowDeploymentGroupDetailResponse.prototype.withCreatedTime = function (createdTime) {
40
+ this['created_time'] = createdTime;
41
+ return this;
42
+ };
43
+ Object.defineProperty(ShowDeploymentGroupDetailResponse.prototype, "createdTime", {
44
+ get: function () {
45
+ return this['created_time'];
46
+ },
47
+ set: function (createdTime) {
48
+ this['created_time'] = createdTime;
49
+ },
50
+ enumerable: false,
51
+ configurable: true
52
+ });
53
+ ShowDeploymentGroupDetailResponse.prototype.withUpdatedTime = function (updatedTime) {
54
+ this['updated_time'] = updatedTime;
55
+ return this;
56
+ };
57
+ Object.defineProperty(ShowDeploymentGroupDetailResponse.prototype, "updatedTime", {
58
+ get: function () {
59
+ return this['updated_time'];
60
+ },
61
+ set: function (updatedTime) {
62
+ this['updated_time'] = updatedTime;
63
+ },
64
+ enumerable: false,
65
+ configurable: true
66
+ });
67
+ ShowDeploymentGroupDetailResponse.prototype.withHostCount = function (hostCount) {
68
+ this['host_count'] = hostCount;
69
+ return this;
70
+ };
71
+ Object.defineProperty(ShowDeploymentGroupDetailResponse.prototype, "hostCount", {
72
+ get: function () {
73
+ return this['host_count'];
74
+ },
75
+ set: function (hostCount) {
76
+ this['host_count'] = hostCount;
77
+ },
78
+ enumerable: false,
79
+ configurable: true
80
+ });
81
+ ShowDeploymentGroupDetailResponse.prototype.withProjectName = function (projectName) {
82
+ this['project_name'] = projectName;
83
+ return this;
84
+ };
85
+ Object.defineProperty(ShowDeploymentGroupDetailResponse.prototype, "projectName", {
86
+ get: function () {
87
+ return this['project_name'];
88
+ },
89
+ set: function (projectName) {
90
+ this['project_name'] = projectName;
91
+ },
92
+ enumerable: false,
93
+ configurable: true
94
+ });
95
+ ShowDeploymentGroupDetailResponse.prototype.withName = function (name) {
96
+ this['name'] = name;
97
+ return this;
98
+ };
99
+ ShowDeploymentGroupDetailResponse.prototype.withRegionName = function (regionName) {
100
+ this['region_name'] = regionName;
101
+ return this;
102
+ };
103
+ Object.defineProperty(ShowDeploymentGroupDetailResponse.prototype, "regionName", {
104
+ get: function () {
105
+ return this['region_name'];
106
+ },
107
+ set: function (regionName) {
108
+ this['region_name'] = regionName;
109
+ },
110
+ enumerable: false,
111
+ configurable: true
112
+ });
113
+ ShowDeploymentGroupDetailResponse.prototype.withProjectId = function (projectId) {
114
+ this['project_id'] = projectId;
115
+ return this;
116
+ };
117
+ Object.defineProperty(ShowDeploymentGroupDetailResponse.prototype, "projectId", {
118
+ get: function () {
119
+ return this['project_id'];
120
+ },
121
+ set: function (projectId) {
122
+ this['project_id'] = projectId;
123
+ },
124
+ enumerable: false,
125
+ configurable: true
126
+ });
127
+ ShowDeploymentGroupDetailResponse.prototype.withOs = function (os) {
128
+ this['os'] = os;
129
+ return this;
130
+ };
131
+ ShowDeploymentGroupDetailResponse.prototype.withAutoConnectionTestSwitch = function (autoConnectionTestSwitch) {
132
+ this['auto_connection_test_switch'] = autoConnectionTestSwitch;
133
+ return this;
134
+ };
135
+ Object.defineProperty(ShowDeploymentGroupDetailResponse.prototype, "autoConnectionTestSwitch", {
136
+ get: function () {
137
+ return this['auto_connection_test_switch'];
138
+ },
139
+ set: function (autoConnectionTestSwitch) {
140
+ this['auto_connection_test_switch'] = autoConnectionTestSwitch;
141
+ },
142
+ enumerable: false,
143
+ configurable: true
144
+ });
145
+ ShowDeploymentGroupDetailResponse.prototype.withSlaveClusterId = function (slaveClusterId) {
146
+ this['slave_cluster_id'] = slaveClusterId;
147
+ return this;
148
+ };
149
+ Object.defineProperty(ShowDeploymentGroupDetailResponse.prototype, "slaveClusterId", {
150
+ get: function () {
151
+ return this['slave_cluster_id'];
152
+ },
153
+ set: function (slaveClusterId) {
154
+ this['slave_cluster_id'] = slaveClusterId;
155
+ },
156
+ enumerable: false,
157
+ configurable: true
158
+ });
159
+ ShowDeploymentGroupDetailResponse.prototype.withNickName = function (nickName) {
160
+ this['nick_name'] = nickName;
161
+ return this;
162
+ };
163
+ Object.defineProperty(ShowDeploymentGroupDetailResponse.prototype, "nickName", {
164
+ get: function () {
165
+ return this['nick_name'];
166
+ },
167
+ set: function (nickName) {
168
+ this['nick_name'] = nickName;
169
+ },
170
+ enumerable: false,
171
+ configurable: true
172
+ });
173
+ ShowDeploymentGroupDetailResponse.prototype.withCreatedBy = function (createdBy) {
174
+ this['created_by'] = createdBy;
175
+ return this;
176
+ };
177
+ Object.defineProperty(ShowDeploymentGroupDetailResponse.prototype, "createdBy", {
178
+ get: function () {
179
+ return this['created_by'];
180
+ },
181
+ set: function (createdBy) {
182
+ this['created_by'] = createdBy;
183
+ },
184
+ enumerable: false,
185
+ configurable: true
186
+ });
187
+ ShowDeploymentGroupDetailResponse.prototype.withUpdatedBy = function (updatedBy) {
188
+ this['updated_by'] = updatedBy;
189
+ return this;
190
+ };
191
+ Object.defineProperty(ShowDeploymentGroupDetailResponse.prototype, "updatedBy", {
192
+ get: function () {
193
+ return this['updated_by'];
194
+ },
195
+ set: function (updatedBy) {
196
+ this['updated_by'] = updatedBy;
197
+ },
198
+ enumerable: false,
199
+ configurable: true
200
+ });
201
+ ShowDeploymentGroupDetailResponse.prototype.withDescription = function (description) {
202
+ this['description'] = description;
203
+ return this;
204
+ };
205
+ ShowDeploymentGroupDetailResponse.prototype.withPermission = function (permission) {
206
+ this['permission'] = permission;
207
+ return this;
208
+ };
209
+ return ShowDeploymentGroupDetailResponse;
210
+ }(SdkResponse_1.SdkResponse));
211
+ exports.ShowDeploymentGroupDetailResponse = ShowDeploymentGroupDetailResponse;
@@ -0,0 +1,11 @@
1
+ export declare class ShowDeploymentHostDetailRequest {
2
+ private 'group_id';
3
+ private 'host_id';
4
+ constructor(groupId?: any, hostId?: any);
5
+ withGroupId(groupId: string): ShowDeploymentHostDetailRequest;
6
+ set groupId(groupId: string | undefined);
7
+ get groupId(): string | undefined;
8
+ withHostId(hostId: string): ShowDeploymentHostDetailRequest;
9
+ set hostId(hostId: string | undefined);
10
+ get hostId(): string | undefined;
11
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowDeploymentHostDetailRequest = void 0;
4
+ var ShowDeploymentHostDetailRequest = /** @class */ (function () {
5
+ function ShowDeploymentHostDetailRequest(groupId, hostId) {
6
+ this['group_id'] = groupId;
7
+ this['host_id'] = hostId;
8
+ }
9
+ ShowDeploymentHostDetailRequest.prototype.withGroupId = function (groupId) {
10
+ this['group_id'] = groupId;
11
+ return this;
12
+ };
13
+ Object.defineProperty(ShowDeploymentHostDetailRequest.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
+ ShowDeploymentHostDetailRequest.prototype.withHostId = function (hostId) {
24
+ this['host_id'] = hostId;
25
+ return this;
26
+ };
27
+ Object.defineProperty(ShowDeploymentHostDetailRequest.prototype, "hostId", {
28
+ get: function () {
29
+ return this['host_id'];
30
+ },
31
+ set: function (hostId) {
32
+ this['host_id'] = hostId;
33
+ },
34
+ enumerable: false,
35
+ configurable: true
36
+ });
37
+ return ShowDeploymentHostDetailRequest;
38
+ }());
39
+ exports.ShowDeploymentHostDetailRequest = ShowDeploymentHostDetailRequest;
@@ -0,0 +1,105 @@
1
+ import { DeploymentHostAuthorizationBody } from './DeploymentHostAuthorizationBody';
2
+ import { DeploymentHostDetail } from './DeploymentHostDetail';
3
+ import { PermissionHostDetail } from './PermissionHostDetail';
4
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
5
+ export declare class ShowDeploymentHostDetailResponse extends SdkResponse {
6
+ private 'group_id';
7
+ private 'host_name';
8
+ ip: string;
9
+ port: number;
10
+ os: ShowDeploymentHostDetailResponseOsEnum;
11
+ private 'as_proxy';
12
+ private 'proxy_host_id'?;
13
+ authorization: DeploymentHostAuthorizationBody;
14
+ private 'install_icagent'?;
15
+ private 'host_id'?;
16
+ private 'proxy_host'?;
17
+ private 'group_name'?;
18
+ private 'project_id'?;
19
+ private 'project_name'?;
20
+ permission?: PermissionHostDetail;
21
+ private 'update_time'?;
22
+ private 'lastest_connection_time'?;
23
+ private 'connection_status'?;
24
+ private 'owner_name'?;
25
+ private 'updator_id'?;
26
+ private 'create_time'?;
27
+ private 'nick_name'?;
28
+ private 'owner_id'?;
29
+ private 'updator_name'?;
30
+ private 'connection_result'?;
31
+ constructor(groupId?: any, hostName?: any, ip?: any, port?: any, os?: any, asProxy?: any, authorization?: any);
32
+ withGroupId(groupId: string): ShowDeploymentHostDetailResponse;
33
+ set groupId(groupId: string | undefined);
34
+ get groupId(): string | undefined;
35
+ withHostName(hostName: string): ShowDeploymentHostDetailResponse;
36
+ set hostName(hostName: string | undefined);
37
+ get hostName(): string | undefined;
38
+ withIp(ip: string): ShowDeploymentHostDetailResponse;
39
+ withPort(port: number): ShowDeploymentHostDetailResponse;
40
+ withOs(os: ShowDeploymentHostDetailResponseOsEnum): ShowDeploymentHostDetailResponse;
41
+ withAsProxy(asProxy: boolean): ShowDeploymentHostDetailResponse;
42
+ set asProxy(asProxy: boolean | undefined);
43
+ get asProxy(): boolean | undefined;
44
+ withProxyHostId(proxyHostId: string): ShowDeploymentHostDetailResponse;
45
+ set proxyHostId(proxyHostId: string | undefined);
46
+ get proxyHostId(): string | undefined;
47
+ withAuthorization(authorization: DeploymentHostAuthorizationBody): ShowDeploymentHostDetailResponse;
48
+ withInstallIcagent(installIcagent: boolean): ShowDeploymentHostDetailResponse;
49
+ set installIcagent(installIcagent: boolean | undefined);
50
+ get installIcagent(): boolean | undefined;
51
+ withHostId(hostId: string): ShowDeploymentHostDetailResponse;
52
+ set hostId(hostId: string | undefined);
53
+ get hostId(): string | undefined;
54
+ withProxyHost(proxyHost: DeploymentHostDetail): ShowDeploymentHostDetailResponse;
55
+ set proxyHost(proxyHost: DeploymentHostDetail | undefined);
56
+ get proxyHost(): DeploymentHostDetail | undefined;
57
+ withGroupName(groupName: string): ShowDeploymentHostDetailResponse;
58
+ set groupName(groupName: string | undefined);
59
+ get groupName(): string | undefined;
60
+ withProjectId(projectId: string): ShowDeploymentHostDetailResponse;
61
+ set projectId(projectId: string | undefined);
62
+ get projectId(): string | undefined;
63
+ withProjectName(projectName: string): ShowDeploymentHostDetailResponse;
64
+ set projectName(projectName: string | undefined);
65
+ get projectName(): string | undefined;
66
+ withPermission(permission: PermissionHostDetail): ShowDeploymentHostDetailResponse;
67
+ withUpdateTime(updateTime: string): ShowDeploymentHostDetailResponse;
68
+ set updateTime(updateTime: string | undefined);
69
+ get updateTime(): string | undefined;
70
+ withLastestConnectionTime(lastestConnectionTime: string): ShowDeploymentHostDetailResponse;
71
+ set lastestConnectionTime(lastestConnectionTime: string | undefined);
72
+ get lastestConnectionTime(): string | undefined;
73
+ withConnectionStatus(connectionStatus: string): ShowDeploymentHostDetailResponse;
74
+ set connectionStatus(connectionStatus: string | undefined);
75
+ get connectionStatus(): string | undefined;
76
+ withOwnerName(ownerName: string): ShowDeploymentHostDetailResponse;
77
+ set ownerName(ownerName: string | undefined);
78
+ get ownerName(): string | undefined;
79
+ withUpdatorId(updatorId: string): ShowDeploymentHostDetailResponse;
80
+ set updatorId(updatorId: string | undefined);
81
+ get updatorId(): string | undefined;
82
+ withCreateTime(createTime: string): ShowDeploymentHostDetailResponse;
83
+ set createTime(createTime: string | undefined);
84
+ get createTime(): string | undefined;
85
+ withNickName(nickName: string): ShowDeploymentHostDetailResponse;
86
+ set nickName(nickName: string | undefined);
87
+ get nickName(): string | undefined;
88
+ withOwnerId(ownerId: string): ShowDeploymentHostDetailResponse;
89
+ set ownerId(ownerId: string | undefined);
90
+ get ownerId(): string | undefined;
91
+ withUpdatorName(updatorName: string): ShowDeploymentHostDetailResponse;
92
+ set updatorName(updatorName: string | undefined);
93
+ get updatorName(): string | undefined;
94
+ withConnectionResult(connectionResult: string): ShowDeploymentHostDetailResponse;
95
+ set connectionResult(connectionResult: string | undefined);
96
+ get connectionResult(): string | undefined;
97
+ }
98
+ /**
99
+ * @export
100
+ * @enum {string}
101
+ */
102
+ export declare enum ShowDeploymentHostDetailResponseOsEnum {
103
+ WINDOWS = "windows",
104
+ LINUX = "linux"
105
+ }