class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::ConfigBundleExportSchedule::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 77549
def _section
        :'entry'
end
description() click to toggle source
# File lib/palo_alto/config.rb, line 77776
def description
        prop_get('description')
end
description=(val) click to toggle source
# File lib/palo_alto/config.rb, line 77779
def description=(val)
        prop_set('description', val)
end
enable() click to toggle source
# File lib/palo_alto/config.rb, line 77782
def enable
        prop_get('enable')
end
enable=(val) click to toggle source
# File lib/palo_alto/config.rb, line 77785
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 77546
def has_multiple_values?
        false
end
name() click to toggle source

schedule name

# File lib/palo_alto/config.rb, line 77773
def name
        prop_get('@name')
end
protocol() click to toggle source
# File lib/palo_alto/config.rb, line 77746
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 77789
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 77793
def start_time=(val)
        prop_set('start-time', val)
end