class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::Ethernet::Entry::Layer2::Lldp::HighAvailability
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 280597 def _section :'high-availability' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 280594 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 280607 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 280611 def passive_pre_negotiation=(val) prop_set('passive-pre-negotiation', val) end