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

Public Instance Methods

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

Time specification hh (e.g. 20)

# File lib/palo_alto/config.rb, line 106532
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 106536
def at=(val)
        prop_set('at', val)
end
day_of_month() click to toggle source
# File lib/palo_alto/config.rb, line 106525
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 106528
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 106509
def has_multiple_values?
        false
end