class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::LogSettings::Decryption::MatchList::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 352678
def _section
        :'entry'
end
actions() click to toggle source
# File lib/palo_alto/config.rb, line 352979
def actions
        if @create_children
                @subclasses['actions'] ||= Actions.new(parent_instance: self, create_children: @create_children)
        else
                Actions.new(parent_instance: self)
        end
end
description() click to toggle source
# File lib/palo_alto/config.rb, line 353010
def description
        prop_get('description')
end
description=(val) click to toggle source
# File lib/palo_alto/config.rb, line 353013
def description=(val)
        prop_set('description', val)
end
filter() click to toggle source
# File lib/palo_alto/config.rb, line 353016
def filter
        prop_get('filter')
end
filter=(val) click to toggle source
# File lib/palo_alto/config.rb, line 353019
def filter=(val)
        prop_set('filter', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 352675
def has_multiple_values?
        false
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 353007
def name
        prop_get('@name')
end
quarantine() click to toggle source
# File lib/palo_alto/config.rb, line 353022
def quarantine
        prop_get('quarantine')
end
quarantine=(val) click to toggle source
# File lib/palo_alto/config.rb, line 353025
def quarantine=(val)
        prop_set('quarantine', val)
end
send_email() click to toggle source
# File lib/palo_alto/config.rb, line 352730
def send_email
        if @create_children
                @subclasses['send-email'] ||= SendEmail.new(parent_instance: self, create_children: @create_children)
        else
                SendEmail.new(parent_instance: self)
        end
end
send_http() click to toggle source
# File lib/palo_alto/config.rb, line 352786
def send_http
        if @create_children
                @subclasses['send-http'] ||= SendHttp.new(parent_instance: self, create_children: @create_children)
        else
                SendHttp.new(parent_instance: self)
        end
end
send_snmptrap() click to toggle source
# File lib/palo_alto/config.rb, line 352702
def send_snmptrap
        if @create_children
                @subclasses['send-snmptrap'] ||= SendSnmptrap.new(parent_instance: self, create_children: @create_children)
        else
                SendSnmptrap.new(parent_instance: self)
        end
end
send_syslog() click to toggle source
# File lib/palo_alto/config.rb, line 352758
def send_syslog
        if @create_children
                @subclasses['send-syslog'] ||= SendSyslog.new(parent_instance: self, create_children: @create_children)
        else
                SendSyslog.new(parent_instance: self)
        end
end