# File lib/palo_alto/config.rb, line 153797 def primary prop_get('primary') end
class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::System::DnsSetting::Servers
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 153775 def _section :'servers' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 153772 def has_multiple_values? false end
primary()
click to toggle source
Primary DNS server IP address or Variable
object
primary=(val)
click to toggle source
Primary DNS server IP address or Variable
object
# File lib/palo_alto/config.rb, line 153801 def primary=(val) prop_set('primary', val) end
secondary()
click to toggle source
Secondary DNS server IP address or Variable
object
# File lib/palo_alto/config.rb, line 153805 def secondary prop_get('secondary') end
secondary=(val)
click to toggle source
Secondary DNS server IP address or Variable
object
# File lib/palo_alto/config.rb, line 153809 def secondary=(val) prop_set('secondary', val) end