class PaloAlto::XML::Config::Shared::PreRulebase::Nat::Rules::Entry::DestinationTranslation::DnsRewrite
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 60019 def _section :'dns-rewrite' end
direction()
click to toggle source
Select direction to apply DNS rewrite
# File lib/palo_alto/config.rb, line 60031 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 60035 def direction=(val) prop_set('direction', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 60016 def has_multiple_values? false end