routers

package
v0.0.0-...-f9caf76 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL