class PaloAlto::XML::Config::Shared::PreRulebase::Pbf::Rules::Entry::Action::Forward
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 60790 def _section :'forward' end
egress_interface()
click to toggle source
Interface to route packet to
# File lib/palo_alto/config.rb, line 60928 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 60932 def egress_interface=(val) prop_set('egress-interface', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 60787 def has_multiple_values? false end
monitor()
click to toggle source
# File lib/palo_alto/config.rb, line 60903 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 60846 def nexthop @subclasses['nexthop'] ||= Nexthop.new(parent_instance: self, create_children: @create_children) end