class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PostRulebase::Nat::Rules::Entry::DynamicDestinationTranslation
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 122051 def _section :'dynamic-destination-translation' end
distribution()
click to toggle source
Distribution algorithm for destination address pool
# File lib/palo_alto/config.rb, line 122098 def distribution prop_get('distribution') end
distribution=(val)
click to toggle source
Distribution algorithm for destination address pool
# File lib/palo_alto/config.rb, line 122102 def distribution=(val) prop_set('distribution', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 122048 def has_multiple_values? false end
translated_address()
click to toggle source
# File lib/palo_alto/config.rb, line 122085 def translated_address prop_get('translated-address') end
translated_address=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 122088 def translated_address=(val) prop_set('translated-address', val) end
translated_port()
click to toggle source
# File lib/palo_alto/config.rb, line 122091 def translated_port prop_get('translated-port') end
translated_port=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 122094 def translated_port=(val) prop_set('translated-port', val) end