Class: Pio::Dhcp::BootRequest::Options

Inherits:
Pio::Dhcp::BootRequestOptions show all
Defined in:
lib/pio/dhcp/boot_request.rb

Overview

DHCP Options Class.

Constant Summary

Constants included from CommonOptions

CommonOptions::BOOTPC, CommonOptions::BOOTPS, CommonOptions::BROADCAST_IP_ADDRESS, CommonOptions::BROADCAST_MAC_ADDRESS, CommonOptions::QUAD_ZERO_IP_ADDRESS

Method Summary

Methods inherited from Pio::Dhcp::BootRequestOptions

#initialize, #to_hash

Methods included from DhcpTlvOptions

#client_identifier_hash, #dhcp_server_identifier_hash, #ip_address_lease_time_hash, #message_type_hash, #parameters_list_hash, #rebinding_time_value_hash, #renewal_time_value_hash, #requested_ip_address_hash, #subnet_mask_hash

Methods included from CommonOptions

#destination_ip_address, #destination_mac, #dhcp_data, #ip_address_lease_time, #rebinding_time_value, #renewal_time_value, #requested_ip_address, #server_identifier, #source_ip_address, #source_mac, #subnet_mask, #transaction_id, #type

Methods inherited from Options

#initialize, mandatory_option, option

Constructor Details

This class inherits a constructor from Pio::Dhcp::BootRequestOptions