Skip to main content

types

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

Overview

Nametypes
TypeResource
Idlinode.volumes.types

Fields

The following fields are returned by SELECT queries:

A collection of volume types.

NameDatatypeDescription
dataarrayThe volume 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_volume_typesselectReturns volume 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 volume types and prices, including any region-specific rates.

Learn more...

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