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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 159928
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 159954
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 159958
def disable_token=(val)
        prop_set('disable-token', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 159925
def has_multiple_values?
        false
end
number_workers() click to toggle source

number of captive-portal workers

# File lib/palo_alto/config.rb, line 159946
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 159950
def number_workers=(val)
        prop_set('number-workers', val)
end