We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a75423 commit 2a06869Copy full SHA for 2a06869
1 file changed
engine/schema/src/com/cloud/vm/VMInstanceVO.java
@@ -267,6 +267,10 @@ public HypervisorType getHypervisorType() {
267
return hypervisorType;
268
}
269
270
+ public void setHypervisorType(HypervisorType hypervisorType) {
271
+ this.hypervisorType = hypervisorType;
272
+ }
273
+
274
@Override
275
public Date getCreated() {
276
return created;
0 commit comments