# Packages
agents unit tests.
# Functions
ExtractAgents interprets the results of a single page from a List() API call, producing a slice of Agents structs.
Get retrieves a specific agent based on its ID.
List returns a Pager which allows you to iterate over a collection of agents.
ListDHCPNetworks returns a list of networks scheduled to a specific dhcp agent.
# Structs
Agent represents a Neutron agent.
AgentPage stores a single page of Agents from a List() API call.
GetResult represents the result of a get operation.
ListDHCPNetworksResult is the response from a List operation.
ListOpts allows the filtering and sorting of paginated collections through the Neutron API.
# Interfaces
ListOptsBuilder allows extensions to add additional parameters to the List request.