class PaloAlto::XML::Config::Devices::Entry::Template::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 200490
def _section
        :'connection-options'
end
authentication() click to toggle source

Authentication options

# File lib/palo_alto/config.rb, line 200625
def authentication
        prop_get('authentication')
end
authentication=(val) click to toggle source

Authentication options

# File lib/palo_alto/config.rb, line 200629
def authentication=(val)
        prop_set('authentication', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 200487
def has_multiple_values?
        false
end
hold_time() click to toggle source

hold time (in seconds)

# File lib/palo_alto/config.rb, line 200665
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 200669
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 200673
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 200677
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 200528
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 200633
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 200637
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 200641
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 200645
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 200649
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 200653
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 200657
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 200661
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 200566
def outgoing_bgp_connection
        @subclasses['outgoing-bgp-connection'] ||= OutgoingBgpConnection.new(parent_instance: self, create_children: @create_children)
end