class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PreRulebase

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 107660
def _section
        :'pre-rulebase'
end
application_override() click to toggle source
# File lib/palo_alto/config.rb, line 109602
def application_override
        @subclasses['application-override'] ||= ApplicationOverride.new(parent_instance: self, create_children: @create_children)
end
authentication() click to toggle source
# File lib/palo_alto/config.rb, line 111143
def authentication
        @subclasses['authentication'] ||= Authentication.new(parent_instance: self, create_children: @create_children)
end
decryption() click to toggle source
# File lib/palo_alto/config.rb, line 110403
def decryption
        @subclasses['decryption'] ||= Decryption.new(parent_instance: self, create_children: @create_children)
end
dos() click to toggle source
# File lib/palo_alto/config.rb, line 115479
def dos
        @subclasses['dos'] ||= Dos.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 107657
def has_multiple_values?
        false
end
nat() click to toggle source
# File lib/palo_alto/config.rb, line 113115
def nat
        @subclasses['nat'] ||= Nat.new(parent_instance: self, create_children: @create_children)
end
pbf() click to toggle source
# File lib/palo_alto/config.rb, line 113985
def pbf
        @subclasses['pbf'] ||= Pbf.new(parent_instance: self, create_children: @create_children)
end
qos() click to toggle source
# File lib/palo_alto/config.rb, line 112102
def qos
        @subclasses['qos'] ||= Qos.new(parent_instance: self, create_children: @create_children)
end
sdwan() click to toggle source
# File lib/palo_alto/config.rb, line 114666
def sdwan
        @subclasses['sdwan'] ||= Sdwan.new(parent_instance: self, create_children: @create_children)
end
security() click to toggle source
# File lib/palo_alto/config.rb, line 109070
def security
        @subclasses['security'] ||= Security.new(parent_instance: self, create_children: @create_children)
end
tunnel_inspect() click to toggle source
# File lib/palo_alto/config.rb, line 116321
def tunnel_inspect
        @subclasses['tunnel-inspect'] ||= TunnelInspect.new(parent_instance: self, create_children: @create_children)
end