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

Public Instance Methods

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

Time specification hh (e.g. 20)

# File lib/palo_alto/config.rb, line 54485
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 54489
def at=(val)
        prop_set('at', val)
end
day_of_month() click to toggle source
# File lib/palo_alto/config.rb, line 54478
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 54481
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 54462
def has_multiple_values?
        false
end