class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::LogSettings

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 242810
def _section
        :'log-settings'
end
config() click to toggle source
# File lib/palo_alto/config.rb, line 243270
def config
        @subclasses['config'] ||= Config.new(parent_instance: self, create_children: @create_children)
end
correlation() click to toggle source
# File lib/palo_alto/config.rb, line 245382
def correlation
        @subclasses['correlation'] ||= Correlation.new(parent_instance: self, create_children: @create_children)
end
email() click to toggle source
# File lib/palo_alto/config.rb, line 246124
def email
        if @create_children
                @subclasses['email'] ||= Email.new(parent_instance: self, create_children: @create_children)
        else
                Email.new(parent_instance: self)
        end
end
globalprotect() click to toggle source
# File lib/palo_alto/config.rb, line 244542
def globalprotect
        @subclasses['globalprotect'] ||= Globalprotect.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 242807
def has_multiple_values?
        false
end
hipmatch__6() click to toggle source
# File lib/palo_alto/config.rb, line 244966
def hipmatch__6
        @subclasses['hipmatch__6'] ||= Hipmatch__6.new(parent_instance: self, create_children: @create_children)
end
http() click to toggle source
# File lib/palo_alto/config.rb, line 249006
def http
        if @create_children
                @subclasses['http'] ||= Http.new(parent_instance: self, create_children: @create_children)
        else
                Http.new(parent_instance: self)
        end
end
iptag() click to toggle source
# File lib/palo_alto/config.rb, line 244118
def iptag
        @subclasses['iptag'] ||= Iptag.new(parent_instance: self, create_children: @create_children)
end
snmptrap() click to toggle source
# File lib/palo_alto/config.rb, line 245632
def snmptrap
        if @create_children
                @subclasses['snmptrap'] ||= Snmptrap.new(parent_instance: self, create_children: @create_children)
        else
                Snmptrap.new(parent_instance: self)
        end
end
syslog() click to toggle source
# File lib/palo_alto/config.rb, line 246522
def syslog
        if @create_children
                @subclasses['syslog'] ||= Syslog.new(parent_instance: self, create_children: @create_children)
        else
                Syslog.new(parent_instance: self)
        end
end
system() click to toggle source
# File lib/palo_alto/config.rb, line 243080
def system
        @subclasses['system'] ||= System.new(parent_instance: self, create_children: @create_children)
end
userid() click to toggle source
# File lib/palo_alto/config.rb, line 243694
def userid
        @subclasses['userid'] ||= Userid.new(parent_instance: self, create_children: @create_children)
end