class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::DnsProxy::Entry::DomainServers::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 328231
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 328289
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 328293
def cacheable=(val)
        prop_set('cacheable', val)
end
domain_name() click to toggle source
# File lib/palo_alto/config.rb, line 328256
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 328228
def has_multiple_values?
        false
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 328285
def name
        prop_get('@name')
end
server_profile() click to toggle source

DNS server object

# File lib/palo_alto/config.rb, line 328297
def server_profile
        prop_get('server-profile')
end
server_profile=(val) click to toggle source

DNS server object

# File lib/palo_alto/config.rb, line 328301
def server_profile=(val)
        prop_set('server-profile', val)
end