class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::LogSettings
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 136322 def _section :'log-settings' end
config()
click to toggle source
# File lib/palo_alto/config.rb, line 136782 def config @subclasses['config'] ||= Config.new(parent_instance: self, create_children: @create_children) end
correlation()
click to toggle source
# File lib/palo_alto/config.rb, line 138894 def correlation @subclasses['correlation'] ||= Correlation.new(parent_instance: self, create_children: @create_children) end
email()
click to toggle source
# File lib/palo_alto/config.rb, line 139636 def email if @create_children @subclasses['email'] ||= Email.new(parent_instance: self, create_children: @create_children) else Email.new(parent_instance: self) end end
globalprotect()
click to toggle source
# File lib/palo_alto/config.rb, line 138054 def globalprotect @subclasses['globalprotect'] ||= Globalprotect.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 136319 def has_multiple_values? false end
hipmatch__6()
click to toggle source
# File lib/palo_alto/config.rb, line 138478 def hipmatch__6 @subclasses['hipmatch__6'] ||= Hipmatch__6.new(parent_instance: self, create_children: @create_children) end
http()
click to toggle source
# File lib/palo_alto/config.rb, line 142518 def http if @create_children @subclasses['http'] ||= Http.new(parent_instance: self, create_children: @create_children) else Http.new(parent_instance: self) end end
iptag()
click to toggle source
# File lib/palo_alto/config.rb, line 137630 def iptag @subclasses['iptag'] ||= Iptag.new(parent_instance: self, create_children: @create_children) end
snmptrap()
click to toggle source
# File lib/palo_alto/config.rb, line 139144 def snmptrap if @create_children @subclasses['snmptrap'] ||= Snmptrap.new(parent_instance: self, create_children: @create_children) else Snmptrap.new(parent_instance: self) end end
syslog()
click to toggle source
# File lib/palo_alto/config.rb, line 140034 def syslog if @create_children @subclasses['syslog'] ||= Syslog.new(parent_instance: self, create_children: @create_children) else Syslog.new(parent_instance: self) end end
system()
click to toggle source
# File lib/palo_alto/config.rb, line 136592 def system @subclasses['system'] ||= System.new(parent_instance: self, create_children: @create_children) end
userid()
click to toggle source
# File lib/palo_alto/config.rb, line 137206 def userid @subclasses['userid'] ||= Userid.new(parent_instance: self, create_children: @create_children) end