class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::DnsProxy::Entry::Cache::MaxTtl

Public Instance Methods

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

Enable max ttl for this DNS object

# File lib/palo_alto/config.rb, line 328347
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 328351
def enabled=(val)
        prop_set('enabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 328328
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 328355
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 328359
def time_to_live=(val)
        prop_set('time-to-live', val)
end