class PaloAlto::XML::Config::Devices::Entry::WildfireApplianceCluster::Entry::MgtConfig
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 359506 def _section :'mgt-config' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 359503 def has_multiple_values? false end
imported_panorama_admin_users()
click to toggle source
# File lib/palo_alto/config.rb, line 359688 def imported_panorama_admin_users if @create_children @subclasses['imported-panorama-admin-users'] ||= ImportedPanoramaAdminUsers.new(parent_instance: self, create_children: @create_children) else ImportedPanoramaAdminUsers.new(parent_instance: self) end end
users()
click to toggle source
# File lib/palo_alto/config.rb, line 359658 def users if @create_children @subclasses['users'] ||= Users.new(parent_instance: self, create_children: @create_children) else Users.new(parent_instance: self) end end