class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PostRulebase::Nat::Rules::Entry::DestinationTranslation::DnsRewrite
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 121991 def _section :'dns-rewrite' end
direction()
click to toggle source
Select direction to apply DNS rewrite
# File lib/palo_alto/config.rb, line 122003 def direction prop_get('direction') end
direction=(val)
click to toggle source
Select direction to apply DNS rewrite
# File lib/palo_alto/config.rb, line 122007 def direction=(val) prop_set('direction', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 121988 def has_multiple_values? false end