class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::ServerProfile::Dns::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 135998
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 135995
def has_multiple_values?
        false
end
inheritance() click to toggle source
# File lib/palo_alto/config.rb, line 136026
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 136160
def name
        prop_get('@name')
end
primary() click to toggle source

Primary DNS Name server IP address

# File lib/palo_alto/config.rb, line 136164
def primary
        prop_get('primary')
end
primary=(val) click to toggle source

Primary DNS Name server IP address

# File lib/palo_alto/config.rb, line 136168
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 136172
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 136176
def secondary=(val)
        prop_set('secondary', val)
end
source() click to toggle source
# File lib/palo_alto/config.rb, line 136077
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 136129
def source_v6
        @subclasses['source-v6'] ||= SourceV6.new(parent_instance: self, create_children: @create_children)
end