class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::AggregateEthernet::Entry::Layer2::Lldp::HighAvailability

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 285269
def _section
        :'high-availability'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 285266
def has_multiple_values?
        false
end
passive_pre_negotiation() click to toggle source

Enable LLDP pre-negotiation in HA passive state

# File lib/palo_alto/config.rb, line 285279
def passive_pre_negotiation
        prop_get('passive-pre-negotiation')
end
passive_pre_negotiation=(val) click to toggle source

Enable LLDP pre-negotiation in HA passive state

# File lib/palo_alto/config.rb, line 285283
def passive_pre_negotiation=(val)
        prop_set('passive-pre-negotiation', val)
end