mirror of https://github.com/apache/cloudstack.git
be able to remove vpc as owning entity of a network
This commit is contained in:
parent
550493cec3
commit
4f0820b865
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue