class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::Vlan::Arp::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 183207 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 183204 def has_multiple_values? false end
hw_address()
click to toggle source
MAC address (format xx:xx:xx:xx:xx:xx)
# File lib/palo_alto/config.rb, line 183232 def hw_address prop_get('hw-address') end
hw_address=(val)
click to toggle source
MAC address (format xx:xx:xx:xx:xx:xx)
# File lib/palo_alto/config.rb, line 183236 def hw_address=(val) prop_set('hw-address', val) end
interface()
click to toggle source
Interface
associated with this ARP entry
# File lib/palo_alto/config.rb, line 183240 def interface prop_get('interface') end
interface=(val)
click to toggle source
Interface
associated with this ARP entry
# File lib/palo_alto/config.rb, line 183244 def interface=(val) prop_set('interface', val) end
name()
click to toggle source
IP address
# File lib/palo_alto/config.rb, line 183228 def name prop_get('@name') end