class PaloAlto::XML::Config::Shared::LogSettings::Profiles::Entry::MatchList::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 15343 def _section :'entry' end
action_desc()
click to toggle source
# File lib/palo_alto/config.rb, line 15723 def action_desc prop_get('action-desc') end
action_desc=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 15726 def action_desc=(val) prop_set('action-desc', val) end
actions()
click to toggle source
# File lib/palo_alto/config.rb, line 15673 def actions if @create_children @subclasses['actions'] ||= Actions.new(parent_instance: self, create_children: @create_children) else Actions.new(parent_instance: self) end end
filter()
click to toggle source
# File lib/palo_alto/config.rb, line 15737 def filter prop_get('filter') end
filter=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 15740 def filter=(val) prop_set('filter', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 15340 def has_multiple_values? false end
log_type()
click to toggle source
Pick log type
# File lib/palo_alto/config.rb, line 15730 def log_type prop_get('log-type') end
log_type=(val)
click to toggle source
Pick log type
# File lib/palo_alto/config.rb, line 15734 def log_type=(val) prop_set('log-type', val) end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 15720 def name prop_get('@name') end
quarantine()
click to toggle source
# File lib/palo_alto/config.rb, line 15749 def quarantine prop_get('quarantine') end
quarantine=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 15752 def quarantine=(val) prop_set('quarantine', val) end
send_email()
click to toggle source
# File lib/palo_alto/config.rb, line 15397 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 15455 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 15368 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 15426 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
send_to_panorama()
click to toggle source
# File lib/palo_alto/config.rb, line 15743 def send_to_panorama prop_get('send-to-panorama') end
send_to_panorama=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 15746 def send_to_panorama=(val) prop_set('send-to-panorama', val) end