|  | Kea 3.1.0
    | 
Wrapper class for stat-leaseX-get command parameters. More...
| Public Member Functions | |
| std::string | toText () | 
| Generate a string version of the contents. | |
| Public Attributes | |
| SubnetID | first_subnet_id_ | 
| Specifies the subnet-id for a single subnet, or the first subnet for a subnet range. | |
| SubnetID | last_subnet_id_ | 
| Specifies the last subnet for subnet range. | |
| LeaseStatsQuery::SelectMode | select_mode_ | 
| Denotes the query selection mode all, subnet, or subnet range. | |
Wrapper class for stat-leaseX-get command parameters.
Definition at line 54 of file stat_cmds.cc.
| 
 | inline | 
Generate a string version of the contents.
Definition at line 68 of file stat_cmds.cc.
References isc::dhcp::LeaseStatsQuery::ALL_SUBNETS, first_subnet_id_, last_subnet_id_, select_mode_, 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 58 of file stat_cmds.cc.
Referenced by isc::stat_cmds::LeaseStatCmdsImpl::getParameters(), isc::stat_cmds::LeaseStatCmdsImpl::makeResultSet4(), isc::stat_cmds::LeaseStatCmdsImpl::makeResultSet6(), and toText().
| SubnetID isc::stat_cmds::LeaseStatCmdsImpl::Parameters::last_subnet_id_ | 
Specifies the last subnet for subnet range.
Definition at line 61 of file stat_cmds.cc.
Referenced by isc::stat_cmds::LeaseStatCmdsImpl::getParameters(), isc::stat_cmds::LeaseStatCmdsImpl::makeResultSet4(), isc::stat_cmds::LeaseStatCmdsImpl::makeResultSet6(), and toText().
| LeaseStatsQuery::SelectMode isc::stat_cmds::LeaseStatCmdsImpl::Parameters::select_mode_ | 
Denotes the query selection mode all, subnet, or subnet range.
Definition at line 65 of file stat_cmds.cc.
Referenced by isc::stat_cmds::LeaseStatCmdsImpl::getParameters(), isc::stat_cmds::LeaseStatCmdsImpl::makeResultSet4(), isc::stat_cmds::LeaseStatCmdsImpl::makeResultSet6(), and toText().