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 propagation under the route table.
Delete is a method to remove an existing propagation from a specified route table.
List is a method to query the list of the propagations under specified route table using given opts.

# Structs

CreateOpts is the structure used to create a propagation to a specified route table.
DeleteOpts is the structure used to remove a propagation from a specified route table.
ImportRoutePolicy is an object that represents the configuration of the import routing policy.
ListOpts allows to filter list data using given parameters.
Propagation is the structure that represents the details of the propagation under route table.
PropagationPage represents the response pages of the List method.