Enum LifecycleDetailsEnum
A message that describes the current state of the Subscription in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
Namespace: Oci.SelfService.Models
Assembly: OCI.DotNetSDK.Self.dll
Syntax
public enum LifecycleDetailsEnum
Fields
| Name | Description |
|---|---|
| Active | |
| Created | |
| Deleted | |
| Deleting | |
| Expired | |
| Failed | |
| PendingActivation | |
| ProvisioningCompleted | |
| ProvisioningFailed | |
| ProvisioningStarted | |
| Terminated | |
| UnknownEnumValue | |
| Updating |