class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::MgtConfig::Users::Entry::Preferences::SavedLogQuery

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 132021
def _section
        :'saved-log-query'
end
alarm() click to toggle source
# File lib/palo_alto/config.rb, line 132769
def alarm
        if @create_children
                @subclasses['alarm'] ||= Alarm.new(parent_instance: self, create_children: @create_children)
        else
                Alarm.new(parent_instance: self)
        end
end
auth() click to toggle source
# File lib/palo_alto/config.rb, line 132675
def auth
        if @create_children
                @subclasses['auth'] ||= Auth.new(parent_instance: self, create_children: @create_children)
        else
                Auth.new(parent_instance: self)
        end
end
config() click to toggle source
# File lib/palo_alto/config.rb, line 132346
def config
        if @create_children
                @subclasses['config'] ||= Config.new(parent_instance: self, create_children: @create_children)
        else
                Config.new(parent_instance: self)
        end
end
corr() click to toggle source
# File lib/palo_alto/config.rb, line 132534
def corr
        if @create_children
                @subclasses['corr'] ||= Corr.new(parent_instance: self, create_children: @create_children)
        else
                Corr.new(parent_instance: self)
        end
end
data() click to toggle source
# File lib/palo_alto/config.rb, line 132299
def data
        if @create_children
                @subclasses['data'] ||= Data.new(parent_instance: self, create_children: @create_children)
        else
                Data.new(parent_instance: self)
        end
end
decryption() click to toggle source
# File lib/palo_alto/config.rb, line 132816
def decryption
        if @create_children
                @subclasses['decryption'] ||= Decryption.new(parent_instance: self, create_children: @create_children)
        else
                Decryption.new(parent_instance: self)
        end
end
globalprotect() click to toggle source
# File lib/palo_alto/config.rb, line 132722
def globalprotect
        if @create_children
                @subclasses['globalprotect'] ||= Globalprotect.new(parent_instance: self, create_children: @create_children)
        else
                Globalprotect.new(parent_instance: self)
        end
end
gtp() click to toggle source
# File lib/palo_alto/config.rb, line 132205
def gtp
        if @create_children
                @subclasses['gtp'] ||= Gtp.new(parent_instance: self, create_children: @create_children)
        else
                Gtp.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 132018
def has_multiple_values?
        false
end
hipmatch() click to toggle source
# File lib/palo_alto/config.rb, line 132487
def hipmatch
        if @create_children
                @subclasses['hipmatch'] ||= Hipmatch.new(parent_instance: self, create_children: @create_children)
        else
                Hipmatch.new(parent_instance: self)
        end
end
system() click to toggle source
# File lib/palo_alto/config.rb, line 132393
def system
        if @create_children
                @subclasses['system'] ||= System.new(parent_instance: self, create_children: @create_children)
        else
                System.new(parent_instance: self)
        end
end
threat() click to toggle source
# File lib/palo_alto/config.rb, line 132158
def threat
        if @create_children
                @subclasses['threat'] ||= Threat.new(parent_instance: self, create_children: @create_children)
        else
                Threat.new(parent_instance: self)
        end
end
traffic() click to toggle source
# File lib/palo_alto/config.rb, line 132111
def traffic
        if @create_children
                @subclasses['traffic'] ||= Traffic.new(parent_instance: self, create_children: @create_children)
        else
                Traffic.new(parent_instance: self)
        end
end
tunnel() click to toggle source
# File lib/palo_alto/config.rb, line 132581
def tunnel
        if @create_children
                @subclasses['tunnel'] ||= Tunnel.new(parent_instance: self, create_children: @create_children)
        else
                Tunnel.new(parent_instance: self)
        end
end
unified() click to toggle source
# File lib/palo_alto/config.rb, line 132064
def unified
        if @create_children
                @subclasses['unified'] ||= Unified.new(parent_instance: self, create_children: @create_children)
        else
                Unified.new(parent_instance: self)
        end
end
url() click to toggle source
# File lib/palo_alto/config.rb, line 132252
def url
        if @create_children
                @subclasses['url'] ||= Url.new(parent_instance: self, create_children: @create_children)
        else
                Url.new(parent_instance: self)
        end
end
userid() click to toggle source
# File lib/palo_alto/config.rb, line 132628
def userid
        if @create_children
                @subclasses['userid'] ||= Userid.new(parent_instance: self, create_children: @create_children)
        else
                Userid.new(parent_instance: self)
        end
end
wildfire() click to toggle source
# File lib/palo_alto/config.rb, line 132440
def wildfire
        if @create_children
                @subclasses['wildfire'] ||= Wildfire.new(parent_instance: self, create_children: @create_children)
        else
                Wildfire.new(parent_instance: self)
        end
end