class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PreRulebase::Nat::Rules::Entry::SourceTranslation::DynamicIp
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 112576 def _section :'dynamic-ip' end
fallback()
click to toggle source
# File lib/palo_alto/config.rb, line 112739 def fallback @subclasses['fallback'] ||= Fallback.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 112573 def has_multiple_values? false end
translated_address()
click to toggle source
# File lib/palo_alto/config.rb, line 112607 def translated_address if @create_children @subclasses['translated-address'] ||= TranslatedAddress.new(parent_instance: self, create_children: @create_children) else TranslatedAddress.new(parent_instance: self) end end