Class: DhcpsApi::DHCP_OPTION_SCOPE_TYPE

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

Overview

DHCP_OPTION_SCOPE_TYPE enumeration defines the set of possible DHCP option scopes.

Constant Summary collapse

DhcpDefaultOptions =

The DHCP options correspond to the default scope.

0
DhcpGlobalOptions =

The DHCP options correspond to the global scope.

1
DhcpSubnetOptions =

The DHCP options correspond to a specific subnet scope.

2
DhcpReservedOptions =

The DHCP options correspond to a reserved IP address.

3
DhcpMScopeOptions =

The DHCP options correspond to a multicast scope.

4