Show / Hide Table of Contents

Enum LogGroupLifecycleState

The log group object state. The states workflow is:

  1. CREATING Log group is being created, backend service contacted.
  2. ACTIVE Log group is active.
  3. UPDATING Object configuration change requested, but the backend service has not confirmed the update.
  4. INACTIVE Log group is disabled.
  5. 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
In this article
Back to top