class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::PanUrlDb

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 159755
def _section
        :'pan-url-db'
end
cloud_static_list() click to toggle source

Cloud list separated by commas

# File lib/palo_alto/config.rb, line 159773
def cloud_static_list
        prop_get('cloud-static-list')
end
cloud_static_list=(val) click to toggle source

Cloud list separated by commas

# File lib/palo_alto/config.rb, line 159777
def cloud_static_list=(val)
        prop_set('cloud-static-list', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 159752
def has_multiple_values?
        false
end
timeout() click to toggle source

Timeout for request to cloud

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

Timeout for request to cloud

# File lib/palo_alto/config.rb, line 159785
def timeout=(val)
        prop_set('timeout', val)
end