Skip to content

Commit fe65703

Browse files
authored
vm reconfig (#756)
1 parent dfc11df commit fe65703

1 file changed

Lines changed: 5 additions & 17 deletions

File tree

components/schemas/vms/task/VirtualMachineReconfigureVolumesAction.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,8 @@ properties:
1010
- volumes.reconfigure
1111
description: The action to take.
1212
contents:
13-
description: An array of volume objects to be reconfigured.
14-
type: array
15-
items:
16-
type: object
17-
description: A summary of relevant volume information.
18-
required:
19-
- id
20-
- hash
21-
- config
22-
properties:
23-
id:
24-
"$ref": "../../ID.yml"
25-
hash:
26-
type: string
27-
description: A unique hash for the given volume.
28-
config:
29-
"$ref": "../config/volumes/VirtualMachineVolumeConfig.yml"
13+
description: |
14+
A map of volume objects where the key is the id and the value is the volume's config.
15+
type: object
16+
additionalProperties:
17+
$ref: ../config/volumes/VirtualMachineVolumeConfig.yml

0 commit comments

Comments
 (0)