class PaloAlto::XML::Config
no end of class Xml here as generated source will be added here
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 801 def _section :'config' end
devices()
click to toggle source
# File lib/palo_alto/config.rb, line 371250 def devices if @create_children @subclasses['devices'] ||= Devices.new(parent_instance: self, create_children: @create_children) else Devices.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 798 def has_multiple_values? false end
mgt_config()
click to toggle source
# File lib/palo_alto/config.rb, line 74094 def mgt_config @subclasses['mgt-config'] ||= MgtConfig.new(parent_instance: self, create_children: @create_children) end
panorama()
click to toggle source
# File lib/palo_alto/config.rb, line 15301 def panorama @subclasses['panorama'] ||= Panorama.new(parent_instance: self, create_children: @create_children) end
predefined()
click to toggle source
# File lib/palo_alto/config.rb, line 1238 def predefined @subclasses['predefined'] ||= Predefined.new(parent_instance: self, create_children: @create_children) end
readonly()
click to toggle source
# File lib/palo_alto/config.rb, line 371266 def readonly @subclasses['readonly'] ||= Readonly.new(parent_instance: self, create_children: @create_children) end