class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::MotdAndBanner
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 78776 def _section :'motd-and-banner' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 78773 def has_multiple_values? false end
message()
click to toggle source
Message of the day
# File lib/palo_alto/config.rb, line 78953 def message prop_get('message') end
message=(val)
click to toggle source
Message of the day
# File lib/palo_alto/config.rb, line 78957 def message=(val) prop_set('message', val) end
motd_color()
click to toggle source
# File lib/palo_alto/config.rb, line 78976 def motd_color prop_get('motd-color') end
motd_color=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 78979 def motd_color=(val) prop_set('motd-color', val) end
motd_do_not_display_again()
click to toggle source
Allow do not display again
# File lib/palo_alto/config.rb, line 78961 def motd_do_not_display_again prop_get('motd-do-not-display-again') end
motd_do_not_display_again=(val)
click to toggle source
Allow do not display again
# File lib/palo_alto/config.rb, line 78965 def motd_do_not_display_again=(val) prop_set('motd-do-not-display-again', val) end
motd_enable()
click to toggle source
Enable/disable message of the day
# File lib/palo_alto/config.rb, line 78945 def motd_enable prop_get('motd-enable') end
motd_enable=(val)
click to toggle source
Enable/disable message of the day
# File lib/palo_alto/config.rb, line 78949 def motd_enable=(val) prop_set('motd-enable', val) end
motd_title()
click to toggle source
Title for message of the day
# File lib/palo_alto/config.rb, line 78969 def motd_title prop_get('motd-title') end
motd_title=(val)
click to toggle source
Title for message of the day
# File lib/palo_alto/config.rb, line 78973 def motd_title=(val) prop_set('motd-title', val) end
severity()
click to toggle source
Icon
# File lib/palo_alto/config.rb, line 78983 def severity prop_get('severity') end
severity=(val)
click to toggle source
Icon
# File lib/palo_alto/config.rb, line 78987 def severity=(val) prop_set('severity', val) end