2.2.1.1.23 DHCP_POL_ATTR_TYPE
The DHCP_POL_ATTR_TYPE enumeration specifies the attribute type for a condition of a policy.<10>
-
typedef enum { DhcpAttrHWAddr, DhcpAttrOption, DhcpAttrSubOption, DhcpAttrFqdn, DhcpAttrFqdnSingleLabel, } DHCP_POL_ATTR_TYPE;
DhcpAttrHWAddr: Specifies that the condition is based on hardware address.
DhcpAttrOption: Specifies that the condition is based on a DHCP option.
DhcpAttrSubOption: Specifies that the condition is based on a DHCP suboption.
DhcpAttrFqdn: Specifies that the condition is based on the fully qualified domain name of the client.
DhcpAttrFqdnSingleLabel: Specifies whether the condition is based on the DHCP client being a single-label machine.