Class: DhcpsApi::DHCP_SUBNET_ELEMENT_TYPE

Inherits:
Object
  • Object
show all
Defined in:
lib/dhcpsapi/enums.rb

Overview

typedef enum _DHCP_SUBNET_ELEMENT_TYPE_V5 {

  DhcpIpRanges,
  DhcpSecondaryHosts,
  DhcpReservedIps,
  DhcpExcludedIpRanges,
  DhcpIpRangesDhcpOnly,
  DhcpIpRangesDhcpBootp,
  DhcpIpRangesBootpOnly
} DHCP_SUBNET_ELEMENT_TYPE, *LPDHCP_SUBNET_ELEMENT_TYPE;

Constant Summary collapse

DhcpIpRanges =
0
DhcpSecondaryHosts =
1
DhcpReservedIps =
2
DhcpExcludedIpRanges =
3
DhcpIpRangesDhcpOnly =
4
DhcpIpRangesDhcpBootp =
5
DhcpIpRangesBootpOnly =
6