class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::DnsProxy::Entry::Cache::MaxTtl

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 208682
def _section
        :'max-ttl'
end
enabled() click to toggle source

Enable max ttl for this DNS object

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

Enable max ttl for this DNS object

# File lib/palo_alto/config.rb, line 208702
def enabled=(val)
        prop_set('enabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 208679
def has_multiple_values?
        false
end
time_to_live() click to toggle source

Time in seconds after which entry is cleared

# File lib/palo_alto/config.rb, line 208706
def time_to_live
        prop_get('time-to-live')
end
time_to_live=(val) click to toggle source

Time in seconds after which entry is cleared

# File lib/palo_alto/config.rb, line 208710
def time_to_live=(val)
        prop_set('time-to-live', val)
end