Class: PaloAlto::XML::Config::Shared::PreRulebase

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

Defined Under Namespace

Classes: ApplicationOverride, Authentication, Decryption, Dos, Nat, NetworkPacketBroker, Pbf, Qos, Sdwan, Security, TunnelInspect

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



31904
31905
31906
# File 'lib/palo_alto/config.rb', line 31904

def _section
:'pre-rulebase'
end

#application_overrideObject



32872
32873
32874
# File 'lib/palo_alto/config.rb', line 32872

def application_override
@subclasses['application-override'] ||= ApplicationOverride.new(parent_instance: self, client: @client, create_children: @create_children)
end

#authenticationObject



33654
33655
33656
# File 'lib/palo_alto/config.rb', line 33654

def authentication
@subclasses['authentication'] ||= Authentication.new(parent_instance: self, client: @client, create_children: @create_children)
end

#decryptionObject



33298
33299
33300
# File 'lib/palo_alto/config.rb', line 33298

def decryption
@subclasses['decryption'] ||= Decryption.new(parent_instance: self, client: @client, create_children: @create_children)
end

#dosObject



35956
35957
35958
# File 'lib/palo_alto/config.rb', line 35956

def dos
@subclasses['dos'] ||= Dos.new(parent_instance: self, client: @client, create_children: @create_children)
end

#has_multiple_values?Boolean

Returns:

  • (Boolean)


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

def has_multiple_values?; false; end

#natObject



34684
34685
34686
# File 'lib/palo_alto/config.rb', line 34684

def nat
@subclasses['nat'] ||= Nat.new(parent_instance: self, client: @client, create_children: @create_children)
end

#network_packet_brokerObject



36804
36805
36806
# File 'lib/palo_alto/config.rb', line 36804

def network_packet_broker
@subclasses['network-packet-broker'] ||= NetworkPacketBroker.new(parent_instance: self, client: @client, create_children: @create_children)
end

#pbfObject



35166
35167
35168
# File 'lib/palo_alto/config.rb', line 35166

def pbf
@subclasses['pbf'] ||= Pbf.new(parent_instance: self, client: @client, create_children: @create_children)
end

#qosObject



34170
34171
34172
# File 'lib/palo_alto/config.rb', line 34170

def qos
@subclasses['qos'] ||= Qos.new(parent_instance: self, client: @client, create_children: @create_children)
end

#sdwanObject



35510
35511
35512
# File 'lib/palo_alto/config.rb', line 35510

def sdwan
@subclasses['sdwan'] ||= Sdwan.new(parent_instance: self, client: @client, create_children: @create_children)
end

#securityObject



32592
32593
32594
# File 'lib/palo_alto/config.rb', line 32592

def security
@subclasses['security'] ||= Security.new(parent_instance: self, client: @client, create_children: @create_children)
end

#tunnel_inspectObject



36426
36427
36428
# File 'lib/palo_alto/config.rb', line 36426

def tunnel_inspect
@subclasses['tunnel-inspect'] ||= TunnelInspect.new(parent_instance: self, client: @client, create_children: @create_children)
end