class PaloAlto::XML::Config::Shared::PostRulebase::Pbf::Rules::Entry::Action::Forward

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 69623
def _section
        :'forward'
end
egress_interface() click to toggle source

Interface to route packet to

# File lib/palo_alto/config.rb, line 69761
def egress_interface
        prop_get('egress-interface')
end
egress_interface=(val) click to toggle source

Interface to route packet to

# File lib/palo_alto/config.rb, line 69765
def egress_interface=(val)
        prop_set('egress-interface', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 69620
def has_multiple_values?
        false
end
monitor() click to toggle source
# File lib/palo_alto/config.rb, line 69736
def monitor
        @subclasses['monitor'] ||= Monitor.new(parent_instance: self, create_children: @create_children)
end
nexthop() click to toggle source
# File lib/palo_alto/config.rb, line 69679
def nexthop
        @subclasses['nexthop'] ||= Nexthop.new(parent_instance: self, create_children: @create_children)
end