The Agent
class inherits from Resource
.
openstack.network.v2.agent.
Agent
(_synchronized=False, connection=None, **attrs)¶Neutron agent extension.
The base resource
Parameters: |
|
---|
agent_type
¶The type of network agent.
availability_zone
¶Availability zone for the network agent.
binary
¶The name of the network agent’s application binary.
configuration
¶Network agent configuration data specific to the agent_type.
created_at
¶Timestamp when the network agent was created.
description
¶The network agent description.
last_heartbeat_at
¶Timestamp when the network agent’s heartbeat was last seen.
host
¶The host the agent is running on.
is_admin_state_up
¶The administrative state of the network agent, which is up
True
or down False
. Type: bool
is_alive
¶Whether or not the network agent is alive. Type: bool
resources_synced
¶Whether or not the agent is succesffully synced towards placement. Agents supporting the guaranteed minimum bandwidth feature share their resource view with neutron-server and neutron-server share this view with placement, resources_synced represents the success of the latter. The value None means no resource view synchronization to Placement was attempted. true / false values signify the success of the last synchronization attempt. Type: bool
started_at
¶Timestamp when the network agent was last started.
topic
¶The messaging queue topic the network agent subscribes to.
ha_state
¶The HA state of the L3 agent. This is one of ‘active’, ‘standby’ or ‘fault’ for HA routers, or None for other types of routers.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.