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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 272146
def _section
        :'self-test-schedule'
end
crypto() click to toggle source
# File lib/palo_alto/config.rb, line 272189
def crypto
        @subclasses['crypto'] ||= Crypto.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 272143
def has_multiple_values?
        false
end
software_integrity() click to toggle source
# File lib/palo_alto/config.rb, line 272232
def software_integrity
        @subclasses['software-integrity'] ||= SoftwareIntegrity.new(parent_instance: self, create_children: @create_children)
end