Class: IControl::Networking::ARP::NDPEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::ARP::NDPEntry
- Defined in:
- lib/icontrol/networking/arp.rb,
lib/icontrol/networking/arp.rb
Overview
A struct that describes an dynamic NDP entry/statistics.
Instance Attribute Summary collapse
-
#expiration ⇒ Numeric
The MTU to destination.
-
#is_router ⇒ Object
The flag indicating whether this entry is acting as a router.
-
#mac_address ⇒ String
The netmask of the destination.
-
#ndp_address ⇒ String
The NDP entry’s IP address.
-
#state ⇒ IControl::Networking::ARP::NDPState
The flag indicating the state of this entry.
-
#vlan ⇒ String
The VLAN name for the destination.
Instance Attribute Details
#expiration ⇒ Numeric
The MTU to destination.
153 154 155 |
# File 'lib/icontrol/networking/arp.rb', line 153 def expiration @expiration end |
#is_router ⇒ Object
The flag indicating whether this entry is acting as a router.
153 154 155 |
# File 'lib/icontrol/networking/arp.rb', line 153 def is_router @is_router end |
#mac_address ⇒ String
The netmask of the destination.
153 154 155 |
# File 'lib/icontrol/networking/arp.rb', line 153 def mac_address @mac_address end |
#ndp_address ⇒ String
The NDP entry’s IP address.
153 154 155 |
# File 'lib/icontrol/networking/arp.rb', line 153 def ndp_address @ndp_address end |
#state ⇒ IControl::Networking::ARP::NDPState
The flag indicating the state of this entry.
153 154 155 |
# File 'lib/icontrol/networking/arp.rb', line 153 def state @state end |
#vlan ⇒ String
The VLAN name for the destination.
153 154 155 |
# File 'lib/icontrol/networking/arp.rb', line 153 def vlan @vlan end |