class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::Policy::Import::Rules::Entry::Action::Allow
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 201311 def _section :'allow' end
dampening()
click to toggle source
route flap dampening profile
# File lib/palo_alto/config.rb, line 201745 def dampening prop_get('dampening') end
dampening=(val)
click to toggle source
route flap dampening profile
# File lib/palo_alto/config.rb, line 201749 def dampening=(val) prop_set('dampening', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 201308 def has_multiple_values? false end
update()
click to toggle source
# File lib/palo_alto/config.rb, line 201734 def update @subclasses['update'] ||= Update.new(parent_instance: self, create_children: @create_children) end