class PaloAlto::XML::Config::Panorama::LogSettings
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 4310 def _section :'log-settings' end
auth()
click to toggle source
# File lib/palo_alto/config.rb, line 10662 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 4752 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 6722 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 8692 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 7904 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 11396 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 5934 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 9480 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 4307 def has_multiple_values? false end
hipmatch__6()
click to toggle source
# File lib/palo_alto/config.rb, line 6328 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 14269 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 5540 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 9874 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 10908 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 11788 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 4559 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 7510 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 9086 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 10268 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 8298 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 5146 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 7116 def wildfire @subclasses['wildfire'] ||= Wildfire.new(parent_instance: self, create_children: @create_children) end