class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::Dlsrvr

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 79046
def _section
        :'dlsrvr'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 79043
def has_multiple_values?
        false
end
interface() click to toggle source

Interface for download server

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

Interface for download server

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