class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::AggregateEthernet::Entry::Layer2::Lacp::HighAvailability
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 178621 def _section :'high-availability' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 178618 def has_multiple_values? false end
passive_pre_negotiation()
click to toggle source
Enable LACP pre-negotiation in HA passive state
# File lib/palo_alto/config.rb, line 178631 def passive_pre_negotiation prop_get('passive-pre-negotiation') end
passive_pre_negotiation=(val)
click to toggle source
Enable LACP pre-negotiation in HA passive state
# File lib/palo_alto/config.rb, line 178635 def passive_pre_negotiation=(val) prop_set('passive-pre-negotiation', val) end