public interface AgentService extends RestService
Modifier and Type | Method and Description |
---|---|
Agent |
getAgent(String agentId)
Returns the agent with agentId.
|
List<? extends Agent> |
list()
List neutron agents.
|
Agent |
setAdminStateUp(String agentId,
boolean state)
Sets the admin_state_up.
|
Copyright © 2017. All rights reserved.