class PaloAlto::XML::Config::Devices::Entry::Template::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 178735 def _section :'high-availability' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 178732 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 178745 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 178749 def passive_pre_negotiation=(val) prop_set('passive-pre-negotiation', val) end