Module: Google::Cloud::Dataflow::V1beta3::SnapshotState

Defined in:
proto_docs/google/dataflow/v1beta3/snapshots.rb

Overview

Snapshot state.

Constant Summary collapse

UNKNOWN_SNAPSHOT_STATE =

Unknown state.

0
PENDING =

Snapshot intent to create has been persisted, snapshotting of state has not yet started.

1
RUNNING =

Snapshotting is being performed.

2
READY =

Snapshot has been created and is ready to be used.

3
FAILED =

Snapshot failed to be created.

4
DELETED =

Snapshot has been deleted.

5