Skip to main content

types

Creates, updates, deletes, gets or lists a types resource.

Overview

Nametypes
TypeResource
Idlinode.object_storage.types

Fields

The following fields are returned by SELECT queries:

A collection of Object Storage types.

NameDatatypeDescription
dataarrayThe Object Storage types.
pageintegerRead-only The current page.
pagesintegerRead-only The total number of pages.
resultsintegerRead-only The total number of results.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_object_storage_typesselectReturns 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.

NameDatatypeDescription

SELECT examples

Returns Object Storage types and prices, including any region-specific rates.

Learn more...

SELECT
data,
page,
pages,
results
FROM linode.object_storage.types;