Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func List ¶
func List(client *gophercloud.ServiceClient, agentID string) pagination.Pager
List makes a request against the API to list all network agents
Types ¶
type AddResult ¶
type AddResult struct {
gophercloud.Result
}
AddResult contains the response body and error from a Create request.
func Add ¶
func Add(client *gophercloud.ServiceClient, agentID string, routerID string) (r AddResult)
Add a router to an agent
type DeleteResult ¶
type DeleteResult struct {
gophercloud.ErrResult
}
DeleteResult contains the response body and error from a Delete request.
func Remove ¶
func Remove(client *gophercloud.ServiceClient, agentID string, routerID string) (r DeleteResult)
Remove a router from an agent
Click to show internal directories.
Click to hide internal directories.