class PaloAlto::XML::Config::Shared::PostRulebase::Security::Rules::Entry::ProfileSetting::Profiles
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 64159 def _section :'profiles' end
data_filtering()
click to toggle source
# File lib/palo_alto/config.rb, line 64215 def data_filtering if @create_children @subclasses['data-filtering'] ||= DataFiltering.new(parent_instance: self, create_children: @create_children) else DataFiltering.new(parent_instance: self) end end
file_blocking()
click to toggle source
# File lib/palo_alto/config.rb, line 64245 def file_blocking if @create_children @subclasses['file-blocking'] ||= FileBlocking.new(parent_instance: self, create_children: @create_children) else FileBlocking.new(parent_instance: self) end end
gtp()
click to toggle source
# File lib/palo_alto/config.rb, line 64395 def gtp if @create_children @subclasses['gtp'] ||= Gtp.new(parent_instance: self, create_children: @create_children) else Gtp.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 64156 def has_multiple_values? false end
sctp()
click to toggle source
# File lib/palo_alto/config.rb, line 64426 def sctp if @create_children @subclasses['sctp'] ||= Sctp.new(parent_instance: self, create_children: @create_children) else Sctp.new(parent_instance: self) end end
spyware()
click to toggle source
# File lib/palo_alto/config.rb, line 64336 def spyware if @create_children @subclasses['spyware'] ||= Spyware.new(parent_instance: self, create_children: @create_children) else Spyware.new(parent_instance: self) end end
url_filtering()
click to toggle source
# File lib/palo_alto/config.rb, line 64185 def url_filtering if @create_children @subclasses['url-filtering'] ||= UrlFiltering.new(parent_instance: self, create_children: @create_children) else UrlFiltering.new(parent_instance: self) end end
virus()
click to toggle source
# File lib/palo_alto/config.rb, line 64306 def virus if @create_children @subclasses['virus'] ||= Virus.new(parent_instance: self, create_children: @create_children) else Virus.new(parent_instance: self) end end
vulnerability()
click to toggle source
# File lib/palo_alto/config.rb, line 64366 def vulnerability if @create_children @subclasses['vulnerability'] ||= Vulnerability.new(parent_instance: self, create_children: @create_children) else Vulnerability.new(parent_instance: self) end end
wildfire_analysis()
click to toggle source
# File lib/palo_alto/config.rb, line 64276 def wildfire_analysis if @create_children @subclasses['wildfire-analysis'] ||= WildfireAnalysis.new(parent_instance: self, create_children: @create_children) else WildfireAnalysis.new(parent_instance: self) end end