class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::ExternalList::Entry::Type::Ip::Recurring::Monthly

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 106257
def _section
        :'monthly'
end
at() click to toggle source

Time specification hh (e.g. 20)

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

Time specification hh (e.g. 20)

# File lib/palo_alto/config.rb, line 106281
def at=(val)
        prop_set('at', val)
end
day_of_month() click to toggle source
# File lib/palo_alto/config.rb, line 106270
def day_of_month
        prop_get('day-of-month')
end
day_of_month=(val) click to toggle source
# File lib/palo_alto/config.rb, line 106273
def day_of_month=(val)
        prop_set('day-of-month', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 106254
def has_multiple_values?
        false
end