cloudstack/api/src/com/cloud/network
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
..
element Switch to Apache license 2012-04-03 04:50:05 -07:00
firewall Switch to Apache license 2012-04-03 04:50:05 -07:00
guru Switch to Apache license 2012-04-03 04:50:05 -07:00
lb Switch to Apache license 2012-04-03 04:50:05 -07:00
ovs Fix conflict resolution errors 2012-04-23 22:33:19 +01:00
router Switch to Apache license 2012-04-03 04:50:05 -07:00
rules bug CS-14862: EIP/ELB - SSVM and CPVM should be given an ip address from the public ip address range. 2012-05-21 20:18:37 +05:30
security Switch to Apache license 2012-04-03 04:50:05 -07:00
vpn Switch to Apache license 2012-04-03 04:50:05 -07:00
IpAddress.java Switch to Apache license 2012-04-03 04:50:05 -07:00
Network.java Removing connectivity from service provider list 2012-04-23 22:35:15 +01:00
NetworkProfile.java Switch to Apache license 2012-04-03 04:50:05 -07:00
NetworkService.java bug CS-14862: EIP/ELB - SSVM and CPVM should be given an ip address from the public ip address range. 2012-05-21 20:18:37 +05:30
Networks.java Switch to Apache license 2012-04-03 04:50:05 -07:00
PhysicalNetwork.java Switch to Apache license 2012-04-03 04:50:05 -07:00
PhysicalNetworkServiceProvider.java Switch to Apache license 2012-04-03 04:50:05 -07:00
PhysicalNetworkSetupInfo.java Switch to Apache license 2012-04-03 04:50:05 -07:00
PhysicalNetworkTrafficType.java Switch to Apache license 2012-04-03 04:50:05 -07:00
PublicIpAddress.java Switch to Apache license 2012-04-03 04:50:05 -07:00
RemoteAccessVpn.java Switch to Apache license 2012-04-03 04:50:05 -07:00
StorageNetworkService.java more line ending fixes 2012-04-06 22:51:32 -04:00
VirtualNetworkApplianceService.java Switch to Apache license 2012-04-03 04:50:05 -07:00
VirtualRouterProvider.java Switch to Apache license 2012-04-03 04:50:05 -07:00
VpnUser.java Switch to Apache license 2012-04-03 04:50:05 -07:00