class PaloAlto::XML::Config::Shared::PreRulebase::Security::Rules::Entry::ProfileSetting::Profiles
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 55821 def _section :'profiles' end
data_filtering()
click to toggle source
# File lib/palo_alto/config.rb, line 55877 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 55907 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 56057 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 55818 def has_multiple_values? false end
sctp()
click to toggle source
# File lib/palo_alto/config.rb, line 56088 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 55998 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 55847 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 55968 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 56028 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 55938 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