class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 291219
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 291216
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 291244
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 291248
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 291252
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 291256
def interface=(val)
        prop_set('interface', val)
end
name() click to toggle source

IP address

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