Skip to content

Commit ebc2b8b

Browse files
committed
be able to remove vpc as owning entity of a network
1 parent 00fcd9f commit ebc2b8b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

engine/schema/src/com/cloud/network/dao/NetworkVO.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,4 +605,8 @@ public boolean isStrechedL2Network() {
605605
public void setStrechedL2Network(boolean strechedL2Network) {
606606
this.strechedL2Network = strechedL2Network;
607607
}
608+
609+
public void setVpcId(long vpcId) {
610+
this.vpcId = vpcId;
611+
}
608612
}

0 commit comments

Comments
 (0)