package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Create accepts a CreateOpts struct and uses the values to create a new logical routes.
Delete will permanently delete a particular route based on its unique ID.
ExtractRoutes accepts a Page struct, specifically a RoutePage struct, and extracts the elements into a slice of Roue structs.
Get retrieves a particular route based on its unique ID.
List returns a Pager which allows you to iterate over a collection of vpc routes resources.
# Structs
CreateOpts contains all the values needed to create a new routes.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
GetResult represents the result of a get operation.
ListOpts allows the filtering and sorting of paginated collections through the API.
No description provided by the author
RoutePage is the page returned by a pager when traversing over a collection of routes.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
No description provided by the author