class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::Tunnel::Units::Entry::Unnumbered

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 186468
def _section
        :'unnumbered'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 186465
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 186479
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 186483
def source_interface=(val)
        prop_set('source-interface', val)
end