# File lib/palo_alto/config.rb, line 297761 def primary prop_get('primary') end
class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Tunnel__5::GlobalProtectSiteToSite::Entry::Client::DnsServer
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 297733 def _section :'dns-server' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 297730 def has_multiple_values? false end
primary()
click to toggle source
DNS primary server ip address
primary=(val)
click to toggle source
DNS primary server ip address
# File lib/palo_alto/config.rb, line 297765 def primary=(val) prop_set('primary', val) end
secondary()
click to toggle source
DNS secondary server ip address
# File lib/palo_alto/config.rb, line 297769 def secondary prop_get('secondary') end
secondary=(val)
click to toggle source
DNS secondary server ip address
# File lib/palo_alto/config.rb, line 297773 def secondary=(val) prop_set('secondary', val) end