mirror of
https://github.com/apache/cloudstack
synced 2026-08-03 13:43:25 +00:00
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. |
||
|---|---|---|
| .. | ||
| acl | ||
| agent/api | ||
| alert | ||
| api | ||
| async | ||
| capacity | ||
| cluster | ||
| configuration | ||
| consoleproxy | ||
| dao | ||
| dc | ||
| deploy | ||
| domain | ||
| event | ||
| exception | ||
| host | ||
| hypervisor | ||
| network | ||
| offering | ||
| org | ||
| projects | ||
| resource | ||
| serializer | ||
| server | ||
| storage | ||
| template | ||
| user | ||
| uservm | ||
| vm | ||