Method: Jamf::Computer#netboot_server

Defined in:
lib/jamf/api/classic/api_objects/computer.rb

#netboot_serverString (readonly)

Returns the name of the netboot server for this machine.

Returns:

  • (String)

    the name of the netboot server for this machine



683
684
685
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 683

def netboot_server
  @netboot_server
end