Enum VolumeRestore.Types.State (1.0.0-beta01)

public enum State

The current state of a VolumeRestore

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Fields

NameDescription
Creating

A volume for the restore was identified and restore process is about to start.

Deleting

This VolumeRestore resource is in the process of being deleted.

Failed

The volume restoration process failed.

Restoring

The volume is currently being restored.

Succeeded

The volume has been successfully restored.

Unspecified

This is an illegal state and should not be encountered.