mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +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;
|
boolean dedicatedLB;
|
||||||
|
|
||||||
@Column(name="shared_source_nat_service")
|
@Column(name="shared_source_nat_service")
|
||||||
boolean sharedSourceNatService;
|
boolean sharedSourceNat;
|
||||||
|
|
||||||
@Column(name="redundant_router")
|
@Column(name="redundant_router")
|
||||||
boolean redundantRouter;
|
boolean redundantRouter;
|
||||||
|
|
||||||
@Column(name="sort_key")
|
@Column(name="sort_key")
|
||||||
int sortKey;
|
int sortKey;
|
||||||
boolean sharedSourceNat;
|
|
||||||
|
|
||||||
@Column(name="uuid")
|
@Column(name="uuid")
|
||||||
String uuid;
|
String uuid;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user