class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::Setting::Management::CommonCriteria__7::SelfTestSchedule

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 85636
def _section
        :'self-test-schedule'
end
crypto() click to toggle source
# File lib/palo_alto/config.rb, line 85679
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 85633
def has_multiple_values?
        false
end
software_integrity() click to toggle source
# File lib/palo_alto/config.rb, line 85722
def software_integrity
        @subclasses['software-integrity'] ||= SoftwareIntegrity.new(parent_instance: self, create_children: @create_children)
end