class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Ike__4::Gateway::Entry::LocalAddress
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 293454 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 293517 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 293521 def floating_ip=(val) prop_set('floating-ip', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 293451 def has_multiple_values? false end
interface()
click to toggle source
local gateway end-point
# File lib/palo_alto/config.rb, line 293501 def interface prop_get('interface') end
interface=(val)
click to toggle source
local gateway end-point
# File lib/palo_alto/config.rb, line 293505 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 293509 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 293513 def ip=(val) prop_set('ip', val) end