class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::Management::CommonCriteria::SelfTestSchedule::SoftwareIntegrity

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 272196
def _section
        :'software-integrity'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 272193
def has_multiple_values?
        false
end
start_time() click to toggle source
# File lib/palo_alto/config.rb, line 272223
def start_time
        if @create_children
                @subclasses['start-time'] ||= StartTime.new(parent_instance: self, create_children: @create_children)
        else
                StartTime.new(parent_instance: self)
        end
end