class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PostRulebase::Security::Rules::Entry::ProfileSetting::Profiles
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 117111 def _section :'profiles' end
data_filtering()
click to toggle source
# File lib/palo_alto/config.rb, line 117169 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 117200 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 117356 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 117108 def has_multiple_values? false end
sctp()
click to toggle source
# File lib/palo_alto/config.rb, line 117388 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 117294 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 117138 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 117263 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 117325 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 117232 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