#include <bgp_config.h>
Definition at line 537 of file bgp_config.h.
BgpProtocolConfig::BgpProtocolConfig |
( |
const std::string & |
instance_name | ) |
|
|
explicit |
bool BgpProtocolConfig::admin_down |
( |
| ) |
const |
|
inline |
uint32_t BgpProtocolConfig::autonomous_system |
( |
| ) |
const |
|
inline |
uint32_t BgpProtocolConfig::cluster_id |
( |
| ) |
const |
|
inline |
uint32_t BgpProtocolConfig::hold_time |
( |
| ) |
const |
|
inline |
uint32_t BgpProtocolConfig::identifier |
( |
| ) |
const |
|
inline |
const std::string& BgpProtocolConfig::instance_name |
( |
| ) |
const |
|
inline |
uint64_t BgpProtocolConfig::last_change_at |
( |
| ) |
const |
|
inline |
uint32_t BgpProtocolConfig::local_autonomous_system |
( |
| ) |
const |
|
inline |
int BgpProtocolConfig::port |
( |
| ) |
const |
|
inline |
void BgpProtocolConfig::reset_subcluster_id |
( |
| ) |
|
|
inline |
void BgpProtocolConfig::reset_subcluster_name |
( |
| ) |
|
|
inline |
void BgpProtocolConfig::set_admin_down |
( |
bool |
admin_down | ) |
|
|
inline |
void BgpProtocolConfig::set_autonomous_system |
( |
uint32_t |
autonomous_system | ) |
|
|
inline |
void BgpProtocolConfig::set_cluster_id |
( |
uint32_t |
cluster_id | ) |
|
|
inline |
void BgpProtocolConfig::set_hold_time |
( |
uint32_t |
hold_time | ) |
|
|
inline |
void BgpProtocolConfig::set_identifier |
( |
uint32_t |
identifier | ) |
|
|
inline |
void BgpProtocolConfig::set_last_change_at |
( |
uint64_t |
tstamp | ) |
const |
|
inline |
void BgpProtocolConfig::set_local_autonomous_system |
( |
uint32_t |
local_autonomous_system | ) |
|
|
inline |
void BgpProtocolConfig::set_port |
( |
int |
port | ) |
|
|
inline |
void BgpProtocolConfig::set_subcluster_id |
( |
uint32_t |
id | ) |
|
|
inline |
void BgpProtocolConfig::set_subcluster_name |
( |
const std::string & |
name | ) |
|
|
inline |
uint32_t BgpProtocolConfig::subcluster_id |
( |
| ) |
const |
|
inline |
const std::string& BgpProtocolConfig::subcluster_name |
( |
| ) |
const |
|
inline |
bool BgpProtocolConfig::admin_down_ |
|
private |
uint32_t BgpProtocolConfig::autonomous_system_ |
|
private |
uint32_t BgpProtocolConfig::cluster_id_ |
|
private |
uint32_t BgpProtocolConfig::hold_time_ |
|
private |
uint32_t BgpProtocolConfig::identifier_ |
|
private |
std::string BgpProtocolConfig::instance_name_ |
|
private |
uint64_t BgpProtocolConfig::last_change_at_ |
|
mutableprivate |
uint32_t BgpProtocolConfig::local_autonomous_system_ |
|
private |
int BgpProtocolConfig::port_ |
|
private |
uint32_t BgpProtocolConfig::subcluster_id_ |
|
private |
std::string BgpProtocolConfig::subcluster_name_ |
|
private |
The documentation for this class was generated from the following files: