node_balancers
Creates, updates, deletes, gets or lists a node_balancers
resource.
Overview
Name | node_balancers |
Type | Resource |
Id | linode.linode.node_balancers |
Fields
The following fields are returned by SELECT
queries:
- get_linode_node_balancers
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_linode_node_balancers | select | Returns a list of NodeBalancers that are assigned to this Linode and readable by the requesting User. Read permission to a NodeBalancer can be given to a User by accessing the Update a user's grants operation. Learn more... Learn more... |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|
SELECT
examples
- get_linode_node_balancers
Returns a list of NodeBalancers that are assigned to this Linode and readable by the requesting User.
Read permission to a NodeBalancer can be given to a User by accessing the Update a user's grants operation.
Learn more...
Learn more...
SELECT
data,
page,
pages,
results
FROM linode.linode.node_balancers;