cloudstack/server/src/com/cloud/network/dao
keshav 1b2aa8cec9 Added a method to look up public IPs that are used for static NAT rules. 2011-05-10 15:47:46 -07:00
..
FirewallRulesDao.java bug 8753: never release public Ip address without ensuring that all corresponding resources (PF/StaticNat/Lb rules) are cleaned up. 2011-02-28 09:21:05 -08:00
FirewallRulesDaoImpl.java bug 8753: never release public Ip address without ensuring that all corresponding resources (PF/StaticNat/Lb rules) are cleaned up. 2011-02-28 09:21:05 -08:00
IPAddressDao.java Added a method to look up public IPs that are used for static NAT rules. 2011-05-10 15:47:46 -07:00
IPAddressDaoImpl.java Added a method to look up public IPs that are used for static NAT rules. 2011-05-10 15:47:46 -07:00
LoadBalancerDao.java bug 8251: introduced "id" field for public IP address. In the DB id is a primary key in user_ip_address table; ip_address and source_network_id is a composite key 2011-02-01 12:16:18 -08:00
LoadBalancerDaoImpl.java bug 8251: introduced "id" field for public IP address. In the DB id is a primary key in user_ip_address table; ip_address and source_network_id is a composite key 2011-02-01 12:16:18 -08:00
LoadBalancerVMMapDao.java bug 7467: release IP address works now. 2010-12-10 15:12:32 -08:00
LoadBalancerVMMapDaoImpl.java bug 7467: release IP address works now. 2010-12-10 15:12:32 -08:00
NetworkDao.java bug 8798: delete zone is fixed 2011-03-24 13:32:31 -07:00
NetworkDaoImpl.java bug 8798: delete zone is fixed 2011-03-24 13:32:31 -07:00
NetworkDomainDao.java bug 8831: added 2 new parameters to create/listNetworks api: "isdedicatedtodomain" and "dedicateddomainid" 2011-03-22 10:17:08 -07:00
NetworkDomainDaoImpl.java bug 8831: added 2 new parameters to create/listNetworks api: "isdedicatedtodomain" and "dedicateddomainid" 2011-03-22 10:17:08 -07:00
NetworkOpDaoImpl.java missing mac fields 2010-12-10 17:20:31 -08:00
NetworkOpVO.java missing mac fields 2010-12-10 17:20:31 -08:00
NetworkRuleConfigDao.java Moved DAO to server 2010-11-22 07:40:41 -08:00
NetworkRuleConfigDaoImpl.java Moved DAO to server 2010-11-22 07:40:41 -08:00
RemoteAccessVpnDao.java Moved networkRestart to the NetworkManager as it's up to the manager (not network elements) to decide what to do on restart (IpAssoc/ruleApply/etc..) 2011-02-01 12:16:19 -08:00
RemoteAccessVpnDaoImpl.java Moved networkRestart to the NetworkManager as it's up to the manager (not network elements) to decide what to do on restart (IpAssoc/ruleApply/etc..) 2011-02-01 12:16:19 -08:00
VpnUserDao.java Moved DAO to server 2010-11-22 07:40:41 -08:00
VpnUserDaoImpl.java remote access vpn, user ip address changes 2010-12-29 09:32:54 -08:00