class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PreRulebase::Nat::Rules::Entry::SourceTranslation::DynamicIp::Fallback::InterfaceAddress
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 112660 def _section :'interface-address' end
floating_ip()
click to toggle source
Floating IP address in HA Active-Active configuration
# File lib/palo_alto/config.rb, line 112726 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 112730 def floating_ip=(val) prop_set('floating-ip', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 112657 def has_multiple_values? false end
interface()
click to toggle source
Interface name
# File lib/palo_alto/config.rb, line 112710 def interface prop_get('interface') end
interface=(val)
click to toggle source
Interface name
# File lib/palo_alto/config.rb, line 112714 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 112718 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 112722 def ip=(val) prop_set('ip', val) end