Module: Google::Cloud::OracleDatabase::V1::Entitlement::State
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/entitlement.rb
Overview
The various lifecycle states of the subscription.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default unspecified value.
0- ACCOUNT_NOT_LINKED =
Account not linked.
1- ACCOUNT_NOT_ACTIVE =
Account is linked but not active.
2- ACTIVE =
Entitlement and Account are active.
3- ACCOUNT_SUSPENDED =
Account is suspended.
4