class PaloAlto::XML::Config::Shared::ExternalList::Entry::Type::Imei::Recurring::Monthly

Public Instance Methods

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

Time specification hh (e.g. 20)

# File lib/palo_alto/config.rb, line 54737
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 54741
def at=(val)
        prop_set('at', val)
end
day_of_month() click to toggle source
# File lib/palo_alto/config.rb, line 54730
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 54733
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 54714
def has_multiple_values?
        false
end