class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::LogicalRouter::Entry::Vrf::Entry::Bgp::PeerGroup::Entry::ConnectionOptions

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 205549
def _section
        :'connection-options'
end
authentication() click to toggle source

Authentication Profile Name

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

Authentication Profile Name

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

Multi-hop value

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

Multi-hop value

# File lib/palo_alto/config.rb, line 205592
def multihop=(val)
        prop_set('multihop', val)
end
timers() click to toggle source

Timer Profile Name

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

Timer Profile Name

# File lib/palo_alto/config.rb, line 205584
def timers=(val)
        prop_set('timers', val)
end