The Agent
class inherits from Resource
.
openstack.network.v2.agent.
Agent
(_synchronized=False, **attrs)¶Neutron agent extension.
The base resource
Parameters: | _synchronized (bool) – This is not intended to be used directly.
See new() and
existing() . |
---|
agent_type
= None¶The type of network agent.
availability_zone
= None¶Availability zone for the network agent.
binary
= None¶The name of the network agent’s application binary.
configuration
= None¶Network agent configuration data specific to the agent_type.
created_at
= None¶Timestamp when the network agent was created.
description
= None¶The network agent description.
last_heartbeat_at
= None¶Timestamp when the network agent’s heartbeat was last seen.
host
= None¶The host the agent is running on.
is_admin_state_up
= None¶The administrative state of the network agent, which is up
True
or down False
. Type: bool
is_alive
= None¶Whether or not the network agent is alive. Type: bool
started_at
= None¶Timestamp when the network agent was last started.
topic
= None¶The messaging queue topic the network agent subscribes to.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.