We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca5cbd commit f833201Copy full SHA for f833201
api/instance/v1/instance_sdk.go
@@ -576,6 +576,10 @@ const (
576
SnapshotStateError = SnapshotState("error")
577
// SnapshotStateInvalidData is [insert doc].
578
SnapshotStateInvalidData = SnapshotState("invalid_data")
579
+ // SnapshotStateImporting is [insert doc].
580
+ SnapshotStateImporting = SnapshotState("importing")
581
+ // SnapshotStateExporting is [insert doc].
582
+ SnapshotStateExporting = SnapshotState("exporting")
583
)
584
585
func (enum SnapshotState) String() string {
0 commit comments