CS-9919: Support for Nexus Swiches (Cisco Vswitches)

Description:

	Fixed type of argument taken by AddCiscoNexusVSMCmd
	from ZONE_ID to CLUSTER_ID.
This commit is contained in:
Vijayendra Bhamidipati 2012-05-03 19:31:49 -07:00
parent f43968c4a9
commit ed72fbe86e
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class AddCiscoNexusVSMCmd extends BaseAsyncCmd {
@Parameter(name=ApiConstants.IP_ADDRESS, type=CommandType.STRING, required = true, description="IP Address of the Cisco Nexus 1000v VSM appliance.")
private String ipaddr;
@Parameter(name=ApiConstants.ZONE_ID, type=CommandType.LONG, required = true, description="Id of the CloudStack cluster in which the Cisco Nexus 1000v VSM appliance.")
@Parameter(name=ApiConstants.CLUSTER_ID, type=CommandType.LONG, required = true, description="Id of the CloudStack cluster in which the Cisco Nexus 1000v VSM appliance.")
private long clusterId;
@Parameter(name=ApiConstants.USERNAME, type=CommandType.STRING, required = true, description="username to reach the Cisco Nexus 1000v VSM device")