Skip to content

Commit 7667351

Browse files
authored
update disk_info enum (#1205)
1 parent 4ea1600 commit 7667351

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

specification/resources/sizes/models/disk_info.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ properties:
55
type: string
66
enum:
77
- local
8+
- remote
89
- scratch
9-
description: The type of disk. All Droplets contain a `local` disk. Additionally,
10+
description: The type of disk. All Droplets contain a `local` or `remote` disk. Additionally,
1011
GPU Droplets can also have a `scratch` disk for non-persistent data.
1112
example: local
1213
size:

0 commit comments

Comments
 (0)