class PaloAlto::XML::Config::Panorama::LogIngestion

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 14285
def _section
        :'log-ingestion'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 14282
def has_multiple_values?
        false
end
syslog() click to toggle source
# File lib/palo_alto/config.rb, line 14416
def syslog
        if @create_children
                @subclasses['syslog'] ||= Syslog.new(parent_instance: self, create_children: @create_children)
        else
                Syslog.new(parent_instance: self)
        end
end