class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::Gre::Entry::LocalAddress
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 188564 def _section :'local-address' end
floating_ip()
click to toggle source
Floating IP address in HA Active-Active configuration
# File lib/palo_alto/config.rb, line 188627 def floating_ip prop_get('floating-ip') end
floating_ip=(val)
click to toggle source
Floating IP address in HA Active-Active configuration
# File lib/palo_alto/config.rb, line 188631 def floating_ip=(val) prop_set('floating-ip', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 188561 def has_multiple_values? false end
interface()
click to toggle source
Interface
to terminate tunnel
# File lib/palo_alto/config.rb, line 188611 def interface prop_get('interface') end
interface=(val)
click to toggle source
Interface
to terminate tunnel
# File lib/palo_alto/config.rb, line 188615 def interface=(val) prop_set('interface', val) end
ip()
click to toggle source
specify exact IP address if interface has multiple addresses
# File lib/palo_alto/config.rb, line 188619 def ip prop_get('ip') end
ip=(val)
click to toggle source
specify exact IP address if interface has multiple addresses
# File lib/palo_alto/config.rb, line 188623 def ip=(val) prop_set('ip', val) end