class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PreRulebase::Security::Rules::Entry::ProfileSetting::Profiles
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 108438 def _section :'profiles' end
data_filtering()
click to toggle source
# File lib/palo_alto/config.rb, line 108496 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 108527 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 108683 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 108435 def has_multiple_values? false end
sctp()
click to toggle source
# File lib/palo_alto/config.rb, line 108715 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 108621 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 108465 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 108590 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 108652 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 108559 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