class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::Setting::Management::CommonCriteria__6::SelfTestSchedule::SoftwareIntegrity::StartTime

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 85556
def _section
        :'start-time'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 85553
def has_multiple_values?
        true
end
member() click to toggle source

Time to start daily self-test hh:mm (e.g. 03:30). Maximum 100.

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

Time to start daily self-test hh:mm (e.g. 03:30). Maximum 100.

# File lib/palo_alto/config.rb, line 85572
def member=(val)
        prop_set('member', val)
end