class PaloAlto::XML::Config::Shared::Profiles::Spyware::Entry::BotnetDomains
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 22653 def _section :'botnet-domains' end
dns_security_categories()
click to toggle source
# File lib/palo_alto/config.rb, line 22863 def dns_security_categories if @create_children @subclasses['dns-security-categories'] ||= DnsSecurityCategories.new(parent_instance: self, create_children: @create_children) else DnsSecurityCategories.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 22650 def has_multiple_values? false end
lists()
click to toggle source
# File lib/palo_alto/config.rb, line 22773 def lists if @create_children @subclasses['lists'] ||= Lists.new(parent_instance: self, create_children: @create_children) else Lists.new(parent_instance: self) end end
sinkhole()
click to toggle source
# File lib/palo_alto/config.rb, line 22962 def sinkhole @subclasses['sinkhole'] ||= Sinkhole.new(parent_instance: self, create_children: @create_children) end
threat_exception()
click to toggle source
# File lib/palo_alto/config.rb, line 22994 def threat_exception if @create_children @subclasses['threat-exception'] ||= ThreatException.new(parent_instance: self, create_children: @create_children) else ThreatException.new(parent_instance: self) end end
whitelist()
click to toggle source
# File lib/palo_alto/config.rb, line 22914 def whitelist if @create_children @subclasses['whitelist'] ||= Whitelist.new(parent_instance: self, create_children: @create_children) else Whitelist.new(parent_instance: self) end end