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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 229775
def _section
        :'user-id-collector'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 229772
def has_multiple_values?
        false
end
ignore_user() click to toggle source
# File lib/palo_alto/config.rb, line 230639
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 230572
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 230617
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 230492
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 229996
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 230177
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