class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 308686
def _section
        :'action'
end
allow() click to toggle source
# File lib/palo_alto/config.rb, line 309117
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 308698
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 308683
def has_multiple_values?
        false
end