class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::DeploymentUpdateSchedule::Entry::AntiVirus::Recurring::Weekly

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 80977
def _section
        :'weekly'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 81115
def action
        if @create_children
                @subclasses['action'] ||= Action.new(parent_instance: self, create_children: @create_children)
        else
                Action.new(parent_instance: self)
        end
end
at() click to toggle source

Time specification hh:mm (e.g. 20:10)

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

Time specification hh:mm (e.g. 20:10)

# File lib/palo_alto/config.rb, line 81153
def at=(val)
        prop_set('at', val)
end
day_of_week() click to toggle source
# File lib/palo_alto/config.rb, line 81142
def day_of_week
        prop_get('day-of-week')
end
day_of_week=(val) click to toggle source
# File lib/palo_alto/config.rb, line 81145
def day_of_week=(val)
        prop_set('day-of-week', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 80974
def has_multiple_values?
        false
end