class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 307879 def _section :'allow' end
dampening()
click to toggle source
route flap dampening profile
# File lib/palo_alto/config.rb, line 308314 def dampening prop_get('dampening') end
dampening=(val)
click to toggle source
route flap dampening profile
# File lib/palo_alto/config.rb, line 308318 def dampening=(val) prop_set('dampening', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 307876 def has_multiple_values? false end
update()
click to toggle source
# File lib/palo_alto/config.rb, line 308303 def update @subclasses['update'] ||= Update.new(parent_instance: self, create_children: @create_children) end