GDC Hardware Management v1alpha API - Enum SubscriptionConfig.Types.SubscriptionState (1.0.0-alpha02)

public enum SubscriptionConfig.Types.SubscriptionState

Reference 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.V1Alpha

Assembly

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.