We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xen
1 parent 6dc0564 commit 638f8deCopy full SHA for 638f8de
1 file changed
linode_api4/objects/linode.py
@@ -217,7 +217,7 @@ def resize(self, new_size):
217
class Kernel(Base):
218
"""
219
The primary component of every Linux system. The kernel interfaces
220
- with the system’s hardware and it controls the operating system’s core functionality.
+ with the system’s hardware, and it controls the operating system’s core functionality.
221
222
Your Compute Instance is capable of running one of three kinds of kernels:
223
@@ -251,7 +251,7 @@ class Kernel(Base):
251
"updates": Property(),
252
"version": Property(),
253
"architecture": Property(),
254
- "xen": Property(),
+ "xen": Property(), # deprecated and not returned by the API anymore, but left here for backward compatibility
255
"built": Property(),
256
"pvops": Property(),
257
}
0 commit comments