class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::CaptivePortal
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 266439 def _section :'captive-portal' end
disable_token()
click to toggle source
disable token caculation when do captive-portal
# File lib/palo_alto/config.rb, line 266465 def disable_token prop_get('disable-token') end
disable_token=(val)
click to toggle source
disable token caculation when do captive-portal
# File lib/palo_alto/config.rb, line 266469 def disable_token=(val) prop_set('disable-token', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 266436 def has_multiple_values? false end
number_workers()
click to toggle source
number of captive-portal workers
# File lib/palo_alto/config.rb, line 266457 def number_workers prop_get('number-workers') end
number_workers=(val)
click to toggle source
number of captive-portal workers
# File lib/palo_alto/config.rb, line 266461 def number_workers=(val) prop_set('number-workers', val) end