types
Creates, updates, deletes, gets or lists a types resource.
Overview
| Name | types |
| Type | Resource |
| Id | linode.object_storage.types |
Fields
The following fields are returned by SELECT queries:
- get_object_storage_types
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_object_storage_types | select | Returns Object Storage types and prices, including any region-specific rates. 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_object_storage_types
Returns Object Storage types and prices, including any region-specific rates.
Learn more...
SELECT
data,
page,
pages,
results
FROM linode.object_storage.types
;