class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::Setting::CustomLogo
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 87266 def _section :'custom-logo' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 87263 def has_multiple_values? false end
hide_panorama_header_background()
click to toggle source
# File lib/palo_alto/config.rb, line 87427 def hide_panorama_header_background prop_get('hide-panorama-header-background') end
hide_panorama_header_background=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 87430 def hide_panorama_header_background=(val) prop_set('hide-panorama-header-background', val) end
login_screen()
click to toggle source
# File lib/palo_alto/config.rb, line 87305 def login_screen @subclasses['login-screen'] ||= LoginScreen.new(parent_instance: self, create_children: @create_children) end
main_ui()
click to toggle source
# File lib/palo_alto/config.rb, line 87344 def main_ui @subclasses['main-ui'] ||= MainUi.new(parent_instance: self, create_children: @create_children) end
pdf_report_header()
click to toggle source
# File lib/palo_alto/config.rb, line 87383 def pdf_report_header @subclasses['pdf-report-header'] ||= PdfReportHeader.new(parent_instance: self, create_children: @create_children) end