be able to remove vpc as owning entity of a network

This commit is contained in:
Daan Hoogland 2014-05-09 16:51:34 +02:00
parent 550493cec3
commit 4f0820b865
1 changed files with 4 additions and 0 deletions

View File

@ -605,4 +605,8 @@ public class NetworkVO implements Network {
public void setStrechedL2Network(boolean strechedL2Network) {
this.strechedL2Network = strechedL2Network;
}
public void setVpcId(long vpcId) {
this.vpcId = vpcId;
}
}