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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 238507
def _section
        :'saved-log-query'
end
alarm() click to toggle source
# File lib/palo_alto/config.rb, line 239255
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 239161
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 238832
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 239020
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 238785
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 239302
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 239208
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 238691
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 238504
def has_multiple_values?
        false
end
hipmatch() click to toggle source
# File lib/palo_alto/config.rb, line 238973
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 238879
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 238644
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 238597
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 239067
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 238550
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 238738
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 239114
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 238926
def wildfire
        if @create_children
                @subclasses['wildfire'] ||= Wildfire.new(parent_instance: self, create_children: @create_children)
        else
                Wildfire.new(parent_instance: self)
        end
end