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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 242312
def _section
        :'template-refresh-rate'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 242309
def has_multiple_values?
        false
end
minutes() click to toggle source
# File lib/palo_alto/config.rb, line 242327
def minutes
        prop_get('minutes')
end
minutes=(val) click to toggle source
# File lib/palo_alto/config.rb, line 242330
def minutes=(val)
        prop_set('minutes', val)
end
packets() click to toggle source
# File lib/palo_alto/config.rb, line 242333
def packets
        prop_get('packets')
end
packets=(val) click to toggle source
# File lib/palo_alto/config.rb, line 242336
def packets=(val)
        prop_set('packets', val)
end