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

Public Instance Methods

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