class PaloAlto::XML::Config::Panorama::ServerProfile::Netflow::Entry::TemplateRefreshRate
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 2504 def _section :'template-refresh-rate' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 2501 def has_multiple_values? false end
minutes()
click to toggle source
# File lib/palo_alto/config.rb, line 2519 def minutes prop_get('minutes') end
minutes=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 2522 def minutes=(val) prop_set('minutes', val) end
packets()
click to toggle source
# File lib/palo_alto/config.rb, line 2525 def packets prop_get('packets') end
packets=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 2528 def packets=(val) prop_set('packets', val) end