We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fb77e commit cfc81c9Copy full SHA for cfc81c9
docs/src/data/endpoints/linodes.yaml
@@ -418,7 +418,8 @@ endpoints:
418
value: My config
419
devices:
420
description: >
421
- Disks attached to this Linode config.
+ Disks attached to this Linode config. Devices may have either a volume or a disk configured,
422
+ but not both. Multiple devices cannot be attached to a given disk or volume.
423
type: devices
424
comments:
425
optional: true
docs/src/data/objects/device.yaml
@@ -4,7 +4,6 @@ prefix: device
4
schema:
5
disk_id:
6
type: Integer
7
- value: 123456
8
description: Null if a volume is assigned to this slot.
9
volume_id:
10
0 commit comments