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