Module: Google::Cloud::FinancialServices::V1::Instance::State
- Defined in:
- proto_docs/google/cloud/financialservices/v1/instance.rb
Overview
The Resource State
Constant Summary collapse
- STATE_UNSPECIFIED =
State is unspecified, should not occur.
0
- CREATING =
The resource has not finished being created.
1
- ACTIVE =
The resource is active/ready to be used.
2
- UPDATING =
The resource is in the process of being updated.
3
- DELETING =
The resource is in the process of being deleted.
4