14291: Adjust ExtraScratch (int) to AttachScratch (bool)
[arvados.git] / sdk / go / arvados / config.go
index 5f6235cf0a6df53af446a6c830dea8237fc1e32e..fddf5100acb6ae01a4c72e2d7b1e848e097a53e4 100644 (file)
@@ -94,14 +94,14 @@ type RemoteCluster struct {
 }
 
 type InstanceType struct {
-       Name         string
-       ProviderType string
-       VCPUs        int
-       RAM          ByteSize
-       Scratch      ByteSize
-       ExtraScratch ByteSize
-       Price        float64
-       Preemptible  bool
+       Name          string
+       ProviderType  string
+       VCPUs         int
+       RAM           ByteSize
+       Scratch       ByteSize
+       Price         float64
+       Preemptible   bool
+       AttachScratch bool
 }
 
 type Dispatch struct {