Module: Google::Bigtable::Admin::V2::Snapshot::State

Defined in:
lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb

Overview

Possible states of a snapshot.

Constant Summary collapse

STATE_NOT_KNOWN =

The state of the snapshot could not be determined.

0
READY =

The snapshot has been successfully created and can serve all requests.

1
CREATING =

The snapshot is currently being created, and may be destroyed if the creation process encounters an error. A snapshot may not be restored to a table while it is being created.

2