class PaloAlto::XML::Config::Shared::Profiles
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 19298 def _section :'profiles' end
custom_url_category()
click to toggle source
# File lib/palo_alto/config.rb, line 25509 def custom_url_category if @create_children @subclasses['custom-url-category'] ||= CustomUrlCategory.new(parent_instance: self, create_children: @create_children) else CustomUrlCategory.new(parent_instance: self) end end
data_filtering()
click to toggle source
# File lib/palo_alto/config.rb, line 26145 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
data_objects()
click to toggle source
# File lib/palo_alto/config.rb, line 25902 def data_objects if @create_children @subclasses['data-objects'] ||= DataObjects.new(parent_instance: self, create_children: @create_children) else DataObjects.new(parent_instance: self) end end
decryption()
click to toggle source
# File lib/palo_alto/config.rb, line 29902 def decryption if @create_children @subclasses['decryption'] ||= Decryption.new(parent_instance: self, create_children: @create_children) else Decryption.new(parent_instance: self) end end
dos_protection()
click to toggle source
# File lib/palo_alto/config.rb, line 28432 def dos_protection if @create_children @subclasses['dos-protection'] ||= DosProtection.new(parent_instance: self, create_children: @create_children) else DosProtection.new(parent_instance: self) end end
file_blocking()
click to toggle source
# File lib/palo_alto/config.rb, line 25207 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 27105 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 19295 def has_multiple_values? false end
hip_objects()
click to toggle source
# File lib/palo_alto/config.rb, line 22237 def hip_objects if @create_children @subclasses['hip-objects'] ||= HipObjects.new(parent_instance: self, create_children: @create_children) else HipObjects.new(parent_instance: self) end end
hip_profiles()
click to toggle source
# File lib/palo_alto/config.rb, line 26221 def hip_profiles if @create_children @subclasses['hip-profiles'] ||= HipProfiles.new(parent_instance: self, create_children: @create_children) else HipProfiles.new(parent_instance: self) end end
mlav_category_exception_quickset()
click to toggle source
# File lib/palo_alto/config.rb, line 25537 def mlav_category_exception_quickset if @create_children @subclasses['mlav-category-exception-quickset'] ||= MlavCategoryExceptionQuickset.new(parent_instance: self, create_children: @create_children) else MlavCategoryExceptionQuickset.new(parent_instance: self) end end
sctp()
click to toggle source
# File lib/palo_alto/config.rb, line 27721 def sctp if @create_children @subclasses['sctp'] ||= Sctp.new(parent_instance: self, create_children: @create_children) else Sctp.new(parent_instance: self) end end
sdwan_error_correction()
click to toggle source
# File lib/palo_alto/config.rb, line 29174 def sdwan_error_correction if @create_children @subclasses['sdwan-error-correction'] ||= SdwanErrorCorrection.new(parent_instance: self, create_children: @create_children) else SdwanErrorCorrection.new(parent_instance: self) end end
sdwan_path_quality()
click to toggle source
# File lib/palo_alto/config.rb, line 28630 def sdwan_path_quality if @create_children @subclasses['sdwan-path-quality'] ||= SdwanPathQuality.new(parent_instance: self, create_children: @create_children) else SdwanPathQuality.new(parent_instance: self) end end
sdwan_saas_quality()
click to toggle source
# File lib/palo_alto/config.rb, line 29012 def sdwan_saas_quality if @create_children @subclasses['sdwan-saas-quality'] ||= SdwanSaasQuality.new(parent_instance: self, create_children: @create_children) else SdwanSaasQuality.new(parent_instance: self) end end
sdwan_traffic_distribution()
click to toggle source
# File lib/palo_alto/config.rb, line 28771 def sdwan_traffic_distribution if @create_children @subclasses['sdwan-traffic-distribution'] ||= SdwanTrafficDistribution.new(parent_instance: self, create_children: @create_children) else SdwanTrafficDistribution.new(parent_instance: self) end end
spyware()
click to toggle source
# File lib/palo_alto/config.rb, line 23534 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 25013 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 22628 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 24198 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 25401 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