| Package | Description |
|---|---|
| org.openstack4j.api.networking.ext | |
| org.openstack4j.openstack.networking.domain | |
| org.openstack4j.openstack.networking.internal.ext |
| Modifier and Type | Method and Description |
|---|---|
Agent |
AgentService.getAgent(String agentId)
Returns the agent with agentId.
|
Agent |
AgentService.setAdminStateUp(String agentId,
boolean state)
Sets the admin_state_up.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Agent> |
AgentService.list()
List neutron agents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NeutronAgent
Neutron Agent
|
| Modifier and Type | Method and Description |
|---|---|
Agent |
NeutronAgent.AgentConcreteBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
AgentBuilder |
NeutronAgent.AgentConcreteBuilder.from(Agent in) |
| Modifier and Type | Method and Description |
|---|---|
Agent |
AgentServiceImpl.getAgent(String agentId) |
Agent |
AgentServiceImpl.setAdminStateUp(String agentId,
boolean state) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Agent> |
AgentServiceImpl.list() |
Copyright © 2017. All rights reserved.