class PaloAlto::XML::Config::Devices::Entry::WildfireApplianceCluster::Entry::Shared::LogSettings::System

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 359718
def _section
        :'system'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 359715
def has_multiple_values?
        false
end
match_list() click to toggle source
# File lib/palo_alto/config.rb, line 359940
def match_list
        if @create_children
                @subclasses['match-list'] ||= MatchList.new(parent_instance: self, create_children: @create_children)
        else
                MatchList.new(parent_instance: self)
        end
end