Module: Google::Cloud::Filestore::V1::Snapshot::State

Defined in:
proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb

Overview

The snapshot state.

Constant Summary collapse

STATE_UNSPECIFIED =

State not set.

0
CREATING =

Snapshot is being created.

1
READY =

Snapshot is available for use.

2
DELETING =

Snapshot is being deleted.

3