class PaloAlto::XML::Config::Devices::Entry::Template::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 205795 def _section :'connection-options' end
authentication()
click to toggle source
Authentication Profile Name
# File lib/palo_alto/config.rb, line 205854 def authentication prop_get('authentication') end
authentication=(val)
click to toggle source
Authentication Profile Name
# File lib/palo_alto/config.rb, line 205858 def authentication=(val) prop_set('authentication', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 205792 def has_multiple_values? false end
multihop()
click to toggle source
Multi-hop value
# File lib/palo_alto/config.rb, line 205846 def multihop prop_get('multihop') end
multihop=(val)
click to toggle source
Multi-hop value
# File lib/palo_alto/config.rb, line 205850 def multihop=(val) prop_set('multihop', val) end
timers()
click to toggle source
Timer Profile Name
# File lib/palo_alto/config.rb, line 205838 def timers prop_get('timers') end
timers=(val)
click to toggle source
Timer Profile Name
# File lib/palo_alto/config.rb, line 205842 def timers=(val) prop_set('timers', val) end