package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Functions
Create is a method to create a new route table under a specified ER instance using given parameters.
Delete is a method to remove an existing route table under a specified ER instance.
Get is a method to obtain the route table details under a specified ER instance.
List is a method to query the list of the route tables under a specified ER instance using given parameters.
Update is a method to update the route table under a specified ER instance using parameters.
# Structs
BgpOptions is an object that represents the BGP configuration for routing.
CreateOpts is the structure required by the 'Create' method to create a route table under a specified ER instance.
ListOpts allows to filter list data using given parameters.
RouteTable is the structure that represents the details of the route table for ER service.
RouteTablePage represents the response pages of the List method.
UpdateOpts is the structure required by the 'Update' method to update the route table configuration.