# File lib/palo_alto/config.rb, line 315227 def primary prop_get('primary') end
class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::DnsProxy::Entry::DomainServers::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 315158 def _section :'entry' end
cacheable()
click to toggle source
Turn on caching of domains resolved by this mapping
# File lib/palo_alto/config.rb, line 315219 def cacheable prop_get('cacheable') end
cacheable=(val)
click to toggle source
Turn on caching of domains resolved by this mapping
# File lib/palo_alto/config.rb, line 315223 def cacheable=(val) prop_set('cacheable', val) end
domain_name()
click to toggle source
# File lib/palo_alto/config.rb, line 315183 def domain_name if @create_children @subclasses['domain-name'] ||= DomainName.new(parent_instance: self, create_children: @create_children) else DomainName.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 315155 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 315215 def name prop_get('@name') 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 315231 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 315235 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 315239 def secondary=(val) prop_set('secondary', val) end