Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions osc_sdk_python/resources/outscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down Expand Up @@ -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.
Expand Down
Loading