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

Authentication Profile Name

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

Authentication Profile Name

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

Multi-hop value

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

Multi-hop value

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

Timer Profile Name

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

Timer Profile Name

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