cloudstack/server/src/com/cloud/api
Vijayendra Bhamidipati 781f0b4966 Bug CS-9919: Support for Nexus Swiches (Cisco Vswitches)
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.
2012-05-25 17:17:56 -07:00
..
commands Bug CS-9919: Support for Nexus Swiches (Cisco Vswitches) 2012-05-25 17:17:56 -07:00
doc Switch to Apache license 2012-04-03 04:50:05 -07:00
response fixing line endings in server 2012-04-07 20:13:10 -04:00
ApiDBUtils.java bug CS-14957: Return hypervisor type for uploaded volume 2012-05-17 19:22:19 +05:30
ApiDispatcher.java CS-14512: fixed deployVm with ipToNetworkList when uuid is used for networkIds 2012-04-16 15:43:56 -07:00
ApiGsonHelper.java fixing line endings in server 2012-04-07 20:13:10 -04:00
ApiResponseGsonHelper.java Switch to Apache license 2012-04-03 04:50:05 -07:00
ApiResponseHelper.java Merge awsapi related changes to CloudStack 2012-05-25 14:40:53 -07:00
ApiSerializerHelper.java fixing line endings in server 2012-04-07 20:13:10 -04:00
ApiServer.java Switch to Apache license 2012-04-03 04:50:05 -07:00
ApiServlet.java Switch to Apache license 2012-04-03 04:50:05 -07:00
EncodedStringTypeAdapter.java Switch to Apache license 2012-04-03 04:50:05 -07:00
IdentityTypeAdapter.java fixing line endings in server 2012-04-07 20:13:10 -04:00
ResponseObjectTypeAdapter.java Switch to Apache license 2012-04-03 04:50:05 -07:00
SerializationContext.java fixing line endings in server 2012-04-07 20:13:10 -04:00
StringMapTypeAdapter.java Switch to Apache license 2012-04-03 04:50:05 -07:00