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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 159901
def _section
        :'l3-service'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 159898
def has_multiple_values?
        false
end
timeout() click to toggle source

timeout in seconds for l3 services

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

timeout in seconds for l3 services

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