The Agent class inherits from Resource.
openstack.network.v2.agent.Agent(attrs=None, loaded=False)¶Construct a Resource to interact with a service’s REST API.
The Resource class offers two class methods to construct
resource objects, which are preferrable to entering through
this initializer. See Resource.new() and
Resource.existing().
| Parameters: |
|
|---|
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.