Module: Google::Cloud::GDCHardwareManagement::V1alpha::SubscriptionConfig::SubscriptionState
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb
Overview
Enum to represent the state of the subscription.
Constant Summary collapse
- SUBSCRIPTION_STATE_UNSPECIFIED =
State is unspecified.
0- ACTIVE =
Active state means that the subscription has been created successfully and billing is happening.
1- INACTIVE =
Inactive means that the subscription has been created successfully, but billing has not started yet.
2- ERROR =
The subscription is in an erroneous state.
3- FAILED_TO_RETRIEVE =
The subscription state failed to be retrieved. This may be a transient issue. The user should retry the request.
4- COMPLETED =
The subscription has been completed, because it has reached the end date.
5