Commit c3abe45b authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fix enum

parent 219efa71
Pipeline #7206 failed with stage
in 0 seconds
......@@ -4717,8 +4717,8 @@ definitions:
Valid values:
- MGMT: coordination with other operation supporting management systems (e.g. OSS/BSS)
type: string
enum:
- MGMT
enum:
- MGMT
delay:
description: >
The end of the delay period, as calculated from the startTime and "Retry-After" header.
......
......@@ -292,8 +292,8 @@ definitions:
Discriminator for the different notification types. Shall be set to "NsLcmCapacityShortageNotification"
for this notification type.
type: string
enum:
- NsLcmCapacityShortageNotification
enum:
- NsLcmCapacityShortageNotification
subscriptionId:
description: >
Identifier of the subscription that this notification relates to.
......@@ -324,9 +324,9 @@ definitions:
- LCM_SHORTAGE_END: the shortage situation which has caused the lifecycle management operation identified
by the nsLcmOpOccId attribute to fail has ended.
type: string
enum:
- LCM_RESOURCES_NOT_AVAILABLE
- LCM_SHORTAGE_END
enum:
- LCM_RESOURCES_NOT_AVAILABLE
- LCM_SHORTAGE_END
shortageType:
description: >
Indicates whether this notification reports about a resource shortage or NFV-MANO capacity or performance shortage.
......@@ -336,8 +336,8 @@ definitions:
Shall be present when a resources shortage situation has been identified starts and the notification is
sent with “status“ = “LCM_RESOURCES_NOT_AVAILABLE“ and shall be absent otherwise.
type: string
enum:
- RESOURCE_SHORTAGE
enum:
- RESOURCE_SHORTAGE
affectedOpOccs:
description: >
List of NS LCM operation occurrence(s) that were affected by the resource shortage.
......@@ -373,9 +373,9 @@ definitions:
only entries with “affectedCondition“ = "PRE_EMPTED" shall be included.
See note.
type: string
enum:
- PRE_EMPTED
- TRIGGERED
enum:
- PRE_EMPTED
- TRIGGERED
_links:
description: >
Links related to NS resources affected by the shortage of this operation occurrence.
......
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