Allowed include arguments for allocations.
Allowed sort arguments for allocations.
The ID of the allocation.
The formatted URL to the allocation in the admin panel.
Creates a number of allocations based on the ports specified. Note that the created allocations will not be returned due to the number that can be created in a single request, which can cause unwanted issues.
The ID of the node.
The IP for the allocation.
A list of ports or port ranges for the allocation.
Deletes an allocation from a node.
The ID of the node.
The ID of the allocation.
Fetches a list of allocations on a specific node from the API with the given options (default is undefined).
The fetched allocations.
Fetches all allocations on a specific node from the API with the given options (default is undefined).
The fetched allocations.
Fetches the available allocations on a node and returns a single one.
The ID of the node.
Whether to return a single allocation.
The available allocation(s).
Fetches the available allocations on a node.
The ID of the node.
Whether to return a single allocation.
The available allocation(s).
Fetches rach page and joins the results.
Dictionary of the specified types
Gets the allowed query options from the inherited manager.
The query options.
Generated using TypeDoc
Allowed filter arguments for allocations.