package
0.0.0-20240513174504-57b77a8ac899
Repository: https://github.com/app-net-interface/awi-infra-guard.git
Documentation: pkg.go.dev

# Functions

BGPScenarioFromBothConfigs returns BGPScenario object with the information which side of connection should start establishing BGP connection and how should it start establishing - whether it should generate IP Addresses for both sides or just for itself.

# Constants

The final stage of establishing BGP Session.
The Mode indicating that the provider should generate BGP IP Addresses for both sides of the connection.
The Mode indicating that this is the first stage of creating BGP Session.
This Mode is used at the second stage of creating BGP session if the first provider used AttachModeGenerateIP and returned its BGP IP Address.

# Structs

The BGPAddressing struct defines supported scenarios for generating BGP Addresses.
A structure defining instructions how to perform establishing a connection between two sides of connection.
Represents the BGP Settings that can be used by a gateway with a help of its provider.
No description provided by the author
No description provided by the author
The abstraction over Cloud edges that can be used for attaching a connection.
ProviderSettings define an entrypoint for preparing a plan how to establish a connection between two providers.
No description provided by the author
The data obtained during creating provider specific resources.
Request provides information about the Connection to be either created or removed.
NOT IMPLEMENTED Just a placeholder for providing necessary instructions to create a Static Routing connection.

# Type aliases

The BGP Attachment mode describes what should be accomplished during a particular phase of creating BGP Session.