class PaloAlto::XML::Config::Devices::Entry::Template::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 221253
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 221250
def has_multiple_values?
        false
end
inheritance() click to toggle source
# File lib/palo_alto/config.rb, line 221281
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 221415
def name
        prop_get('@name')
end
primary() click to toggle source

Primary DNS Name server IP address

# File lib/palo_alto/config.rb, line 221419
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 221423
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 221427
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 221431
def secondary=(val)
        prop_set('secondary', val)
end
source() click to toggle source
# File lib/palo_alto/config.rb, line 221332
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 221384
def source_v6
        @subclasses['source-v6'] ||= SourceV6.new(parent_instance: self, create_children: @create_children)
end