Kea
1.9.9-git
|
Wrapper class for stat-leaseX-get command parameters. More...
Public Member Functions | |
std::string | toText () |
Generate a string version of the contents. More... | |
Public Attributes | |
SubnetID | first_subnet_id_ |
Specifies the subnet-id for a single subnet, or the first subnet for a subnet range. More... | |
SubnetID | last_subnet_id_ |
Specifies the last subnet for subnet range. More... | |
LeaseStatsQuery::SelectMode | select_mode_ |
Denotes the query selection mode all, subnet, or subnet range. More... | |
Wrapper class for stat-leaseX-get command parameters.
Definition at line 53 of file stat_cmds.cc.
|
inline |
Generate a string version of the contents.
Definition at line 67 of file stat_cmds.cc.
References isc::dhcp::LeaseStatsQuery::ALL_SUBNETS, isc::dhcp::LeaseStatsQuery::SINGLE_SUBNET, and isc::dhcp::LeaseStatsQuery::SUBNET_RANGE.
Referenced by isc::stat_cmds::LeaseStatCmdsImpl::statLease4GetHandler(), and isc::stat_cmds::LeaseStatCmdsImpl::statLease6GetHandler().
SubnetID isc::stat_cmds::LeaseStatCmdsImpl::Parameters::first_subnet_id_ |
Specifies the subnet-id for a single subnet, or the first subnet for a subnet range.
Definition at line 57 of file stat_cmds.cc.
Referenced by isc::stat_cmds::LeaseStatCmdsImpl::getParameters(), isc::stat_cmds::LeaseStatCmdsImpl::makeResultSet4(), and isc::stat_cmds::LeaseStatCmdsImpl::makeResultSet6().
SubnetID isc::stat_cmds::LeaseStatCmdsImpl::Parameters::last_subnet_id_ |
Specifies the last subnet for subnet range.
Definition at line 60 of file stat_cmds.cc.
Referenced by isc::stat_cmds::LeaseStatCmdsImpl::getParameters(), isc::stat_cmds::LeaseStatCmdsImpl::makeResultSet4(), and isc::stat_cmds::LeaseStatCmdsImpl::makeResultSet6().
LeaseStatsQuery::SelectMode isc::stat_cmds::LeaseStatCmdsImpl::Parameters::select_mode_ |
Denotes the query selection mode all, subnet, or subnet range.
Definition at line 64 of file stat_cmds.cc.
Referenced by isc::stat_cmds::LeaseStatCmdsImpl::getParameters(), isc::stat_cmds::LeaseStatCmdsImpl::makeResultSet4(), and isc::stat_cmds::LeaseStatCmdsImpl::makeResultSet6().