Enum LogGroupLifecycleState
The log group object state. The states workflow is:
- CREATING Log group is being created, backend service contacted.
- ACTIVE Log group is active.
- UPDATING Object configuration change requested, but the backend service has not confirmed the update.
- INACTIVE Log group is disabled.
- DELETING Log group is being deleted.
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public enum LogGroupLifecycleState
Fields
| Name | Description |
|---|---|
| Active | |
| Creating | |
| Deleting | |
| Failed | |
| Inactive | |
| UnknownEnumValue | |
| Updating |