class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::LogSettings
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 349500 def _section :'log-settings' end
auth()
click to toggle source
# File lib/palo_alto/config.rb, line 355769 def auth @subclasses['auth'] ||= Auth.new(parent_instance: self, create_children: @create_children) end
config()
click to toggle source
# File lib/palo_alto/config.rb, line 349934 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 351879 def correlation @subclasses['correlation'] ||= Correlation.new(parent_instance: self, create_children: @create_children) end
data()
click to toggle source
# File lib/palo_alto/config.rb, line 353824 def data @subclasses['data'] ||= Data.new(parent_instance: self, create_children: @create_children) end
decryption()
click to toggle source
# File lib/palo_alto/config.rb, line 353046 def decryption @subclasses['decryption'] ||= Decryption.new(parent_instance: self, create_children: @create_children) end
email()
click to toggle source
# File lib/palo_alto/config.rb, line 356503 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 351101 def globalprotect @subclasses['globalprotect'] ||= Globalprotect.new(parent_instance: self, create_children: @create_children) end
gtp()
click to toggle source
# File lib/palo_alto/config.rb, line 354602 def gtp @subclasses['gtp'] ||= Gtp.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 349497 def has_multiple_values? false end
hipmatch__6()
click to toggle source
# File lib/palo_alto/config.rb, line 351490 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 359375 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 350712 def iptag @subclasses['iptag'] ||= Iptag.new(parent_instance: self, create_children: @create_children) end
sctp()
click to toggle source
# File lib/palo_alto/config.rb, line 354991 def sctp @subclasses['sctp'] ||= Sctp.new(parent_instance: self, create_children: @create_children) end
snmptrap()
click to toggle source
# File lib/palo_alto/config.rb, line 356015 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 356895 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 349745 def system @subclasses['system'] ||= System.new(parent_instance: self, create_children: @create_children) end
threat()
click to toggle source
# File lib/palo_alto/config.rb, line 352657 def threat @subclasses['threat'] ||= Threat.new(parent_instance: self, create_children: @create_children) end
traffic()
click to toggle source
# File lib/palo_alto/config.rb, line 354213 def traffic @subclasses['traffic'] ||= Traffic.new(parent_instance: self, create_children: @create_children) end
tunnel()
click to toggle source
# File lib/palo_alto/config.rb, line 355380 def tunnel @subclasses['tunnel'] ||= Tunnel.new(parent_instance: self, create_children: @create_children) end
url()
click to toggle source
# File lib/palo_alto/config.rb, line 353435 def url @subclasses['url'] ||= Url.new(parent_instance: self, create_children: @create_children) end
userid()
click to toggle source
# File lib/palo_alto/config.rb, line 350323 def userid @subclasses['userid'] ||= Userid.new(parent_instance: self, create_children: @create_children) end
wildfire()
click to toggle source
# File lib/palo_alto/config.rb, line 352268 def wildfire @subclasses['wildfire'] ||= Wildfire.new(parent_instance: self, create_children: @create_children) end