mirror of https://github.com/apache/cloudstack.git
Description: 1. Added the PortProfile infrastructure: a. PortProfileVO : The VO class to represent a db record of the table port_profile. Each db record represents one port profile. b. PortProfileDao: The interface that declares search functions on the port_profile table. c. PortProfileDaoImpl: The class that defines the interfaces declared in PortProfileDao. d. PortProfileManagerImpl: The class that contains routines that will add or delete db records from the port_profile table. If you want to create/delete a portprofile, call functions from this class. e. Changes to create-schema.sql to create the port_profile table. 2. Cleaned up code: a. Removed a number of unused Dao and Manager objects in CiscoNexusVSMDeviceManagerImpl. b. Removed the ListCiscoNexusVSMNetworksCmd command. c. Removed a bunch of import statements in a few files. |
||
|---|---|---|
| .. | ||
| element | ||
| firewall | ||
| guru | ||
| lb | ||
| ovs | ||
| router | ||
| rules | ||
| security | ||
| vpn | ||
| IpAddress.java | ||
| Network.java | ||
| NetworkProfile.java | ||
| NetworkService.java | ||
| Networks.java | ||
| PhysicalNetwork.java | ||
| PhysicalNetworkServiceProvider.java | ||
| PhysicalNetworkSetupInfo.java | ||
| PhysicalNetworkTrafficType.java | ||
| PublicIpAddress.java | ||
| RemoteAccessVpn.java | ||
| StorageNetworkService.java | ||
| VirtualNetworkApplianceService.java | ||
| VirtualRouterProvider.java | ||
| VpnUser.java | ||