File tree Expand file tree Collapse file tree 1 file changed +46
-4
lines changed Expand file tree Collapse file tree 1 file changed +46
-4
lines changed Original file line number Diff line number Diff line change 359
359
"type" : " integer"
360
360
},
361
361
"status" : {
362
- "example" : " RUNNING" ,
363
- "type" : " string"
362
+ "description" : " The current status of the instance." ,
363
+ "enum" : [
364
+ " READY" ,
365
+ " PENDING" ,
366
+ " PROCESSING" ,
367
+ " FAILED" ,
368
+ " UNKNOWN"
369
+ ],
370
+ "type" : " string" ,
371
+ "x-enum-descriptions" : [
372
+ " defines status for a ready instance" ,
373
+ " defines status for a pending instance" ,
374
+ " defines status when instance is built up or changes will be applied" ,
375
+ " defines status when instance is unhealthy and maybe not or partly not usable" ,
376
+ " defines status when it can not be verified from instance"
377
+ ],
378
+ "x-enum-varnames" : [
379
+ " READY" ,
380
+ " PENDING" ,
381
+ " PROCESSING" ,
382
+ " FAILED" ,
383
+ " UNKNOWN"
384
+ ]
364
385
},
365
386
"storage" : {
366
387
"$ref" : " #/components/schemas/Storage"
919
940
"type" : " string"
920
941
},
921
942
"status" : {
922
- "example" : " RUNNING" ,
923
- "type" : " string"
943
+ "description" : " The current status of the instance." ,
944
+ "enum" : [
945
+ " READY" ,
946
+ " PENDING" ,
947
+ " PROCESSING" ,
948
+ " FAILED" ,
949
+ " UNKNOWN"
950
+ ],
951
+ "type" : " string" ,
952
+ "x-enum-descriptions" : [
953
+ " defines status for a ready instance" ,
954
+ " defines status for a pending instance" ,
955
+ " defines status when instance is built up or changes will be applied" ,
956
+ " defines status when instance is unhealthy and maybe not or partly not usable" ,
957
+ " defines status when it can not be verified from instance"
958
+ ],
959
+ "x-enum-varnames" : [
960
+ " READY" ,
961
+ " PENDING" ,
962
+ " PROCESSING" ,
963
+ " FAILED" ,
964
+ " UNKNOWN"
965
+ ]
924
966
}
925
967
},
926
968
"type" : " object"
You can’t perform that action at this time.
0 commit comments