class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::ExternalList::Entry::Type::Imei::Recurring

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 107188
def _section
        :'recurring'
end
daily() click to toggle source
# File lib/palo_alto/config.rb, line 107239
def daily
        @subclasses['daily'] ||= Daily.new(parent_instance: self, create_children: @create_children)
end
five_minute() click to toggle source
# File lib/palo_alto/config.rb, line 107200
def five_minute
        @subclasses['five-minute'] ||= FiveMinute.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 107185
def has_multiple_values?
        false
end
hourly() click to toggle source
# File lib/palo_alto/config.rb, line 107212
def hourly
        @subclasses['hourly'] ||= Hourly.new(parent_instance: self, create_children: @create_children)
end
monthly() click to toggle source
# File lib/palo_alto/config.rb, line 107318
def monthly
        @subclasses['monthly'] ||= Monthly.new(parent_instance: self, create_children: @create_children)
end
weekly() click to toggle source
# File lib/palo_alto/config.rb, line 107283
def weekly
        @subclasses['weekly'] ||= Weekly.new(parent_instance: self, create_children: @create_children)
end