class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::System::UpdateSchedule::AntiVirus::Recurring

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 157248
def _section
        :'recurring'
end
daily() click to toggle source
# File lib/palo_alto/config.rb, line 157340
def daily
        @subclasses['daily'] ||= Daily.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 157245
def has_multiple_values?
        false
end
hourly() click to toggle source
# File lib/palo_alto/config.rb, line 157300
def hourly
        @subclasses['hourly'] ||= Hourly.new(parent_instance: self, create_children: @create_children)
end
none() click to toggle source
# File lib/palo_alto/config.rb, line 157260
def none
        @subclasses['none'] ||= None.new(parent_instance: self, create_children: @create_children)
end
sync_to_peer() click to toggle source

Synchronize content with HA peer after download/install

# File lib/palo_alto/config.rb, line 157421
def sync_to_peer
        prop_get('sync-to-peer')
end
sync_to_peer=(val) click to toggle source

Synchronize content with HA peer after download/install

# File lib/palo_alto/config.rb, line 157425
def sync_to_peer=(val)
        prop_set('sync-to-peer', val)
end
threshold() click to toggle source

ignore if release date is new (hours)

# File lib/palo_alto/config.rb, line 157413
def threshold
        prop_get('threshold')
end
threshold=(val) click to toggle source

ignore if release date is new (hours)

# File lib/palo_alto/config.rb, line 157417
def threshold=(val)
        prop_set('threshold', val)
end
weekly() click to toggle source
# File lib/palo_alto/config.rb, line 157397
def weekly
        @subclasses['weekly'] ||= Weekly.new(parent_instance: self, create_children: @create_children)
end