class PaloAlto::XML::Config::Devices::Entry::Template::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 221629
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 221687
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 221691
def cacheable=(val)
        prop_set('cacheable', val)
end
domain_name() click to toggle source
# File lib/palo_alto/config.rb, line 221654
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 221626
def has_multiple_values?
        false
end
name() click to toggle source

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

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

DNS server object

# File lib/palo_alto/config.rb, line 221695
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 221699
def server_profile=(val)
        prop_set('server-profile', val)
end