class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::UserIdCollector

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 336380
def _section
        :'user-id-collector'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 336377
def has_multiple_values?
        false
end
ignore_user() click to toggle source
# File lib/palo_alto/config.rb, line 337246
def ignore_user
        if @create_children
                @subclasses['ignore-user'] ||= IgnoreUser.new(parent_instance: self, create_children: @create_children)
        else
                IgnoreUser.new(parent_instance: self)
        end
end
include_exclude_network() click to toggle source
# File lib/palo_alto/config.rb, line 337179
def include_exclude_network
        if @create_children
                @subclasses['include-exclude-network'] ||= IncludeExcludeNetwork.new(parent_instance: self, create_children: @create_children)
        else
                IncludeExcludeNetwork.new(parent_instance: self)
        end
end
include_exclude_network_sequence() click to toggle source
# File lib/palo_alto/config.rb, line 337224
def include_exclude_network_sequence
        @subclasses['include-exclude-network-sequence'] ||= IncludeExcludeNetworkSequence.new(parent_instance: self, create_children: @create_children)
end
server_monitor() click to toggle source
# File lib/palo_alto/config.rb, line 337098
def server_monitor
        if @create_children
                @subclasses['server-monitor'] ||= ServerMonitor.new(parent_instance: self, create_children: @create_children)
        else
                ServerMonitor.new(parent_instance: self)
        end
end
setting() click to toggle source
# File lib/palo_alto/config.rb, line 336601
def setting
        @subclasses['setting'] ||= Setting.new(parent_instance: self, create_children: @create_children)
end
syslog_parse_profile() click to toggle source
# File lib/palo_alto/config.rb, line 336782
def syslog_parse_profile
        if @create_children
                @subclasses['syslog-parse-profile'] ||= SyslogParseProfile.new(parent_instance: self, create_children: @create_children)
        else
                SyslogParseProfile.new(parent_instance: self)
        end
end