Search in sources :

Example 1 with ConfigureNexusVsmForAsaCommand

use of com.cloud.agent.api.ConfigureNexusVsmForAsaCommand in project cloudstack by apache.

the class CiscoVnmcElement method configureNexusVsmForAsa.

private boolean configureNexusVsmForAsa(long vlanId, String gateway, String vsmUsername, String vsmPassword, String vsmIp, String asaInPortProfile, long hostId) {
    ConfigureNexusVsmForAsaCommand cmd = new ConfigureNexusVsmForAsaCommand(vlanId, gateway, vsmUsername, vsmPassword, vsmIp, asaInPortProfile);
    Answer answer = _agentMgr.easySend(hostId, cmd);
    return answer.getResult();
}
Also used : Answer(com.cloud.agent.api.Answer) ConfigureNexusVsmForAsaCommand(com.cloud.agent.api.ConfigureNexusVsmForAsaCommand)

Aggregations

Answer (com.cloud.agent.api.Answer)1 ConfigureNexusVsmForAsaCommand (com.cloud.agent.api.ConfigureNexusVsmForAsaCommand)1