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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 202115
def _section
        :'action'
end
allow() click to toggle source
# File lib/palo_alto/config.rb, line 202545
def allow
        @subclasses['allow'] ||= Allow.new(parent_instance: self, create_children: @create_children)
end
deny() click to toggle source
# File lib/palo_alto/config.rb, line 202127
def deny
        @subclasses['deny'] ||= Deny.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 202112
def has_multiple_values?
        false
end