class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::System::MotdAndBanner

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 264750
def _section
        :'motd-and-banner'
end
banner_header() click to toggle source

Header banner text

banner_header=(val) click to toggle source

Header banner text

banner_header_color() click to toggle source
banner_header_color=(val) click to toggle source
banner_header_text_color() click to toggle source
banner_header_text_color=(val) click to toggle source
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 264747
def has_multiple_values?
        false
end
message() click to toggle source

Message of the day

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

Message of the day

# File lib/palo_alto/config.rb, line 264931
def message=(val)
        prop_set('message', val)
end
motd_color() click to toggle source
# File lib/palo_alto/config.rb, line 264950
def motd_color
        prop_get('motd-color')
end
motd_color=(val) click to toggle source
# File lib/palo_alto/config.rb, line 264953
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 264935
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 264939
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 264919
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 264923
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 264943
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 264947
def motd_title=(val)
        prop_set('motd-title', val)
end
severity() click to toggle source

Icon

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

Icon

# File lib/palo_alto/config.rb, line 264961
def severity=(val)
        prop_set('severity', val)
end