Module: Google::Cloud::GkeHub::V1::ScopeLifecycleState::Code
- Defined in:
- proto_docs/google/cloud/gkehub/v1/fleet.rb
Overview
Code describes the state of a Scope resource.
Constant Summary collapse
- CODE_UNSPECIFIED =
The code is not set.
0- CREATING =
The scope is being created.
1- READY =
The scope active.
2- DELETING =
The scope is being deleted.
3- UPDATING =
The scope is being updated.
4