You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/src/com/cloud/api/response/HostResponse.java
-30Lines changed: 0 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -139,14 +139,6 @@ public class HostResponse extends BaseResponse {
139
139
@SerializedName("events") @Param(description="events available for the host")
140
140
privateStringevents;
141
141
142
-
/*
143
-
@SerializedName(ApiConstants.JOB_ID) @Param(description="shows the current pending asynchronous job ID. This tag is not returned if no current pending jobs are acting on the host")
144
-
private IdentityProxy jobId = new IdentityProxy("async_job");
145
-
146
-
147
-
@SerializedName("jobstatus") @Param(description="shows the current pending asynchronous job status")
148
-
private Integer jobStatus;
149
-
*/
150
142
@SerializedName("hosttags") @Param(description="comma-separated list of tags for the host")
0 commit comments