package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev

# Functions

Action will associate or disassociate subnets with a particular route table based on its unique ID.
Create accepts a CreateOpts struct and uses the values to create a new route table.
Delete will permanently delete a particular route table based on its unique ID.
ExtractRouteTables accepts a Page struct, specifically a RouteTablePage struct, and extracts the elements into a slice of RouteTable structs.
Get retrieves a particular route table based on its unique ID.
List returns a Pager which allows you to iterate over a collection of vpc route tables.
Update allows route tables to be updated.

# Structs

ActionOpts contains the values used when associating or disassociating subnets with a route table.
ActionResult represents the result of an action operation.
ActionSubnetsOpts contains the subnets list that associate or disassociate with a route tabl.
CreateOpts contains all the values needed to create a new route table.
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 to query all route tables or filter collections by parameters Marker and Limit are used for pagination.
Route represents a route object in a route table.
RouteOpts contains all the values needed to manage a vpc route.
RouteTable represents a route table.
RouteTablePage is the page returned by a pager when traversing over a collection of route tables.
Subnet represents a subnet object associated with a route table.
UpdateOpts contains the values used when updating a route table.
UpdateResult represents the result of an update operation.

# Interfaces

ActionOptsBuilder allows extensions to add additional parameters to the Action request: associate or disassociate subnets with a route table.
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder is an interface by which can build the request body of listing route tables.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.