class PaloAlto::XML::Config::Devices::Entry::Template::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 216640
def _section
        :'forward'
end
egress_interface() click to toggle source

Interface to route packet to

# File lib/palo_alto/config.rb, line 216773
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 216777
def egress_interface=(val)
        prop_set('egress-interface', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 216637
def has_multiple_values?
        false
end
monitor() click to toggle source
# File lib/palo_alto/config.rb, line 216748
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 216691
def nexthop
        @subclasses['nexthop'] ||= Nexthop.new(parent_instance: self, create_children: @create_children)
end