class type compute_resource =object..end
method id : res_idan ID of the resource that is valid in the whole Netplex system
method typ : compute_resource_typewhich type of resource
method repr : compute_resource_reprthe resource detail
method release : unit -> unitNotify the manager that the resource is not used any longer by this process. If all processes release the resource it will be finally destroyed.