Google Cloud Gke Backup V1 Client - Class State (0.7.2)

Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class State.

The current state of a VolumeRestore

Protobuf type google.cloud.gkebackup.v1.VolumeRestore.State

Namespace

Google \ Cloud \ GkeBackup \ V1 \ VolumeRestore

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

This is an illegal state and should not be encountered.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

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

Generated from protobuf enum CREATING = 1;

RESTORING

Value: 2

The volume is currently being restored.

Generated from protobuf enum RESTORING = 2;

SUCCEEDED

Value: 3

The volume has been successfully restored.

Generated from protobuf enum SUCCEEDED = 3;

FAILED

Value: 4

The volume restoration process failed.

Generated from protobuf enum FAILED = 4;

DELETING

Value: 5

This VolumeRestore resource is in the process of being deleted.

Generated from protobuf enum DELETING = 5;