mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Renamed the field in NetworkOfferingVO
This commit is contained in:
parent
c6dc572ebe
commit
a1e247ad03
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user