mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Description: Incorporating more changes post review by Alena. 1. Renamed the ListCiscoVSMDetailsCmd command to ListCiscoNexusVSMsCmd. The command will return a list of VSMs always, depending on what parameter is passed to it. If a clusterId is passed to it, it will return the VSM associated to that cluster, if present. If a zoneId is passed in, it will return a list of all VSMs configured for any clusters of type VMware within that zone. If neither is passed, it will return a list of all VSMs configured in the management server. If no VSMs are found, it will return an exception response. 2. Cleaned up miscellaneous code. Conflicts: client/tomcatconf/cisconexusvsm_commands.properties.in server/src/com/cloud/server/ManagementServerImpl.java
9 lines
547 B
Properties
9 lines
547 B
Properties
### bitmap of permissions at the end of each classname, 1 = ADMIN, 2 = RESOURCE_DOMAIN_ADMIN, 4 = DOMAIN_ADMIN, 8 = USER
|
|
### Please standardize naming conventions to camel-case (even for acronyms).
|
|
|
|
#### Cisco Nexus 1000v Virtual Supervisor Module (VSM) commands
|
|
deleteCiscoNexusVSM = com.cloud.api.commands.DeleteCiscoNexusVSMCmd;1
|
|
enableCiscoNexusVSM = com.cloud.api.commands.EnableCiscoNexusVSMCmd;1
|
|
disableCiscoNexusVSM = com.cloud.api.commands.DisableCiscoNexusVSMCmd;1
|
|
listCiscoNexusVSMs = com.cloud.api.commands.ListCiscoNexusVSMsCmd;1
|