class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::Rulebase::Pbf::Rules::Entry::Action::Forward
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 323240 def _section :'forward' end
egress_interface()
click to toggle source
Interface
to route packet to
# File lib/palo_alto/config.rb, line 323373 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 323377 def egress_interface=(val) prop_set('egress-interface', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 323237 def has_multiple_values? false end
monitor()
click to toggle source
# File lib/palo_alto/config.rb, line 323348 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 323291 def nexthop @subclasses['nexthop'] ||= Nexthop.new(parent_instance: self, create_children: @create_children) end