Allowed include arguments for nodes:
Note: not all of these include options have been implemented yet.
Allowed sort arguments for nodes:
Transforms the raw node object(s) into class objects.
The resolvable node object(s).
The resolved node object(s).
The ID of the node.
The formatted URL to the node in the admin panel.
Creates a node.
Create node options.
The new node.
Deletes a node. Note: there must be no servers on the node for this operation to work. Please ensure this before attempting to delete the node.
The ID of the node.
Fetches a node from the API by its ID. This will check the cache first unless the force option is specified.
The ID of the node.
The fetched node.
Fetches a list of nodes from the API with the given options (default is undefined).
The fetched nodes.
Fetches all nodes from the API with the given options (default is undefined).
The fetched nodes.
Fetches the deployable nodes from the API following the specified deployable node options. Note that memory and disk are required for deployment options.
Deployable node options.
The deployable nodes.
Fetches the node configuration.
The ID of the node.
The node configuration.
Fetches rach page and joins the results.
Dictionary of the specified types
Gets the allowed query options from the inherited manager.
The query options.
Queries the API for nodes that match the specified query filters. This fetches from the API directly and does not check the cache. Use cache methods for filtering and sorting.
Available query filters:
Available sort options:
The entity to query.
The query options to filter by.
The queried nodes.
Resolves a node from an object. This can be:
The object to resolve from.
The resolved node or undefined if not found.
Updates a node with the specified options.
The ID of the node.
Update node options.
The updated node.
Generated using TypeDoc
Allowed filter arguments for nodes: