class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::Rulebase::Nat::Rules::Entry::DestinationTranslation::DnsRewrite
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 322440 def _section :'dns-rewrite' end
direction()
click to toggle source
Select direction to apply DNS rewrite
# File lib/palo_alto/config.rb, line 322452 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 322456 def direction=(val) prop_set('direction', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 322437 def has_multiple_values? false end