class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::Tunnel::Unnumbered
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 292732 def _section :'unnumbered' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 292729 def has_multiple_values? false end
source_interface()
click to toggle source
Source interface to borrow IP from
# File lib/palo_alto/config.rb, line 292743 def source_interface prop_get('source-interface') end
source_interface=(val)
click to toggle source
Source interface to borrow IP from
# File lib/palo_alto/config.rb, line 292747 def source_interface=(val) prop_set('source-interface', val) end