class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::Loopback::Units::Entry::Unnumbered

Public Instance Methods

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