class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::DeploymentUpdateSchedule::Entry::Wildfire::Recurring::EveryMin

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 81202
def _section
        :'every-min'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 81340
def action
        if @create_children
                @subclasses['action'] ||= Action.new(parent_instance: self, create_children: @create_children)
        else
                Action.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 81199
def has_multiple_values?
        false
end