File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1348
1348
},
1349
1349
"DiskState" : {
1350
1350
"description" : " State of a Disk (primarily: attached or not)" ,
1351
- "anyOf " : [
1351
+ "oneOf " : [
1352
1352
{
1353
1353
"description" : " Disk is being initialized" ,
1354
1354
"type" : " object" ,
Original file line number Diff line number Diff line change @@ -125,11 +125,7 @@ export type DiskState =
125
125
| { instance : string ; state : "attached" }
126
126
| { instance : string ; state : "detaching" }
127
127
| { state : "destroyed" }
128
- | { state : "faulted" }
129
- | ( { state : "creating" } & { state : "detached" } & { instance : string ; state : "attaching" } & {
130
- instance : string ;
131
- state : "attached" ;
132
- } & { instance : string ; state : "detaching" } & { state : "destroyed" } & { state : "faulted" } ) ;
128
+ | { state : "faulted" } ;
133
129
134
130
/**
135
131
* Identity-related metadata that's included in nearly all public API objects
You can’t perform that action at this time.
0 commit comments