class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::ServerProfile__9::Netflow::Entry::TemplateRefreshRate

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 327681
def _section
        :'template-refresh-rate'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 327678
def has_multiple_values?
        false
end
minutes() click to toggle source
# File lib/palo_alto/config.rb, line 327696
def minutes
        prop_get('minutes')
end
minutes=(val) click to toggle source
# File lib/palo_alto/config.rb, line 327699
def minutes=(val)
        prop_set('minutes', val)
end
packets() click to toggle source
# File lib/palo_alto/config.rb, line 327702
def packets
        prop_get('packets')
end
packets=(val) click to toggle source
# File lib/palo_alto/config.rb, line 327705
def packets=(val)
        prop_set('packets', val)
end