#include <bgp_router.h>
Definition at line 26 of file bgp_router.h.
BgpRouter::BgpRouter |
( |
const std::string & |
name, |
|
|
const std::string & |
ipv4_address, |
|
|
const uint32_t & |
port, |
|
|
autogen::BgpRouterParams & |
params |
|
) |
| |
BgpRouter::~BgpRouter |
( |
| ) |
|
const std::string& BgpRouter::control_node_zone_name |
( |
| ) |
const |
|
inline |
BgpRouter::DISALLOW_COPY_AND_ASSIGN |
( |
BgpRouter |
| ) |
|
|
private |
bool BgpRouter::get_inet_labeled_af |
( |
| ) |
|
|
inline |
const Ip4Address& BgpRouter::ipv4_address |
( |
| ) |
const |
|
inline |
const std::string& BgpRouter::name |
( |
| ) |
const |
|
inline |
const uint32_t& BgpRouter::port |
( |
| ) |
const |
|
inline |
void BgpRouter::set_control_node_zone_name |
( |
const std::string & |
contol_node_zone_name | ) |
|
void BgpRouter::set_inet_labeled_af |
( |
const autogen::BgpRouterParams |
params | ) |
|
void BgpRouter::set_ip_address_port |
( |
const std::string & |
ip_address, |
|
|
const uint32_t & |
port |
|
) |
| |
std::string BgpRouter::control_node_zone_name_ |
|
private |
bool BgpRouter::inet_labeled_af_enable_ |
|
private |
std::string BgpRouter::name_ |
|
private |
autogen::BgpRouterParams BgpRouter::params_ |
|
private |
uint32_t BgpRouter::port_ |
|
private |
The documentation for this class was generated from the following files: