Commit 3e259cf1 authored by Spiros Koulouzis's avatar Spiros Koulouzis

added missing properties

parent af541c99
......@@ -54,13 +54,11 @@ public class CloudsStormVM {
@Valid
private Map<String, Object> extraInfo = null;
// @JsonProperty("OS")
// @JsonAlias({"os", "mybkcat"})
// private String OS = null;
@JsonProperty("CPU")
private String CPU = null;
@JsonProperty("MEM")
@JsonAlias({"Mem"})
private String MEM = null;
@JsonProperty("VMType")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment