Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddResult ¶
type AddResult struct {
// contains filtered or unexported fields
}
AddResult represents the result of an extra routes add operation. Call its Extract method to interpret it as a *routers.Router.
func Add ¶
func Add(c *gophercloud.ServiceClient, id string, opts OptsBuilder) (r AddResult)
Add allows routers to be updated with a list of routes to be added.
type Opts ¶
Opts contains the values needed to add or remove a list og routes on a router.
func (Opts) ToExtraRoutesUpdateMap ¶
ToExtraRoutesUpdateMap builds a body based on Opts.
type OptsBuilder ¶
OptsBuilder allows extensions to add additional parameters to the Add or Remove requests.
type RemoveResult ¶
type RemoveResult struct {
// contains filtered or unexported fields
}
RemoveResult represents the result of an extra routes remove operation. Call its Extract method to interpret it as a *routers.Router.
func Remove ¶
func Remove(c *gophercloud.ServiceClient, id string, opts OptsBuilder) (r RemoveResult)
Remove allows routers to be updated with a list of routes to be removed.
Click to show internal directories.
Click to hide internal directories.