Module: Google::Cloud::Metastore::V1::Backup::State

Defined in:
proto_docs/google/cloud/metastore/v1/metastore.rb

Overview

The current state of the backup.

Constant Summary collapse

STATE_UNSPECIFIED =

The state of the backup is unknown.

0
CREATING =

The backup is being created.

1
DELETING =

The backup is being deleted.

2
ACTIVE =

The backup is active and ready to use.

3
FAILED =

The backup failed.

4
RESTORING =

The backup is being restored.

5