class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::Hop::Entry::LocalAddress
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 188462 def _section :'local-address' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 188459 def has_multiple_values? false end
interface()
click to toggle source
Interface
to termate tunnel
# File lib/palo_alto/config.rb, line 188484 def interface prop_get('interface') end
interface=(val)
click to toggle source
Interface
to termate tunnel
# File lib/palo_alto/config.rb, line 188488 def interface=(val) prop_set('interface', val) end
ip()
click to toggle source
IP address if interface has multiple addresses
# File lib/palo_alto/config.rb, line 188492 def ip prop_get('ip') end
ip=(val)
click to toggle source
IP address if interface has multiple addresses
# File lib/palo_alto/config.rb, line 188496 def ip=(val) prop_set('ip', val) end