class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::ServerProfile::Netflow::Entry::TemplateRefreshRate

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 135826
def _section
        :'template-refresh-rate'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 135823
def has_multiple_values?
        false
end
minutes() click to toggle source
# File lib/palo_alto/config.rb, line 135841
def minutes
        prop_get('minutes')
end
minutes=(val) click to toggle source
# File lib/palo_alto/config.rb, line 135844
def minutes=(val)
        prop_set('minutes', val)
end
packets() click to toggle source
# File lib/palo_alto/config.rb, line 135847
def packets
        prop_get('packets')
end
packets=(val) click to toggle source
# File lib/palo_alto/config.rb, line 135850
def packets=(val)
        prop_set('packets', val)
end