class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::System::LogExportSchedule::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 156352 def _section :'entry' end
description()
click to toggle source
# File lib/palo_alto/config.rb, line 156605 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 156608 def description=(val) prop_set('description', val) end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 156611 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 156614 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 156349 def has_multiple_values? false end
log_type()
click to toggle source
# File lib/palo_alto/config.rb, line 156617 def log_type prop_get('log-type') end
log_type=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 156620 def log_type=(val) prop_set('log-type', val) end
name()
click to toggle source
Schedule name
# File lib/palo_alto/config.rb, line 156602 def name prop_get('@name') end
protocol()
click to toggle source
# File lib/palo_alto/config.rb, line 156557 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 156624 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 156628 def start_time=(val) prop_set('start-time', val) end