Commit 7cb6f42c authored by Francesca Moscatelli's avatar Francesca Moscatelli
Browse files

Fix in NFVI CI interface datatypes

parent cd23d752
Pipeline #3761 failed with stage
in 0 seconds
......@@ -199,7 +199,7 @@ components:
Information about the available, reserved, allocated/used, and total capacity of the NFVI.
If the subscription does specify a resource zone and/or vimId, the information is provided for the resource
zone/vimId where the NFVI capacity has crossed the threshold.
type: any
type: object
_links:
description: |
Links to resources related to this notification.
......@@ -366,20 +366,20 @@ components:
totalCapacity:
description: |
The total capacity.
type: any
type: object
allocatedCapacity:
description: |
The allocated/used capacity.
type: any
type: object
reservedCapacity:
description: |
The reserved capacity. Shall be present if the capacity measurement relates to a resource type and
(and sub-type) that is reservable.
type: any
type: object
availableCapacity:
description: |
The available capacity.
type: any
type: object
NfviCapacityResourceTypeEnumeration:
type: string
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment