Module: Google::Cloud::NetApp::V1::Snapshot::State

Defined in:
proto_docs/google/cloud/netapp/v1/snapshot.rb

Overview

The Snapshot States

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified Snapshot State

0
READY =

Snapshot State is Ready

1
CREATING =

Snapshot State is Creating

2
DELETING =

Snapshot State is Deleting

3
UPDATING =

Snapshot State is Updating

4
DISABLED =

Snapshot State is Disabled

5
ERROR =

Snapshot State is Error

6