public interface Agent extends ModelEntity, Buildable<AgentBuilder>
Modifier and Type | Interface and Description |
---|---|
static class |
Agent.Type
neutron agent type
|
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
boolean |
getAdminStateUp() |
Agent.Type |
getAgentType() |
boolean |
getAlive() |
String |
getBinary() |
Date |
getCreatedAt() |
String |
getDescription() |
Date |
getHeartbeatTimestamp() |
String |
getHost() |
String |
getId() |
Date |
getStartedAt() |
String |
getTopic() |
boolean getAdminStateUp()
Agent.Type getAgentType()
boolean getAlive()
String getBinary()
Date getCreatedAt()
String getDescription()
Date getHeartbeatTimestamp()
String getHost()
String getId()
Date getStartedAt()
String getTopic()
Copyright © 2017. All rights reserved.