Show / Hide Table of Contents

Enum LogSavedSearchLifecycleState

The state of the LogSavedSearch

  1. CREATING
  2. ACTIVE LogSavedSearch is active and can be used by other users
  3. UPDATING
  4. INACTIVE
  5. DELETING
  6. FAILED
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public enum LogSavedSearchLifecycleState

Fields

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