#include <health_check.h>
Definition at line 113 of file health_check.h.
◆ HealthCheckInstanceBase()
◆ ~HealthCheckInstanceBase()
HealthCheckInstanceBase::~HealthCheckInstanceBase |
( |
| ) |
|
|
virtual |
◆ active()
bool HealthCheckInstanceBase::active |
( |
| ) |
|
|
inline |
◆ CreateInstanceTask()
virtual bool HealthCheckInstanceBase::CreateInstanceTask |
( |
| ) |
|
|
pure virtual |
◆ destination_ip()
IpAddress HealthCheckInstanceBase::destination_ip |
( |
| ) |
const |
◆ DestroyInstanceTask()
virtual bool HealthCheckInstanceBase::DestroyInstanceTask |
( |
| ) |
|
|
pure virtual |
◆ DISALLOW_COPY_AND_ASSIGN()
◆ EnqueueHealthCheckResync()
◆ EnqueueResync()
◆ get_source_ip()
IpAddress HealthCheckInstanceBase::get_source_ip |
( |
| ) |
const |
|
inline |
◆ interface()
◆ ip()
◆ IsRunning()
virtual bool HealthCheckInstanceBase::IsRunning |
( |
| ) |
const |
|
inlinevirtual |
◆ IsStatusEventIgnored()
bool HealthCheckInstanceBase::IsStatusEventIgnored |
( |
| ) |
const |
|
inline |
◆ last_update_time()
const std::string& HealthCheckInstanceBase::last_update_time |
( |
| ) |
const |
|
inline |
◆ OnExit()
void HealthCheckInstanceBase::OnExit |
( |
const boost::system::error_code & |
ec | ) |
|
◆ OnRead()
void HealthCheckInstanceBase::OnRead |
( |
const std::string & |
data | ) |
|
◆ ResyncTarget()
◆ RunInstanceTask()
virtual bool HealthCheckInstanceBase::RunInstanceTask |
( |
| ) |
|
|
pure virtual |
◆ service()
◆ set_destination_ip()
void HealthCheckInstanceBase::set_destination_ip |
( |
const IpAddress & |
ip | ) |
|
◆ set_service()
◆ set_source_ip()
void HealthCheckInstanceBase::set_source_ip |
( |
const IpAddress & |
ip | ) |
|
|
inline |
◆ SetService()
◆ source_ip()
IpAddress HealthCheckInstanceBase::source_ip |
( |
| ) |
const |
◆ StopInstanceTask()
virtual bool HealthCheckInstanceBase::StopInstanceTask |
( |
| ) |
|
|
pure virtual |
◆ StopTask()
◆ to_string()
std::string HealthCheckInstanceBase::to_string |
( |
| ) |
|
◆ update_source_ip()
IpAddress HealthCheckInstanceBase::update_source_ip |
( |
| ) |
|
◆ UpdateInstanceTask()
virtual bool HealthCheckInstanceBase::UpdateInstanceTask |
( |
| ) |
|
|
inlinevirtual |
◆ HealthCheckTable
◆ active_
bool HealthCheckInstanceBase::active_ |
|
protected |
◆ deleted_
bool HealthCheckInstanceBase::deleted_ |
|
protected |
◆ destination_ip_
IpAddress HealthCheckInstanceBase::destination_ip_ |
|
protected |
◆ ignore_status_event_
bool HealthCheckInstanceBase::ignore_status_event_ |
|
protected |
◆ intf_
◆ ip_
boost::scoped_ptr<MetaDataIp> HealthCheckInstanceBase::ip_ |
|
protected |
◆ last_update_time_
std::string HealthCheckInstanceBase::last_update_time_ |
|
protected |
◆ service_
◆ source_ip_
IpAddress HealthCheckInstanceBase::source_ip_ |
|
protected |
The documentation for this class was generated from the following files: