class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::Loopback::Unnumbered
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 185506 def _section :'unnumbered' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 185503 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 185517 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 185521 def source_interface=(val) prop_set('source-interface', val) end