Module: Google::Cloud::Dataplex::V1::State
- Defined in:
- proto_docs/google/cloud/dataplex/v1/resources.rb
Overview
State of a resource.
Constant Summary collapse
- STATE_UNSPECIFIED =
State is not specified.
0
- ACTIVE =
Resource is active, i.e., ready to use.
1
- CREATING =
Resource is under creation.
2
- DELETING =
Resource is under deletion.
3
- ACTION_REQUIRED =
Resource is active but has unresolved actions.
4