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