class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::DeploymentUpdateSchedule::Entry::AppAndThreat::Recurring::Hourly

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 80120
def _section
        :'hourly'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 80225
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

Minutes past hour

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

Minutes past hour

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

Disable new applications after installation

# File lib/palo_alto/config.rb, line 80254
def disable_new_content
        prop_get('disable-new-content')
end
disable_new_content=(val) click to toggle source

Disable new applications after installation

# File lib/palo_alto/config.rb, line 80258
def disable_new_content=(val)
        prop_set('disable-new-content', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 80117
def has_multiple_values?
        false
end