|
5271 | 5271 | },
|
5272 | 5272 | "description": "Operation"
|
5273 | 5273 | },
|
5274 |
| - "block-storage-volume-details": { |
5275 |
| - "type": "object", |
5276 |
| - "properties": { |
5277 |
| - "labels": { |
5278 |
| - "$ref": "#/components/schemas/labels", |
5279 |
| - "description": "Resource labels" |
5280 |
| - }, |
5281 |
| - "instance": { |
5282 |
| - "$ref": "#/components/schemas/instance-target", |
5283 |
| - "description": "Volume attached instance, if any" |
5284 |
| - }, |
5285 |
| - "name": { |
5286 |
| - "type": "string", |
5287 |
| - "maxLength": 255, |
5288 |
| - "minLength": 1, |
5289 |
| - "description": "Volume name" |
5290 |
| - }, |
5291 |
| - "state": { |
5292 |
| - "type": "string", |
5293 |
| - "enum": [ |
5294 |
| - "attached", |
5295 |
| - "attaching", |
5296 |
| - "creating", |
5297 |
| - "deleted", |
5298 |
| - "deleting", |
5299 |
| - "detached", |
5300 |
| - "detaching", |
5301 |
| - "error", |
5302 |
| - "snapshotting" |
5303 |
| - ], |
5304 |
| - "readOnly": true, |
5305 |
| - "description": "Volume state" |
5306 |
| - }, |
5307 |
| - "size": { |
5308 |
| - "type": "integer", |
5309 |
| - "format": "int64", |
5310 |
| - "minimum": 1, |
5311 |
| - "exclusiveMinimum": false, |
5312 |
| - "description": "Volume size" |
5313 |
| - }, |
5314 |
| - "blocksize": { |
5315 |
| - "type": "integer", |
5316 |
| - "format": "int64", |
5317 |
| - "minimum": 0, |
5318 |
| - "exclusiveMinimum": false, |
5319 |
| - "readOnly": true, |
5320 |
| - "description": "Volume block size" |
5321 |
| - }, |
5322 |
| - "block-storage-snapshots": { |
5323 |
| - "type": "array", |
5324 |
| - "items": { |
5325 |
| - "$ref": "#/components/schemas/block-storage-snapshot-target" |
5326 |
| - }, |
5327 |
| - "description": "Volume snapshots, if any" |
5328 |
| - }, |
5329 |
| - "id": { |
5330 |
| - "type": "string", |
5331 |
| - "format": "uuid", |
5332 |
| - "readOnly": true, |
5333 |
| - "description": "Volume ID" |
5334 |
| - }, |
5335 |
| - "created-at": { |
5336 |
| - "type": "string", |
5337 |
| - "format": "date-time", |
5338 |
| - "readOnly": true, |
5339 |
| - "description": "Volume creation date" |
5340 |
| - } |
5341 |
| - }, |
5342 |
| - "description": "Block storage volume" |
5343 |
| - }, |
5344 | 5274 | "iam-api-key-created": {
|
5345 | 5275 | "type": "object",
|
5346 | 5276 | "properties": {
|
|
9405 | 9335 | "block-storage-volume": {
|
9406 | 9336 | "type": "object",
|
9407 | 9337 | "properties": {
|
9408 |
| - "id": { |
9409 |
| - "type": "string", |
9410 |
| - "format": "uuid", |
9411 |
| - "readOnly": true, |
9412 |
| - "description": "Volume ID" |
| 9338 | + "labels": { |
| 9339 | + "$ref": "#/components/schemas/labels", |
| 9340 | + "description": "Resource labels" |
| 9341 | + }, |
| 9342 | + "instance": { |
| 9343 | + "$ref": "#/components/schemas/instance-target", |
| 9344 | + "description": "Volume attached instance, if any" |
9413 | 9345 | },
|
9414 | 9346 | "name": {
|
9415 | 9347 | "type": "string",
|
9416 | 9348 | "maxLength": 255,
|
9417 | 9349 | "minLength": 1,
|
9418 | 9350 | "description": "Volume name"
|
9419 | 9351 | },
|
9420 |
| - "created-at": { |
9421 |
| - "type": "string", |
9422 |
| - "format": "date-time", |
9423 |
| - "readOnly": true, |
9424 |
| - "description": "Volume creation date" |
9425 |
| - }, |
9426 | 9352 | "state": {
|
9427 | 9353 | "type": "string",
|
9428 | 9354 | "enum": [
|
|
9454 | 9380 | "readOnly": true,
|
9455 | 9381 | "description": "Volume block size"
|
9456 | 9382 | },
|
9457 |
| - "labels": { |
9458 |
| - "$ref": "#/components/schemas/labels", |
9459 |
| - "description": "Resource labels" |
| 9383 | + "block-storage-snapshots": { |
| 9384 | + "type": "array", |
| 9385 | + "items": { |
| 9386 | + "$ref": "#/components/schemas/block-storage-snapshot-target" |
| 9387 | + }, |
| 9388 | + "description": "Volume snapshots, if any" |
9460 | 9389 | },
|
9461 |
| - "instance": { |
9462 |
| - "$ref": "#/components/schemas/instance-target", |
9463 |
| - "description": "Volume attached instance, if any" |
| 9390 | + "id": { |
| 9391 | + "type": "string", |
| 9392 | + "format": "uuid", |
| 9393 | + "readOnly": true, |
| 9394 | + "description": "Volume ID" |
| 9395 | + }, |
| 9396 | + "created-at": { |
| 9397 | + "type": "string", |
| 9398 | + "format": "date-time", |
| 9399 | + "readOnly": true, |
| 9400 | + "description": "Volume creation date" |
9464 | 9401 | }
|
9465 | 9402 | },
|
9466 | 9403 | "description": "Block storage volume"
|
|
14176 | 14113 | "content": {
|
14177 | 14114 | "application/json": {
|
14178 | 14115 | "schema": {
|
14179 |
| - "$ref": "#/components/schemas/block-storage-volume-details" |
| 14116 | + "$ref": "#/components/schemas/block-storage-volume" |
14180 | 14117 | }
|
14181 | 14118 | }
|
14182 | 14119 | }
|
|
0 commit comments