#include <bgp_as_service.h>
|
| BgpAsAServiceEntry () |
|
| BgpAsAServiceEntry (const BgpAsAServiceEntry &rhs) |
|
| BgpAsAServiceEntry (const IpAddress &local_peer_ip, uint32_t source_port, uint32_t dest_port, bool health_check_configured, const boost::uuids::uuid &health_check_uuid, bool is_shared, uint64_t hc_delay_usecs, uint64_t hc_timeout_usecs, uint32_t hc_retries, const std::string &primary_control_node_zone, const std::string &secondary_control_node_zone) |
|
| ~BgpAsAServiceEntry () |
|
bool | operator== (const BgpAsAServiceEntry &rhs) const |
|
bool | operator() (const BgpAsAServiceEntry &lhs, const BgpAsAServiceEntry &rhs) const |
|
bool | IsLess (const BgpAsAServiceEntry *rhs) const |
|
bool | IsControlNodeZoneConfigured () const |
|
| ListEntry () |
|
| ListEntry (bool del_pending) |
|
virtual | ~ListEntry () |
|
bool | del_pending () const |
|
void | set_del_pending (bool val) const |
|
VmInterfaceState::Op | GetOp (VmInterfaceState::Op op) const |
|
Definition at line 76 of file bgp_as_service.h.
BgpAsAService::BgpAsAServiceEntry::BgpAsAServiceEntry |
( |
| ) |
|
BgpAsAService::BgpAsAServiceEntry::BgpAsAServiceEntry |
( |
const IpAddress & |
local_peer_ip, |
|
|
uint32_t |
source_port, |
|
|
uint32_t |
dest_port, |
|
|
bool |
health_check_configured, |
|
|
const boost::uuids::uuid & |
health_check_uuid, |
|
|
bool |
is_shared, |
|
|
uint64_t |
hc_delay_usecs, |
|
|
uint64_t |
hc_timeout_usecs, |
|
|
uint32_t |
hc_retries, |
|
|
const std::string & |
primary_control_node_zone, |
|
|
const std::string & |
secondary_control_node_zone |
|
) |
| |
BgpAsAService::BgpAsAServiceEntry::~BgpAsAServiceEntry |
( |
| ) |
|
bool BgpAsAService::BgpAsAServiceEntry::IsControlNodeZoneConfigured |
( |
| ) |
const |
|
inline |
bool BgpAsAService::BgpAsAServiceEntry::operator== |
( |
const BgpAsAServiceEntry & |
rhs | ) |
const |
uint32_t BgpAsAService::BgpAsAServiceEntry::dest_port_ |
|
mutable |
uint64_t BgpAsAService::BgpAsAServiceEntry::hc_delay_usecs_ |
|
mutable |
uint32_t BgpAsAService::BgpAsAServiceEntry::hc_retries_ |
|
mutable |
uint64_t BgpAsAService::BgpAsAServiceEntry::hc_timeout_usecs_ |
|
mutable |
bool BgpAsAService::BgpAsAServiceEntry::health_check_configured_ |
|
mutable |
bool BgpAsAService::BgpAsAServiceEntry::installed_ |
bool BgpAsAService::BgpAsAServiceEntry::is_shared_ |
IpAddress BgpAsAService::BgpAsAServiceEntry::local_peer_ip_ |
bool BgpAsAService::BgpAsAServiceEntry::new_health_check_add_ |
|
mutable |
bool BgpAsAService::BgpAsAServiceEntry::old_health_check_delete_ |
|
mutable |
std::string BgpAsAService::BgpAsAServiceEntry::primary_bgp_peer_ |
|
mutable |
std::string BgpAsAService::BgpAsAServiceEntry::primary_control_node_zone_ |
|
mutable |
std::string BgpAsAService::BgpAsAServiceEntry::secondary_bgp_peer_ |
|
mutable |
std::string BgpAsAService::BgpAsAServiceEntry::secondary_control_node_zone_ |
|
mutable |
uint32_t BgpAsAService::BgpAsAServiceEntry::source_port_ |
The documentation for this struct was generated from the following files: