Show / Hide Table of Contents

Enum LogLifecycleState

The log object state. The states workflow is:

  1. CREATING Object is being created, backend service contacted.
  2. ACTIVE Logging is active.
  3. UPDATING Object configuration change requested, but the backend service has not confirmed the update.
  4. INACTIVE Logging is disabled.
  5. DELETING Log object is being deleted.
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public enum LogLifecycleState

Fields

Name Description
Active
Creating
Deleting
Failed
Inactive
UnknownEnumValue
Updating
In this article
Back to top