Class: IControl::Networking::ARP::NDPEntry

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#expirationNumeric

The MTU to destination.

Returns:

  • (Numeric)

    the current value of expiration



153
154
155
# File 'lib/icontrol/networking/arp.rb', line 153

def expiration
  @expiration
end

#is_routerObject

The flag indicating whether this entry is acting as a router.

Returns:

  • (Object)

    the current value of is_router



153
154
155
# File 'lib/icontrol/networking/arp.rb', line 153

def is_router
  @is_router
end

#mac_addressString

The netmask of the destination.

Returns:

  • (String)

    the current value of mac_address



153
154
155
# File 'lib/icontrol/networking/arp.rb', line 153

def mac_address
  @mac_address
end

#ndp_addressString

The NDP entry’s IP address.

Returns:

  • (String)

    the current value of ndp_address



153
154
155
# File 'lib/icontrol/networking/arp.rb', line 153

def ndp_address
  @ndp_address
end

#stateIControl::Networking::ARP::NDPState

The flag indicating the state of this entry.

Returns:



153
154
155
# File 'lib/icontrol/networking/arp.rb', line 153

def state
  @state
end

#vlanString

The VLAN name for the destination.

Returns:

  • (String)

    the current value of vlan



153
154
155
# File 'lib/icontrol/networking/arp.rb', line 153

def vlan
  @vlan
end