Skip to main content

kernels

Overview

Namekernels
TypeResource
Idlinode.instances.kernels

Fields

NameDatatypeDescription
idstringThe unique ID of this Kernel.
architecturestringThe architecture of this Kernel.
builtstringThe date on which this Kernel was built.
deprecatedbooleanIf this Kernel is marked as deprecated, this field has a value of true; otherwise, this field is false.
kvmbooleanIf this Kernel is suitable for KVM Linodes.
labelstringThe friendly name of this Kernel.
pvopsbooleanIf this Kernel is suitable for paravirtualized operations.
versionstringLinux Kernel version.
xenbooleanIf this Kernel is suitable for Xen Linodes.

Methods

NameAccessible byRequired ParamsDescription
getKernelSELECTkernelIdReturns information about a single Kernel.
getKernelsSELECTLists available Kernels.
_getKernelEXECkernelIdReturns information about a single Kernel.
_getKernelsEXECLists available Kernels.