# File lib/palo_alto/config.rb, line 328021 def primary prop_get('primary') end
class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::ServerProfile__9::Dns::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 327853 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 327850 def has_multiple_values? false end
inheritance()
click to toggle source
# File lib/palo_alto/config.rb, line 327881 def inheritance @subclasses['inheritance'] ||= Inheritance.new(parent_instance: self, create_children: @create_children) end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 328017 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 328025 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 328029 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 328033 def secondary=(val) prop_set('secondary', val) end
source()
click to toggle source
# File lib/palo_alto/config.rb, line 327932 def source @subclasses['source'] ||= Source.new(parent_instance: self, create_children: @create_children) end
source_v6()
click to toggle source
# File lib/palo_alto/config.rb, line 327984 def source_v6 @subclasses['source-v6'] ||= SourceV6.new(parent_instance: self, create_children: @create_children) end