class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::RoutingTable::Ip::StaticRoute::Entry::Nexthop
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 299703 def _section :'nexthop' end
discard()
click to toggle source
# File lib/palo_alto/config.rb, line 299727 def discard @subclasses['discard'] ||= Discard.new(parent_instance: self, create_children: @create_children) end
fqdn()
click to toggle source
nexthop address FQDN address object configuration
# File lib/palo_alto/config.rb, line 299777 def fqdn prop_get('fqdn') end
fqdn=(val)
click to toggle source
nexthop address FQDN address object configuration
# File lib/palo_alto/config.rb, line 299781 def fqdn=(val) prop_set('fqdn', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 299700 def has_multiple_values? true end
ip_address()
click to toggle source
Next hop IP address
# File lib/palo_alto/config.rb, line 299769 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 299773 def ip_address=(val) prop_set('ip-address', val) end
next_vr()
click to toggle source
Next hop virtual router
# File lib/palo_alto/config.rb, line 299785 def next_vr prop_get('next-vr') end
next_vr=(val)
click to toggle source
Next hop virtual router
# File lib/palo_alto/config.rb, line 299789 def next_vr=(val) prop_set('next-vr', val) end
receive()
click to toggle source
# File lib/palo_alto/config.rb, line 299715 def receive @subclasses['receive'] ||= Receive.new(parent_instance: self, create_children: @create_children) end
tunnel()
click to toggle source
Forward packet through tunnel
# File lib/palo_alto/config.rb, line 299793 def tunnel prop_get('tunnel') end
tunnel=(val)
click to toggle source
Forward packet through tunnel
# File lib/palo_alto/config.rb, line 299797 def tunnel=(val) prop_set('tunnel', val) end