Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class State.
The various lifecycle states of the subscription.
Protobuf type google.cloud.oracledatabase.v1.Entitlement.State
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ EntitlementMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Default unspecified value.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACCOUNT_NOT_LINKED
Value: 1
Account not linked.
Generated from protobuf enum ACCOUNT_NOT_LINKED = 1;
ACCOUNT_NOT_ACTIVE
Value: 2
Account is linked but not active.
Generated from protobuf enum ACCOUNT_NOT_ACTIVE = 2;
ACTIVE
Value: 3
Entitlement and Account are active.
Generated from protobuf enum ACTIVE = 3;