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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 266266
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 266284
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 266288
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 266263
def has_multiple_values?
        false
end
timeout() click to toggle source

Timeout for request to cloud

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

Timeout for request to cloud

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