Class: PaloAlto::XML::Config::Shared::PostRulebase::DefaultSecurityRules::Rules::Entry::ProfileSetting::Profiles

Inherits:
PaloAlto::XML::ConfigClass show all
Defined in:
lib/palo_alto/config.rb

Defined Under Namespace

Classes: DataFiltering, FileBlocking, Gtp, Sctp, Spyware, UrlFiltering, Virus, Vulnerability, WildfireAnalysis

Constant Summary

Constants included from DSL

DSL::AXES, DSL::LOWERCASE_LETTERS, DSL::METHODS, DSL::OPERATORS, DSL::UPPERCASE_LETTERS

Instance Attribute Summary

Attributes inherited from PaloAlto::XML::ConfigClass

#api_attributes, #parent_instance, #subclasses

Attributes inherited from Expression

#arguments, #expression

Instance Method Summary collapse

Methods inherited from PaloAlto::XML::ConfigClass

#array_class_setter, #clear!, #complete, #create!, #delete!, #delete_child, #edit!, #enforce_type, #enforce_types, #external_set, #get, #get_all, #get_class_from_child_str, #get_primary_key, #initialize, #inspect, #maybe_register_subclass, #multimove!, #prop_get, #prop_set, #selector_subclasses, #set!, #set_array_class_attributes, #set_values, #to_xml, #values, #xml_builder

Methods inherited from Expression

#current, #initialize, #to_xpath

Methods included from DSL

#anywhere, #axis, #binary_operator, #child, #contains_word, #css, #current, #descendant, #ends_with, #function, #is, #last, #lowercase, #method, #next_sibling, #one_of, #parenthesis, #position, #previous_sibling, #qname, #relative, #root, #text, #union, #uppercase, #where, #xpath_attr

Constructor Details

This class inherits a constructor from PaloAlto::XML::ConfigClass

Instance Method Details

#_sectionObject



37543
37544
37545
# File 'lib/palo_alto/config.rb', line 37543

def _section
:profiles
end

#data_filteringObject



37575
37576
37577
# File 'lib/palo_alto/config.rb', line 37575

def data_filtering
maybe_register_subclass('data-filtering', DataFiltering.new(parent_instance: self, client: @client, create_children: @create_children))
end

#file_blockingObject



37591
37592
37593
# File 'lib/palo_alto/config.rb', line 37591

def file_blocking
maybe_register_subclass('file-blocking', FileBlocking.new(parent_instance: self, client: @client, create_children: @create_children))
end

#gtpObject



37671
37672
37673
# File 'lib/palo_alto/config.rb', line 37671

def gtp
maybe_register_subclass('gtp', Gtp.new(parent_instance: self, client: @client, create_children: @create_children))
end

#has_multiple_values?Boolean

Returns:

  • (Boolean)


37542
# File 'lib/palo_alto/config.rb', line 37542

def has_multiple_values?; false; end

#sctpObject



37687
37688
37689
# File 'lib/palo_alto/config.rb', line 37687

def sctp
maybe_register_subclass('sctp', Sctp.new(parent_instance: self, client: @client, create_children: @create_children))
end

#spywareObject



37639
37640
37641
# File 'lib/palo_alto/config.rb', line 37639

def spyware
maybe_register_subclass('spyware', Spyware.new(parent_instance: self, client: @client, create_children: @create_children))
end

#url_filteringObject



37559
37560
37561
# File 'lib/palo_alto/config.rb', line 37559

def url_filtering
maybe_register_subclass('url-filtering', UrlFiltering.new(parent_instance: self, client: @client, create_children: @create_children))
end

#virusObject



37623
37624
37625
# File 'lib/palo_alto/config.rb', line 37623

def virus
maybe_register_subclass('virus', Virus.new(parent_instance: self, client: @client, create_children: @create_children))
end

#vulnerabilityObject



37655
37656
37657
# File 'lib/palo_alto/config.rb', line 37655

def vulnerability
maybe_register_subclass('vulnerability', Vulnerability.new(parent_instance: self, client: @client, create_children: @create_children))
end

#wildfire_analysisObject



37607
37608
37609
# File 'lib/palo_alto/config.rb', line 37607

def wildfire_analysis
maybe_register_subclass('wildfire-analysis', WildfireAnalysis.new(parent_instance: self, client: @client, create_children: @create_children))
end