class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::Vlan::Units::Entry::Arp::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 184685
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 184682
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 184710
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 184714
def hw_address=(val)
        prop_set('hw-address', val)
end
interface() click to toggle source

Egress interface associated with this ARP entry

# File lib/palo_alto/config.rb, line 184718
def interface
        prop_get('interface')
end
interface=(val) click to toggle source

Egress interface associated with this ARP entry

# File lib/palo_alto/config.rb, line 184722
def interface=(val)
        prop_set('interface', val)
end
name() click to toggle source

IP address

# File lib/palo_alto/config.rb, line 184706
def name
        prop_get('@name')
end