Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + func List(c *gophercloud.ServiceClient, opts ListOpts) pagination.Pager + type CreateOpts struct + AdminStateUp *bool + GatewayInfo *GatewayInfo + Name string + TenantID string + type CreateResult struct + func Create(c *gophercloud.ServiceClient, opts CreateOpts) CreateResult + func (r CreateResult) Extract() (*Router, error) + type DeleteResult struct + func Delete(c *gophercloud.ServiceClient, id string) DeleteResult + type GatewayInfo struct + NetworkID string + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) GetResult + func (r GetResult) Extract() (*Router, error) + type InterfaceInfo struct + ID string + PortID string + SubnetID string + TenantID string + type InterfaceOpts struct + PortID string + SubnetID string + type InterfaceResult struct + func AddInterface(c *gophercloud.ServiceClient, id string, opts InterfaceOpts) InterfaceResult + func RemoveInterface(c *gophercloud.ServiceClient, id string, opts InterfaceOpts) InterfaceResult + func (r InterfaceResult) Extract() (*InterfaceInfo, error) + type ListOpts struct + AdminStateUp *bool + ID string + Limit int + Marker string + Name string + SortDir string + SortKey string + Status string + TenantID string + type Router struct + AdminStateUp bool + GatewayInfo GatewayInfo + ID string + Name string + Status string + TenantID string + func ExtractRouters(page pagination.Page) ([]Router, error) + type RouterPage struct + func (p RouterPage) IsEmpty() (bool, error) + func (p RouterPage) NextPageURL() (string, error) + type UpdateOpts struct + AdminStateUp *bool + GatewayInfo *GatewayInfo + Name string + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, id string, opts UpdateOpts) UpdateResult + func (r UpdateResult) Extract() (*Router, error)