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 4ea1600 commit 7667351Copy full SHA for 7667351
1 file changed
specification/resources/sizes/models/disk_info.yml
@@ -5,8 +5,9 @@ properties:
5
type: string
6
enum:
7
- local
8
+ - remote
9
- scratch
- 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,
11
GPU Droplets can also have a `scratch` disk for non-persistent data.
12
example: local
13
size:
0 commit comments