class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::Rulebase::Pbf::Rules::Entry::Action::Forward::Nexthop
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 216647 def _section :'nexthop' end
fqdn()
click to toggle source
nexthop address FQDN name configuration
# File lib/palo_alto/config.rb, line 216683 def fqdn prop_get('fqdn') end
fqdn=(val)
click to toggle source
nexthop address FQDN name configuration
# File lib/palo_alto/config.rb, line 216687 def fqdn=(val) prop_set('fqdn', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 216644 def has_multiple_values? false end
ip_address()
click to toggle source
Next hop IP address
# File lib/palo_alto/config.rb, line 216675 def ip_address prop_get('ip-address') end
ip_address=(val)
click to toggle source
Next hop IP address
# File lib/palo_alto/config.rb, line 216679 def ip_address=(val) prop_set('ip-address', val) end