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)
-
- (Numeric) expiration
The MTU to destination.
-
- (Object) is_router
The flag indicating whether this entry is acting as a router.
-
- (String) mac_address
The netmask of the destination.
-
- (String) ndp_address
The NDP entry's IP address.
-
- (IControl::Networking::ARP::NDPState) state
The flag indicating the state of this entry.
-
- (String) vlan
The VLAN name for the destination.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Numeric) expiration
The MTU to destination.
153 154 155 |
# File 'lib/icontrol/networking/arp.rb', line 153 def expiration @expiration end |
- (Object) is_router
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 |
- (String) mac_address
The netmask of the destination.
153 154 155 |
# File 'lib/icontrol/networking/arp.rb', line 153 def mac_address @mac_address end |
- (String) ndp_address
The NDP entry's IP address.
153 154 155 |
# File 'lib/icontrol/networking/arp.rb', line 153 def ndp_address @ndp_address end |
- (IControl::Networking::ARP::NDPState) state
The flag indicating the state of this entry.
153 154 155 |
# File 'lib/icontrol/networking/arp.rb', line 153 def state @state end |
- (String) vlan
The VLAN name for the destination.
153 154 155 |
# File 'lib/icontrol/networking/arp.rb', line 153 def vlan @vlan end |