2.2.1.2.100 DHCP_FAILOVER_STATISTICS

The DHCP_FAILOVER_STATISTICS structure defines the statistical information for an IPv4 subnet configured for a failover relationship.

 typedef struct _DHCP_FAILOVER_STATISTICS {
   DWORD numAddr;
   DWORD addrFree;
   DWORD addrInUse;
   DWORD partnerAddrFree;
   DWORD thisAddrFree;
   DWORD partnerAddrInUse;
   DWORD thisAddrInUse;
 } DHCP_FAILOVER_STATISTICS,
  *LPDHCP_FAILOVER_STATISTICS;

numAddr: This member is of type DWORD and contains the total number of IPv4 addresses that can be leased out to DHCPv4 clients on an IPv4 subnet that is part of a failover relationship.

addrFree: This member is of type DWORD and contains the total number of IPv4 addresses that are free and can be leased to DHCPv4 clients on an IPv4 subnet that is part of a failover relationship.

addrInUse: This member is of type DWORD and contains the total number of IPv4 addresses leased to DHCPv4 clients on an IPv4 subnet that is part of a failover relationship.

partnerAddrFree: This member is of type DWORD and contains the total number of IPv4 addresses that are free and can be leased to DHCPv4 clients on an IPv4 subnet that is part of a failover relationship on the partner server.

thisAddrFree: This member is of type DWORD and contains the total number of IPv4 addresses that are free and can be leased to DHCPv4 clients on an IPv4 subnet that is part of a failover relationship on the local DHCP server.

partnerAddrInUse: This member is of type DWORD and contains the total number of IPv4 addresses leased to DHCPv4 clients on an IPv4 subnet that is part of a failover relationship on the partner server.

thisAddrInUse: This member is of type DWORD and contains the total number of IPv4 addresses leased to DHCPv4 clients on an IPv4 subnet that is part of a failover relationship on the local DHCP server.