public enum SubscriptionConfig.Types.SubscriptionStateReference documentation and code samples for the GDC Hardware Management v1alpha API enum SubscriptionConfig.Types.SubscriptionState.
Enum to represent the state of the subscription.
Namespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Fields | 
      |
|---|---|
| Name | Description | 
Active | 
        Active state means that the subscription has been created successfully and billing is happening.  | 
      
Completed | 
        The subscription has been completed, because it has reached the end date.  | 
      
Error | 
        The subscription is in an erroneous state.  | 
      
FailedToRetrieve | 
        The subscription state failed to be retrieved. This may be a transient issue. The user should retry the request.  | 
      
Inactive | 
        Inactive means that the subscription has been created successfully, but billing has not started yet.  | 
      
Unspecified | 
        State is unspecified.  |