class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::MgtConfig

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 364877
def _section
        :'mgt-config'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 364874
def has_multiple_values?
        false
end
imported_panorama_admin_users() click to toggle source
# File lib/palo_alto/config.rb, line 365059
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 365029
def users
        if @create_children
                @subclasses['users'] ||= Users.new(parent_instance: self, create_children: @create_children)
        else
                Users.new(parent_instance: self)
        end
end