Renamed the field in NetworkOfferingVO

This commit is contained in:
Alena Prokharchyk 2011-11-10 16:13:31 -08:00
parent c6dc572ebe
commit a1e247ad03

View File

@ -103,14 +103,14 @@ public class NetworkOfferingVO implements NetworkOffering, Identity {
boolean dedicatedLB;
@Column(name="shared_source_nat_service")
boolean sharedSourceNatService;
boolean sharedSourceNat;
@Column(name="redundant_router")
boolean redundantRouter;
@Column(name="sort_key")
int sortKey;
boolean sharedSourceNat;
@Column(name="uuid")
String uuid;