class PaloAlto::XML::Config::Shared::LogSettings

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 15315
def _section
        :'log-settings'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 15312
def has_multiple_values?
        false
end
profiles() click to toggle source
# File lib/palo_alto/config.rb, line 15832
def profiles
        if @create_children
                @subclasses['profiles'] ||= Profiles.new(parent_instance: self, create_children: @create_children)
        else
                Profiles.new(parent_instance: self)
        end
end