Module: Google::Cloud::Notebooks::V2::UpgradeHistoryEntry::State
- Defined in:
- proto_docs/google/cloud/notebooks/v2/instance.rb
Overview
The definition of the states of this upgrade history entry.
Constant Summary collapse
- STATE_UNSPECIFIED =
State is not specified.
0
- STARTED =
The instance upgrade is started.
1
- SUCCEEDED =
The instance upgrade is succeeded.
2
- FAILED =
The instance upgrade is failed.
3