mirror of https://github.com/apache/cloudstack.git
Revert the temporary build fix (don't expose ID unneccessarily to outside)
This commit is contained in:
parent
24a6c2f528
commit
bf3664574a
|
|
@ -106,7 +106,6 @@ public class SystemVmResponse extends BaseResponse {
|
|||
@SerializedName("activeviewersessions") @Param(description="the number of active console sessions for the console proxy system vm")
|
||||
private Integer activeViewerSessions;
|
||||
|
||||
@SerializedName("objectId") @Param(description="the object id")
|
||||
private Long objectId;
|
||||
|
||||
public Long getObjectId() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue