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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 72693
def _section
        :'saved-log-query'
end
auth() click to toggle source
# File lib/palo_alto/config.rb, line 73347
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 73018
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 73206
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 72971
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 73441
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 73394
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 72877
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 72690
def has_multiple_values?
        false
end
hipmatch() click to toggle source
# File lib/palo_alto/config.rb, line 73159
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 73065
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 72830
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 72783
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 73253
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 72736
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 72924
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 73300
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 73112
def wildfire
        if @create_children
                @subclasses['wildfire'] ||= Wildfire.new(parent_instance: self, create_children: @create_children)
        else
                Wildfire.new(parent_instance: self)
        end
end