class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::System::LogExportSchedule::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 262858 def _section :'entry' end
description()
click to toggle source
# File lib/palo_alto/config.rb, line 263111 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 263114 def description=(val) prop_set('description', val) end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 263117 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 263120 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 262855 def has_multiple_values? false end
log_type()
click to toggle source
# File lib/palo_alto/config.rb, line 263123 def log_type prop_get('log-type') end
log_type=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 263126 def log_type=(val) prop_set('log-type', val) end
name()
click to toggle source
Schedule name
# File lib/palo_alto/config.rb, line 263108 def name prop_get('@name') end
protocol()
click to toggle source
# File lib/palo_alto/config.rb, line 263063 def protocol if @create_children @subclasses['protocol'] ||= Protocol.new(parent_instance: self, create_children: @create_children) else Protocol.new(parent_instance: self) end end
start_time()
click to toggle source
Time to start the scheduled export hh:mm (e.g. 03:30)
# File lib/palo_alto/config.rb, line 263130 def start_time prop_get('start-time') end
start_time=(val)
click to toggle source
Time to start the scheduled export hh:mm (e.g. 03:30)
# File lib/palo_alto/config.rb, line 263134 def start_time=(val) prop_set('start-time', val) end