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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 158244
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 158241
def has_multiple_values?
        false
end
message() click to toggle source

Message of the day

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

Message of the day

# File lib/palo_alto/config.rb, line 158425
def message=(val)
        prop_set('message', val)
end
motd_color() click to toggle source
# File lib/palo_alto/config.rb, line 158444
def motd_color
        prop_get('motd-color')
end
motd_color=(val) click to toggle source
# File lib/palo_alto/config.rb, line 158447
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 158429
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 158433
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 158413
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 158417
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 158437
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 158441
def motd_title=(val)
        prop_set('motd-title', val)
end
severity() click to toggle source

Icon

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

Icon

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