class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::RoutingTable::Ipv6::StaticRoute::Entry::Bfd

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 300341
def _section
        :'bfd'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 300338
def has_multiple_values?
        false
end
profile() click to toggle source

BFD profile

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

BFD profile

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