TaskSpecResources
Table of Contents
- $limits : ResourceObject|null
- An object describing the resources which can be advertised by a node and.
- $reservation : ResourceObject|null
- An object describing the resources which can be advertised by a node and.
- getLimits() : ResourceObject|null
- An object describing the resources which can be advertised by a node and.
- getReservation() : ResourceObject|null
- An object describing the resources which can be advertised by a node and.
- setLimits() : self
- An object describing the resources which can be advertised by a node and.
- setReservation() : self
- An object describing the resources which can be advertised by a node and.
Properties
$limits
An object describing the resources which can be advertised by a node and.
protected
ResourceObject|null
$limits
$reservation
An object describing the resources which can be advertised by a node and.
protected
ResourceObject|null
$reservation
Methods
getLimits()
An object describing the resources which can be advertised by a node and.
public
getLimits() : ResourceObject|null
requested by a task.
Return values
ResourceObject|null —getReservation()
An object describing the resources which can be advertised by a node and.
public
getReservation() : ResourceObject|null
requested by a task.
Return values
ResourceObject|null —setLimits()
An object describing the resources which can be advertised by a node and.
public
setLimits(ResourceObject|null $limits) : self
requested by a task.
Parameters
- $limits : ResourceObject|null
Return values
self —setReservation()
An object describing the resources which can be advertised by a node and.
public
setReservation(ResourceObject|null $reservation) : self
requested by a task.
Parameters
- $reservation : ResourceObject|null