class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::LogicalRouter::Entry::Vrf::Entry::Bgp::PeerGroup::Entry::Peer::Entry::ConnectionOptions
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 312379 def _section :'connection-options' end
authentication()
click to toggle source
Authentication Profile Name
# File lib/palo_alto/config.rb, line 312438 def authentication prop_get('authentication') end
authentication=(val)
click to toggle source
Authentication Profile Name
# File lib/palo_alto/config.rb, line 312442 def authentication=(val) prop_set('authentication', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 312376 def has_multiple_values? false end
multihop()
click to toggle source
Multi-hop value
# File lib/palo_alto/config.rb, line 312430 def multihop prop_get('multihop') end
multihop=(val)
click to toggle source
Multi-hop value
# File lib/palo_alto/config.rb, line 312434 def multihop=(val) prop_set('multihop', val) end
timers()
click to toggle source
Timer Profile Name
# File lib/palo_alto/config.rb, line 312422 def timers prop_get('timers') end
timers=(val)
click to toggle source
Timer Profile Name
# File lib/palo_alto/config.rb, line 312426 def timers=(val) prop_set('timers', val) end