Interface AgentBuilder
-
- All Superinterfaces:
Buildable.Builder<AgentBuilder,Agent>
- All Known Implementing Classes:
NeutronAgent.AgentConcreteBuilder
public interface AgentBuilder extends Buildable.Builder<AgentBuilder,Agent>
Copyright: Copyright (c) 2016
Company: Ericsson
- Author:
- emagnbr 2016- initial version
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentBuilderadminStateUp(boolean state)Sets the admin_state_up-
Methods inherited from interface org.openstack4j.common.Buildable.Builder
build, from
-
-
-
-
Method Detail
-
adminStateUp
AgentBuilder adminStateUp(boolean state)
Sets the admin_state_up- Parameters:
state- the state of admin_state_up- Returns:
- the agent builder
-
-