Backup for GKE v1 API - Enum VolumeRestore.Types.State (2.4.0)

public enum VolumeRestore.Types.State

Reference documentation and code samples for the Backup for GKE v1 API enum VolumeRestore.Types.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.