class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::PeerGroup::Entry::Peer::Entry::ConnectionOptions
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 307055 def _section :'connection-options' end
authentication()
click to toggle source
Authentication options
# File lib/palo_alto/config.rb, line 307190 def authentication prop_get('authentication') end
authentication=(val)
click to toggle source
Authentication options
# File lib/palo_alto/config.rb, line 307194 def authentication=(val) prop_set('authentication', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 307052 def has_multiple_values? false end
hold_time()
click to toggle source
hold time (in seconds)
# File lib/palo_alto/config.rb, line 307230 def hold_time prop_get('hold-time') end
hold_time=(val)
click to toggle source
hold time (in seconds)
# File lib/palo_alto/config.rb, line 307234 def hold_time=(val) prop_set('hold-time', val) end
idle_hold_time()
click to toggle source
idle hold time (in seconds)
# File lib/palo_alto/config.rb, line 307238 def idle_hold_time prop_get('idle-hold-time') end
idle_hold_time=(val)
click to toggle source
idle hold time (in seconds)
# File lib/palo_alto/config.rb, line 307242 def idle_hold_time=(val) prop_set('idle-hold-time', val) end
incoming_bgp_connection()
click to toggle source
# File lib/palo_alto/config.rb, line 307093 def incoming_bgp_connection @subclasses['incoming-bgp-connection'] ||= IncomingBgpConnection.new(parent_instance: self, create_children: @create_children) end
keep_alive_interval()
click to toggle source
keep-alive interval (in seconds)
# File lib/palo_alto/config.rb, line 307198 def keep_alive_interval prop_get('keep-alive-interval') end
keep_alive_interval=(val)
click to toggle source
keep-alive interval (in seconds)
# File lib/palo_alto/config.rb, line 307202 def keep_alive_interval=(val) prop_set('keep-alive-interval', val) end
min_route_adv_interval()
click to toggle source
Minimum Route Advertisement Interval (in seconds)
# File lib/palo_alto/config.rb, line 307206 def min_route_adv_interval prop_get('min-route-adv-interval') end
min_route_adv_interval=(val)
click to toggle source
Minimum Route Advertisement Interval (in seconds)
# File lib/palo_alto/config.rb, line 307210 def min_route_adv_interval=(val) prop_set('min-route-adv-interval', val) end
multihop()
click to toggle source
IP TTL value used for sending BGP packet. set to 0 means eBGP use 2, iBGP use 255
# File lib/palo_alto/config.rb, line 307214 def multihop prop_get('multihop') end
multihop=(val)
click to toggle source
IP TTL value used for sending BGP packet. set to 0 means eBGP use 2, iBGP use 255
# File lib/palo_alto/config.rb, line 307218 def multihop=(val) prop_set('multihop', val) end
open_delay_time()
click to toggle source
open delay time (in seconds)
# File lib/palo_alto/config.rb, line 307222 def open_delay_time prop_get('open-delay-time') end
open_delay_time=(val)
click to toggle source
open delay time (in seconds)
# File lib/palo_alto/config.rb, line 307226 def open_delay_time=(val) prop_set('open-delay-time', val) end
outgoing_bgp_connection()
click to toggle source
# File lib/palo_alto/config.rb, line 307131 def outgoing_bgp_connection @subclasses['outgoing-bgp-connection'] ||= OutgoingBgpConnection.new(parent_instance: self, create_children: @create_children) end