class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::AggregateEthernet::Entry::Layer3::NdpProxy::Address::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 180089 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 180086 def has_multiple_values? false end
name()
click to toggle source
IPv6 address or address object name
# File lib/palo_alto/config.rb, line 180110 def name prop_get('@name') end
negate()
click to toggle source
put the prefix or address on a block list
# File lib/palo_alto/config.rb, line 180114 def negate prop_get('negate') end
negate=(val)
click to toggle source
put the prefix or address on a block list
# File lib/palo_alto/config.rb, line 180118 def negate=(val) prop_set('negate', val) end