class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::Policy::Export::Rules::Entry::Action::Allow

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 308705
def _section
        :'allow'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 308702
def has_multiple_values?
        false
end
update() click to toggle source
# File lib/palo_alto/config.rb, line 309112
def update
        @subclasses['update'] ||= Update.new(parent_instance: self, create_children: @create_children)
end