Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
noamSpot committed Sep 12, 2023
1 parent 4faedfb commit c03d6fd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions api/services/ocean/aws/schemas/ocean-blockDeviceMappings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,27 @@ items:
description: >
Must be greater than or equal to 0.
example: 1
dynamicIops:
type: object
description: |
Set dynamic IOPS properties. When using this object, you cannot use the 'iops' object. You must use one or the other.
properties:
baseSize:
type: integer
description: |
Initial size for IOPS.
example: 50
resource:
type: string
enum: [ CPU , MEMORY ]
description: |
example: "CPU"
sizePerResourceUnit:
type: integer
description: |
Additional size per resource unit (in IOPS).
For example: if baseSize=50, and sizePerResourceUnit=20, and an instance with 2 CPU is launched - its IOPS size will be: 90
example: 20
kmsKeyId:
type: string
example: "alias/aws/ebs"
Expand Down

0 comments on commit c03d6fd

Please sign in to comment.