From 511903cbad70f1439c5bcfde1627fb6587e222eb Mon Sep 17 00:00:00 2001 From: Yash Gaykar Date: Thu, 6 Aug 2026 17:48:27 +0530 Subject: [PATCH] :bug: fix: update Enum --- osc_sdk_python/resources/outscale.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/osc_sdk_python/resources/outscale.yaml b/osc_sdk_python/resources/outscale.yaml index c4695c4..cd895f5 100644 --- a/osc_sdk_python/resources/outscale.yaml +++ b/osc_sdk_python/resources/outscale.yaml @@ -260,6 +260,10 @@ components: type: string State: description: The state of the backend VM (`UP` \| `DOWN` \| `UNKNOWN`). + enum: + - UP + - DOWN + - UNKNOWN type: string StateReason: description: |- @@ -10347,6 +10351,14 @@ components: type: string State: description: The state of the snapshot export task (`pending` \| `initializing` \| `preparing` \| `uploading` \| `completed` \| `cancelled` \| `failed`). + enum: + - pending + - initializing + - preparing + - uploading + - completed + - cancelled + - failed type: string Tags: description: One or more tags associated with the snapshot export task.