Search in sources :

Example 1 with CleanupLogicalEdgeFirewallCommand

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

the class CiscoVnmcElement method cleanupLogicalEdgeFirewall.

private boolean cleanupLogicalEdgeFirewall(long vlanId, long hostId) {
    CleanupLogicalEdgeFirewallCommand cmd = new CleanupLogicalEdgeFirewallCommand(vlanId);
    Answer answer = _agentMgr.easySend(hostId, cmd);
    return answer.getResult();
}
Also used : Answer(com.cloud.agent.api.Answer) CleanupLogicalEdgeFirewallCommand(com.cloud.agent.api.CleanupLogicalEdgeFirewallCommand)

Aggregations

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