GDC Hardware Management V1ALPHA API - Module Google::Cloud::GDCHardwareManagement::V1alpha::SubscriptionConfig::SubscriptionState (v0.3.0)

Reference documentation and code samples for the GDC Hardware Management V1ALPHA API module Google::Cloud::GDCHardwareManagement::V1alpha::SubscriptionConfig::SubscriptionState.

Enum to represent the state of the subscription.

Constants

SUBSCRIPTION_STATE_UNSPECIFIED

value: 0
State is unspecified.

ACTIVE

value: 1
Active state means that the subscription has been created successfully and billing is happening.

INACTIVE

value: 2
Inactive means that the subscription has been created successfully, but billing has not started yet.

ERROR

value: 3
The subscription is in an erroneous state.

FAILED_TO_RETRIEVE

value: 4
The subscription state failed to be retrieved. This may be a transient issue. The user should retry the request.

COMPLETED

value: 5
The subscription has been completed, because it has reached the end date.