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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 201292
def _section
        :'action'
end
allow() click to toggle source
# File lib/palo_alto/config.rb, line 201753
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 201304
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 201289
def has_multiple_values?
        false
end