# File lib/palo_alto/config.rb, line 315128 def primary prop_get('primary') end
class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::DnsProxy::Entry::Default
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 315080 def _section :'default' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 315077 def has_multiple_values? false end
inheritance()
click to toggle source
# File lib/palo_alto/config.rb, line 315109 def inheritance @subclasses['inheritance'] ||= Inheritance.new(parent_instance: self, create_children: @create_children) end
primary()
click to toggle source
Primary DNS Name server IP address
primary=(val)
click to toggle source
Primary DNS Name server IP address
# File lib/palo_alto/config.rb, line 315132 def primary=(val) prop_set('primary', val) end
secondary()
click to toggle source
Secondary DNS Name server IP address
# File lib/palo_alto/config.rb, line 315136 def secondary prop_get('secondary') end
secondary=(val)
click to toggle source
Secondary DNS Name server IP address
# File lib/palo_alto/config.rb, line 315140 def secondary=(val) prop_set('secondary', val) end