class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::AggregateEthernet::Entry::Layer3::Units::Entry::NdpProxy

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 181540
def _section
        :'ndp-proxy'
end
address() click to toggle source
# File lib/palo_alto/config.rb, line 181595
def address
        if @create_children
                @subclasses['address'] ||= Address.new(parent_instance: self, create_children: @create_children)
        else
                Address.new(parent_instance: self)
        end
end
enabled() click to toggle source

Enable proxy NDP on the interface

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

Enable proxy NDP on the interface

# File lib/palo_alto/config.rb, line 181613
def enabled=(val)
        prop_set('enabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 181537
def has_multiple_values?
        false
end